BESSER-Bot-Framework icon indicating copy to clipboard operation
BESSER-Bot-Framework copied to clipboard

Improve NER performance in SimpleNER

Open mgv99 opened this issue 1 year ago • 1 comments

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)

mgv99 avatar Sep 16 '23 17:09 mgv99

The LLMIntentClassifier (c8d2d4064061e59463cf1d49ce182e2abd8ad708) incorporates an advanced NER.

Improvements could still be done in the SimpleNER

mgv99 avatar Feb 28 '24 09:02 mgv99