Hi all,
I have created a chatbot with several intents/ Then, i have tested the chatbot with the example
- Hello, i look for a restaurant"
Rasa predict the intention as greet and not as looking for restaurant
Any help please?
Hi all,
I have created a chatbot with several intents/ Then, i have tested the chatbot with the example
Rasa predict the intention as greet and not as looking for restaurant
Any help please?
Hi Asma! You’re probably having the intent misidentified because of the word “hello” in it. If you think people are likely to use a greeting AND immediately ask to do something else in the same turn and you want those to be classified as the second intent, I’d include examples like that in your training data for non-greet intents. (Note that this will likely make it harder for your classifier to correctly detect the “greet” intent because it will have more overlap with others.)