Skip to content

Commit

Permalink
Update coreference_resolution.md (sebastianruder#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdobrovolskii authored Dec 6, 2021
1 parent 88cb53c commit a853b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions english/coreference_resolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ CoNLL-2012 evaluation scripts. The main evaluation metric is the average F1 of t

| Model | Avg F1 | Paper / Source | Code |
| ------------- | :-----:| --- | --- |
| wl-coref + RoBERTa | 81.0 | [Word-Level Coreference Resolution](https://arxiv.org/abs/2109.04127) | [Official](https://github.com/vdobrovolskii/wl-coref) |
| s2e+Longformer-Large | 80.3 | [Coreference Resolution without Span Representations](https://arxiv.org/abs/2101.00434) | [Official](https://github.com/yuvalkirstain/s2e-coref) |
| Xu et al. (2020) | 80.2 | [Revealing the Myth of Higher-Order Inference in Coreference Resolution](https://arxiv.org/abs/2009.12013) |[Official](https://github.com/emorynlp/coref-hoi) |
| Joshi et al. (2019)<sup>[1](#myfootnote1)</sup> | 79.6 | [SpanBERT: Improving Pre-training by Representing and Predicting Spans](https://arxiv.org/pdf/1907.10529) |[Official](https://github.com/facebookresearch/SpanBERT) |
Expand Down

0 comments on commit a853b90

Please sign in to comment.