You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rasa version: Rasa 1.9.4 Python version: Python 3.6.9 Operating system: Ubuntu 18.04 Issue:
I have an entity annotated as: [MAD](iata:mad) and with a regex: [a-zA-Z]{3}
And I have another entity: [OABC123](booking_id) with regex: [OHWFGA]{1}[\dA-Z]{6}
I have around 100 iata examples and around 40 booking id examples.
For some reason, NLU detects a booking id as iata consistently, which is wrong.
I recently migrated from 1.7.4 to 1.9.4.
In 1.7.4 the exact same dataset produced expected results, but not in 1.9.4.
eugeniumegherea
changed the title
DIETClassifier wrongly detected an entity with another
DIETClassifier wrongly detects an entity with another
Apr 2, 2020
If your pipeline contains CRFEntityExtractor and EmbeddingIntentClassifier you can substitute both components with DIETClassifier. You can use the following pipeline for that:
Migration guide from 1.7 to 1.8 didn't work out for me, so I just used spacy pipeline from docs
Rasa version: Rasa 1.9.4
Python version: Python 3.6.9
Operating system: Ubuntu 18.04
Issue:
I have an entity annotated as:
[MAD](iata:mad)
and with a regex:[a-zA-Z]{3}
And I have another entity:
[OABC123](booking_id)
with regex:[OHWFGA]{1}[\dA-Z]{6}
I have around 100 iata examples and around 40 booking id examples.
For some reason, NLU detects a booking id as iata consistently, which is wrong.
I recently migrated from 1.7.4 to 1.9.4.
In 1.7.4 the exact same dataset produced expected results, but not in 1.9.4.
Is it related to #5475?
Command or request that led to error:
Content of configuration file (config.yml)
The text was updated successfully, but these errors were encountered: