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

[Question]: #3434

Open
keshavgarg139 opened this issue Mar 27, 2024 · 0 comments
Open

[Question]: #3434

keshavgarg139 opened this issue Mar 27, 2024 · 0 comments
Labels
question Further information is requested

Comments

@keshavgarg139
Copy link

Question

I am working on a Sequence Labelling problem using the FLAIR module.

I have dummy e-commerce data with 3 different types of entities and each entity has approx ~1K sub-entities. Training Data (size ~200K) is synthetically created with a combination of 3K labels.

I tried to validate the FLAIR Sequence Labelling with a Query Classification model (with 3K labels). The FLAIR model (F1-score: 60%) seriously underperforms than Classification model (F1-score: 80%).

I am reluctant to develop a Sequence Labelling module because I expect the Sequence Labeller to detect and propose new entities as well.

Can you help me understand where I could go wrong and what other models I could try?

@keshavgarg139 keshavgarg139 added the question Further information is requested label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant