If we have multiple intents enabled, does the intent classification always provide the result in alphabetical order?
And if there are multiple, non-adjacent occurrences of the intent in one long utterance, does the intent classification always provide the result as a set (each intent identified once)?
Does Rasa X support multiple intent classification?
This feature requires you to provide multi-intent examples (separated for example with a +). The model won’t classify multiple intents if you’ve only provided the intents individually in your training data
Hello @ricwo, yes this is the feature. I’m also having this discussion with Vincent in this other thread. I’ve given more context to what I’m seeing in the data and was wondering how do I go about it.