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

cls_answerable_loss and match_loss #28

Open
huydang2106 opened this issue Jun 28, 2023 · 0 comments
Open

cls_answerable_loss and match_loss #28

huydang2106 opened this issue Jun 28, 2023 · 0 comments

Comments

@huydang2106
Copy link

I have questions about some details in training.
in your paper, you said your backbone model for NER experiment is proposed in "A Unified MRC Framework for Named Entity Recognition". But when I look in the code and run the experiment to reproduce the reported results, I found that you ignore the match_loss (match_loss is introduced to teach the model to match which predicted start token with which predicted end token).
So how we can inference this model in the case of sentence with multiple Ner entities?
Also, you introduce a new loss - cls_answerable_loss to teach model to classify whether input contains entity or loss. Why do you not mention this loss in your paper.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant