BESSER-Bot-Framework
BESSER-Bot-Framework copied to clipboard
Improve NER performance in SimpleNER
The current NER only works with exact matches in the entities. Slight variations would miss the entities and therefore carry this problem to the intent classification module (missing both the entities and the intent recognition)
The LLMIntentClassifier (c8d2d4064061e59463cf1d49ce182e2abd8ad708) incorporates an advanced NER.
Improvements could still be done in the SimpleNER