How I encountered this problem:
- I want to use Rasa to build a inspector bot, rather than a chat-bot
- The inspector bot will analysis the text stream which is real talks between helpdesks and customer;
- Some bool slots are quite contextual sensitive. For example:
- Help Desk: Is there a dealer near your apartment?
- Customer: Yes!
- Help Desk: Are you satisfied with our service?
- Customer: Yes! The model will be confused by two YES and slots filling mission is impossible.
I am new to Rasa. I find all NLU pipelines and training data are based on human-chatbot. Is there a way to solve this problem?
Rasa is so great and I want to put this inspector bot into production.