wit-ai / wit

Natural Language Interface for apps and devices
https://wit.ai/
942 stars 92 forks source link

Incorrect intent identification. #2748

Open anjaly opened 1 month ago

anjaly commented 1 month ago

Bug

We have trained a few intent in our wit.ai app. When we trigger some questions which is not trained it is returning the 'hi' and 'about_us' intent. Below are the inputs trained for 'hi' intent in wit.ai app

  1. good evening
  2. how r u
  3. hi
  4. /start
  5. i need help
  6. good morning
  7. good afternoon
  8. how are you

Below are the inputs trained for 'about_us' intent in wit.ai app

  1. need to know about company
  2. tell about company
  3. about uib
  4. tell me about uib
  5. about company
  6. about us
  7. abot us
  8. tell about uib
  9. aboutus
  10. uib

When we input "Top 3 things to do in riyadh", wit.ai is returning the intent 'about_us'. When we input "Top 3 things to do in malaysia, wit.ai returns the intent 'about_us'. When we input "what are the top 3 things i can do in riyadh?", wit.ai returns the intent 'hi' When we input 'What are the top 3 things to do in Kuala Lumpur?, wit.ai doesn't return any intent

Since all these are not trained inputs, it should return no intents

App ID : 623134488936494

We would appreciate your assistance in resolving this issue, as it is causing frustration for our users. Please let us know if there are any problems with the trained inputs.

iamravigulia commented 1 month ago

facing same issue

anjaly commented 1 month ago

@patapizza Can you please advice