-
Notifications
You must be signed in to change notification settings - Fork 156
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
Curation does not properly merge two identical annotations when they contain stacked spans #5226
Comments
The merge algorithm is conservative when it comes to handling transitivity - i.e. it does not consider transitivity. That means, for the purpose for merging the link When setting the log-level of
|
I believe the stacked If I read this correctly, you are saying that there are two options:
If that is the case, then I would want to have agreement on the But I think that would require a change to the annotation guidelines asking the annotators to only annotate the most probably tuple instead of stacking alternatives. |
Hi @reckart, Thanks for getting back to us!
Its not that the annotators here annotated two options, where only one of them is true. Instead, both of them are true: the annotation says "treatments A&B were given in combination, and also, treatments A&B&C were given in combination". The merged curation should ideally reflect that and keep all annotations. Especially since in this case, both annotators agreed completely. I hope that clears things up! |
I think it would require significant changes to the merge algorithm to handle such a case and turn it into a subgraph-matching problem. An option you have with the current implementation would be introducing a disambiguation feature into the Event annotation, e.g. "group" where the annotators could enter "1" or "2". |
Describe the bug
When using two annotators who annotate the exact same stacked spans and relations for a given sentence, the majority vote curation merging does not result in the correct output.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In the merged view, Sentence 9 should have the correctly merged annotations.
Screenshots
Annotator 1:
Annotator 2 (same):
Result of curation merge:
Please complete the following information:
Additional context
merging_bug.zip
The text was updated successfully, but these errors were encountered: