You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When comparing annotation documents, if one annotator annotates several terms in a sentence as a single annotation and the second annotator annotates them all individually then there will be one match for the first individual annotation with the long annotation and several mismatches for every subsequent annotation. For example, in the sentence "SUBDURAL HEMORRHAGE\nSDH" from document 371824 Shane marked the whole thing as bleeding_present while Arianna marked "SUBDURAL HEMORRHAGE" and "SDH" separately, both as bleeding_present. The algorithm matched "SUBDURAL HEMORRHAGE" with Shane's whole-sentence annotation and left Arianna's "SDH" annotation as a non-overlapping mismatch.
The text was updated successfully, but these errors were encountered:
When comparing annotation documents, if one annotator annotates several terms in a sentence as a single annotation and the second annotator annotates them all individually then there will be one match for the first individual annotation with the long annotation and several mismatches for every subsequent annotation. For example, in the sentence "SUBDURAL HEMORRHAGE\nSDH" from document 371824 Shane marked the whole thing as bleeding_present while Arianna marked "SUBDURAL HEMORRHAGE" and "SDH" separately, both as bleeding_present. The algorithm matched "SUBDURAL HEMORRHAGE" with Shane's whole-sentence annotation and left Arianna's "SDH" annotation as a non-overlapping mismatch.
The text was updated successfully, but these errors were encountered: