However, the texts are not the exact text in my user text in test_stories.yml. so I am wondering where the text in the above is coming from. Is something wrong? This happens for many other cases as shown in intent_errors.json.
You’re right it won’t show failed intents from the test stories in intent_errors.json, my bad.
I’m not sure if it’s possible to see the probabilities for the failed stories.
However, one thing you could do is run rasa shell nlu which would give you an opportunity to test how your model predicts intents. Since NLU is stateless you can ignore the context and only check what it predicts on “hello there”.