File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ amrlib is a python module designed to make processing for [Abstract Meaning Repr
2121 - Smatch (multiprocessed with enhanced/detailed scores) for graph parsing
2222 - BLEU for sentence generation
2323 - Alignment scoring metrics detailing precision/recall
24+ * There is also a related co-referencing project/model at [ amr_coref] ( https://github.com/bjascob/amr_coref ) .
2425
2526
2627## AMR Models
@@ -43,6 +44,7 @@ sentences.
4344
4445* Generation (GtoS) generate_t5 gives a ** 43 BLEU** . This model is deprecated in favor of the above model "with tense".
4546
47+ * CoReference resolution at [ amr_coref] ( https://github.com/bjascob/amr_coref ) achieves a ** 0.548 CoNLL-2012 average** score.
4648
4749For more information on the models see their descriptions in ** [ ReadTheDocs/Models] ( https://amrlib.readthedocs.io/en/latest/models. ) ** .
4850
You can’t perform that action at this time.
0 commit comments