Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bjascob committed Mar 4, 2021
1 parent 326f9da commit 5194ef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ amrlib is a python module designed to make processing for [Abstract Meaning Repr
- Smatch (multiprocessed with enhanced/detailed scores) for graph parsing
- BLEU for sentence generation
- Alignment scoring metrics detailing precision/recall
* There is also a related co-referencing project/model at [amr_coref](https://github.com/bjascob/amr_coref).


## AMR Models
Expand All @@ -43,6 +44,7 @@ sentences.

* Generation (GtoS) generate_t5 gives a **43 BLEU**. This model is deprecated in favor of the above model "with tense".

* CoReference resolution at [amr_coref](https://github.com/bjascob/amr_coref) achieves a **0.548 CoNLL-2012 average** score.

For more information on the models see their descriptions in **[ReadTheDocs/Models](https://amrlib.readthedocs.io/en/latest/models.)**.

Expand Down

0 comments on commit 5194ef6

Please sign in to comment.