I’m working on a chatbot that needs to recognize multiple values (e.g., destination, date, and number of travelers) in a single user sentence like:« I want to book a flight to Paris next Friday for three people. »Should I use ...Read more
I’m working on a chatbot that needs to recognize multiple values (e.g., destination, date, and number of travelers) in a single user sentence like:
« I want to book a flight to Paris next Friday for three people. »
Should I use a rule-based parser, a pre-trained model like spaCy, or go with a transformer-based approach?
How do I handle ambiguity or missing entities efficiently?