Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve NER performance in SimpleNER #7

Open
mgv99 opened this issue Sep 16, 2023 · 1 comment
Open

Improve NER performance in SimpleNER #7

mgv99 opened this issue Sep 16, 2023 · 1 comment
Labels
enhancement New feature or request ner nlp

Comments

@mgv99
Copy link
Collaborator

mgv99 commented Sep 16, 2023

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 mgv99 added the enhancement New feature or request label Sep 16, 2023
@mgv99 mgv99 added this to the Version 1.0 milestone Oct 13, 2023
@jcabot jcabot removed this from the Version 1.0 milestone Nov 15, 2023
@mgv99
Copy link
Collaborator Author

mgv99 commented Feb 28, 2024

The LLMIntentClassifier (c8d2d40) incorporates an advanced NER.

Improvements could still be done in the SimpleNER

@mgv99 mgv99 changed the title Improve NER performance Improve NER performance in SimpleNER Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ner nlp
Projects
None yet
Development

No branches or pull requests

2 participants