CODAIT / Identifying-Incorrect-Labels-In-CoNLL-2003

Research into identifying and correcting incorrect labels in the CoNLL-2003 corpus.
Apache License 2.0
12 stars 2 forks source link

Correct root cause of combined correction patches in annotated files #28

Closed BryanCutler closed 3 years ago

BryanCutler commented 3 years ago

In #26, the combined corrections file all_conll_corrections_combined.csv was patched to correct errors when applying corrections on the corpus. We need to fix the root causes in files under corrected_labels/human_labels_audited and run scripts/Label_Stats.ipynb again to generate a new all_conll_corrections_combined.csv with those corrections.

frreiss commented 3 years ago

@BryanCutler did #36 fix all these issues, or is there still more to be done?

BryanCutler commented 3 years ago

From what I remember, yes it fixed all of the issues, I just forgot to close this.