You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/coreference_resolution.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,17 @@ CoNLL-2012 evaluation scripts. The main evaluation metric is the average F1 of t
23
23
24
24
| Model | Avg F1 | Paper / Source | Code |
25
25
| ------------- | :-----:| --- | --- |
26
-
| Joshi et al. (2019)<sup>[1](#myfootnote1)</sup> | 76.9 |[BERT for Coreference Resolution: Baselines and Analysis](https://arxiv.org/abs/1908.09091)|[Official](https://github.com/mandarjoshi90/coref)|
26
+
| 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)|
27
+
| Joshi et al. (2019)<sup>[2](#myfootnote2)</sup> | 76.9 |[BERT for Coreference Resolution: Baselines and Analysis](https://arxiv.org/abs/1908.09091)|[Official](https://github.com/mandarjoshi90/coref)|
27
28
| Kantor and Globerson (2019) | 76.6 |[Coreference Resolution with Entity Equalization](https://www.aclweb.org/anthology/P19-1066/)|[Official](https://github.com/kkjawz/coref-ee)|
28
29
| Fei et al. (2019) | 73.8 |[End-to-end Deep Reinforcement Learning Based Coreference Resolution](https://www.aclweb.org/anthology/P19-1064/)||
29
30
| (Lee et al., 2017)+ELMo (Peters et al., 2018)+coarse-to-fine & second-order inference (Lee et al., 2018) | 73.0 |[Higher-order Coreference Resolution with Coarse-to-fine Inference](http://aclweb.org/anthology/N18-2108)|[Official](https://github.com/kentonl/e2e-coref)|
30
31
| (Lee et al., 2017)+ELMo (Peters et al., 2018) | 70.4 |[Deep contextualized word representations](https://arxiv.org/abs/1802.05365)||
31
32
| Lee et al. (2017) | 67.2 |[End-to-end Neural Coreference Resolution](https://arxiv.org/abs/1707.07045)||
32
33
34
+
<aname="myfootnote1">[1]</a> Joshi et al. (2019): (Lee et al., 2017)+coarse-to-fine & second-order inference (Lee et al., 2018)+SpanBERT (Joshi et al., 2019)
33
35
34
-
<aname="myfootnote1">[1]</a> Joshi et al. (2019): (Lee et al., 2017)+coarse-to-fine & second-order inference (Lee et al., 2018)+BERT (Devlin et al., 2019)
36
+
<aname="myfootnote2">[2]</a> Joshi et al. (2019): (Lee et al., 2017)+coarse-to-fine & second-order inference (Lee et al., 2018)+BERT (Devlin et al., 2019)
0 commit comments