File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
stanza/utils/datasets/coref Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- """
2- Convert the coref annotation of IAHLT to the Stanza coref format
1+ """Convert the coref annotation of IAHLT to the Stanza coref format
32
43This dataset is available at
54
1615
1716python3 stanza/utils/datasets/coref/convert_hebrew_iahlt.py
1817
19- TODO: the scores from this model are horrible, only 30 F1.
20- Need to either verify the usage elsewhere or double check the outputs of the conversion
18+ The scores for models built from the dataset are pretty lousy in
19+ general, but seem to be in line with the scores obtained by other
20+ people working on this data. For example, the authors said they had a
21+ 52 F1, whereas if we use roberta-xlm, we get 50.
2122"""
2223
2324from collections import defaultdict , namedtuple
You can’t perform that action at this time.
0 commit comments