Skip to content

Commit 015c666

Browse files
committed
Fix data entry error on correcting tokenization of 'Iowa-S Minn'
1 parent 7a01369 commit 015c666

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

corrected_labels/all_conll_corrections_combined.csv

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,7 @@
491491
1682,test,112,"[174, 184): 'John Mills'",PER,Span,"[174, 187): 'John Mills Jr'",PER,
492492
1683,test,112,"[174, 184): 'John Mills'",,Span,"[174, 187): 'John Mills Jr'",,
493493
1686,test,114,"[11, 17): 'Iowa-S'",LOC,Token,"[11, 15): 'Iowa'",LOC,"""Iowa-S"" treated as a single token"
494-
1687,test,114,"[11, 17): 'Iowa-S'",LOC,Token,"[11, 15): 'Iowa' ",,split on ‘-’
495-
1690,test,114,"[18, 22): 'Minn'",LOC,Span,"[16, 22): 'S Minn'",,
494+
1690,test,114,"[18, 22): 'Minn'",LOC,Token,"[16, 22): 'S Minn'",LOC,
496495
1692,test,114,"[51, 61): 'sales-USDA'",MISC,Token,"[57, 61): 'USDA'",MISC,
497496
1696,test,115,,,Missing,"[459, 465): 'Luebke'",PER,
498497
1703,test,117,,,Missing,"[1270, 1273): 'Hub'",LOC,Henry Hub
@@ -507,8 +506,8 @@
507506
1751,test,121,,,Missing,"[11, 29): 'Action Performance'",ORG,
508507
1758,test,122,"[273, 286): 'United States'",LOC,Both,"[251, 286): 'Human Society of the United States'",ORG,
509508
1760,test,122,"[522, 545): 'Glencoe Animal Hospital'",ORG,Tag,"[522, 545): 'Glencoe Animal Hospital'",LOC,specific hospitol
510-
1766,test,123,"[11, 17): 'Iowa-S'",LOC,Token,"[11, 15): 'Iowa' ",,split on '-'
511-
1767,test,123,"[18, 22): 'Minn'",LOC,Span,"[16, 22): 'S Minn'",,
509+
1766,test,123,"[11, 17): 'Iowa-S'",LOC,Token,"[11, 15): 'Iowa' ",LOC,split on '-'
510+
1767,test,123,"[18, 22): 'Minn'",LOC,Token,"[16, 22): 'S Minn'",LOC,
512511
1773,test,127,"[528, 531): 'RAI'",LOC,Tag,"[528, 531): 'RAI'",ORG,
513512
1779,test,130,"[389, 395): 'Europe'",LOC,Both,"[389, 405): 'Europe Agreement'",MISC,
514513
1782,test,131,,,Missing,"[449, 454): 'Babri'",LOC,the Babri mosque

0 commit comments

Comments
 (0)