g185 commited on
Commit
e880086
1 Parent(s): 817c27d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+
3
+ language:
4
+ - en
5
+ tags:
6
+ - coreference-resolution
7
+ - maverick
8
+ - efficient
9
+ - accurate
10
+ license:
11
+ - cc-by-nc-sa-4.0
12
+ datasets:
13
+ - ontonotes
14
+ metrics:
15
+ - CoNLL
16
+ task_categories:
17
+ - coreference-resolution
18
+ model-index:
19
+ - name: sapienzanlp/maverick-mes-ontonotes
20
+ results:
21
+ - task:
22
+ type: coreference-resolution
23
+ name: coreference-resolution
24
+ dataset:
25
+ name: ontonotes
26
+ type: coreference
27
+ metrics:
28
+ - name: Avg. F1
29
+ type: CoNLL
30
+ value: 83.6
31
+
32
+ ---
33
+ # Maverick mes OntoNotes
34
+ Official Maverick-mes trained on OntoNotes and based on DeBERTa-large.
35
+ This model achieves 83.6 CoNLLF1 on OntoNotes.
36
+
37
+ Other available models at [SapienzaNLP huggingface hub](https://huggingface.co/collections/sapienzanlp/maverick-coreference-resolution-66a750a50246fad8d9c7086a):
38
+
39
+ | hf_model_name | training dataset | Score | Singletons |
40
+ |:-----------------------------------:|:----------------:|:-----:|:----------:|
41
+ | ["sapienzanlp/maverick-mes-ontonotes"](https://huggingface.co/sapienzanlp/maverick-mes-ontonotes) | OntoNotes | 83.6 | No |
42
+ | ["sapienzanlp/maverick-mes-litbank"](https://huggingface.co/sapienzanlp/maverick-mes-litbank) | LitBank | 78.0 | Yes |
43
+ | ["sapienzanlp/maverick-mes-preco"](https://huggingface.co/sapienzanlp/maverick-mes-preco) | PreCo | 87.4 | Yes |
44
+ <!-- | "sapienzanlp/maverick-s2e-ontonotes" | OntoNotes | 83.4 | No | No | -->
45
+ <!-- | "sapienzanlp/maverick-incr-ontonotes" | Ontonotes | 83.5 | No | No | -->
46
+ <!-- | "sapienzanlp/maverick-mes-ontonotes-base" | Ontonotes | 81.4 | No | No | -->
47
+ <!-- | "sapienzanlp/maverick-s2e-ontonotes-base" | Ontonotes | 81.1 | No | No | -->
48
+ <!-- | "sapienzanlp/maverick-incr-ontonotes-base" | Ontonotes | 81.0 | No | No | -->
49
+ <!-- | "sapienzanlp/maverick-s2e-litbank" | LitBank | 77.6 | Yes | No | -->
50
+ <!-- | "sapienzanlp/maverick-incr-litbank" | LitBank | 78.3 | Yes | No | -->
51
+ <!-- | "sapienzanlp/maverick-s2e-preco" | PreCo | 87.2 | Yes | No | -->
52
+ <!-- | "sapienzanlp/maverick-incr-preco" | PreCo | 88.0 | Yes | No | -->
53
+ N.B. Each dataset has different annotation guidelines, choose your model according to your use case.
54
+
55
+ ### Results on OntoNotes
56
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e9ccd84ce78d665a50f78b/-5Wi_xL2o-71uQcl3d8B9.png" alt="drawing" width="70%"/>
57
+
58
+ ## Maverick: Efficient and Accurate Coreference Resolution Defying recent trends
59
+
60
+ - [![Conference](https://img.shields.io/badge/ACL%202024%20Paper-red)](https://arxiv.org/pdf/2407.21489)
61
+ - [![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-green.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
62
+ - [![Pip Package](https://img.shields.io/badge/🐍%20Python%20package-blue)](https://pypi.org/project/maverick-coref/)
63
+ - [![git](https://img.shields.io/badge/Git%20Repo%20-yellow.svg)](https://github.com/SapienzaNLP/maverick-coref)
64
+
65
+ ### Citation
66
+
67
+ ```
68
+ @inproceedings{martinelli-etal-2024-maverick,
69
+ title = "Maverick: Efficient and Accurate Coreference Resolution Defying Recent Trends",
70
+ author = "Martinelli, Giuliano and
71
+ Barba, Edoardo and
72
+ Navigli, Roberto",
73
+ booktitle = "Proceedings of the Annual Meeting of the Association for Computational Linguistics (ACL 2024)",
74
+ year = "2024",
75
+ address = "Bangkok, Thailand",
76
+ publisher = "Association for Computational Linguistics",
77
+ }
78
+ ```
79
+ [F-coref: Fast, Accurate and Easy to Use Coreference Resolution](https://aclanthology.org/2022.aacl-demo.6) (Otmazgin et al., AACL-IJCNLP 2022)