Rasa triggered incorrect intent despite higher probability

image

I am building a conversational assistant using Rasa and I’m having an issue where Rasa is triggering the wrong intent, even though the intent recognition probabilities indicate a different intent should have been triggered.

  • I’m training a Rasa model to handle intents like “hoi_sach” (ask about books), “xem_gio_hang” (view cart), etc.
  • When I pass intent probabilities to Rasa, “hoi_sach” has a very high probability of 0.999941349029541
  • “xem_gio_hang” has a very low probability of 1.756610072334297e-05
  • However, Rasa is triggering “xem_gio_hang” instead of the much more likely “hoi_sach”

Hi @ghuioio, can you share your stories and rules file?

nlu.yml (17.9 KB) rules.yml (281 Bytes) stories.yml (1.1 KB) domain.yml (1.1 KB) yes that is my files

yes. i’ve just upload my files, if you need more info ask me