I noticed that when running test on some test stories, if the intent involves entity extraction, then even if the predicted intent is actually correct, it will have errors.
For example,
The correct intent in test story is as follows:
So this way of entity annotation [Madrid]{ "entity" : "location"} will cause an error then?
Because I have the same issue, when annotating this way.
Should it always be [Madrid](location) ?
What if you are working with roles/groups when it comes to entities, for example: {"entity":"number","role":"people"} or {"entity":"number","role":"nights"} ?
Hi @jjuzl thank you for you reply. I’m using Rasa X to generate the test stories and in the auto generated test stories there is no entity annotated. I guess this is something from the Rasa X side that need to be fixed?