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

What is the accuracy, precision report in paper? #18

Closed
edfall opened this issue Dec 2, 2019 · 2 comments
Closed

What is the accuracy, precision report in paper? #18

edfall opened this issue Dec 2, 2019 · 2 comments

Comments

@edfall
Copy link

edfall commented Dec 2, 2019

  • if the triplet entities contain multiple words, your sequence decoding pipeline will never get the right triplet out, so whether the multiple word triplets are all count wrong?
  • or you just evaluate it based on the inaccruate tagging target?
@yuwl798180
Copy link

agree with you, just look at your code, have the same question.

@xiangrongzeng
Copy link
Owner

  • For the triplet entities contain multiple words, this model cannot extract the complete entity. We only consider the last word of the entity (with multiple words).
  • We mentioned this in our paper section 4.3
  • How to extract the complete entity during the overlapping relation extraction remains an open chanllenge and there are several papers focuing on this problem.

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

3 participants