-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Multi-turn dialogue is being erroneously triggered due to the naive method of checking follow up utterances (e.g. asking "where is that microwave"? is interpreted as a follow up question, whereas "where is the microwave?" is not). This leads to intents being carried over to the next query image and answers that are not relevant.
A temporary solution is to comment out lines 69 to 85 in natural_language_understanding/main.py.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working