Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
license:
|
11 |
- cc-by-nc-sa-4.0
|
12 |
datasets:
|
13 |
-
-
|
14 |
metrics:
|
15 |
- CoNLL
|
16 |
task_categories:
|
@@ -31,8 +31,8 @@ model-index:
|
|
31 |
|
32 |
---
|
33 |
# Maverick mes OntoNotes
|
34 |
-
Official Maverick-mes trained on OntoNotes and based on DeBERTa-large.
|
35 |
-
This model achieves 83.6
|
36 |
|
37 |
Other available models at [SapienzaNLP huggingface hub](https://huggingface.co/collections/sapienzanlp/maverick-coreference-resolution-66a750a50246fad8d9c7086a):
|
38 |
|
@@ -41,7 +41,7 @@ Other available models at [SapienzaNLP huggingface hub](https://huggingface.co/c
|
|
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 | -->
|
@@ -57,10 +57,10 @@ N.B. Each dataset has different annotation guidelines, choose your model accordi
|
|
57 |
|
58 |
## Maverick: Efficient and Accurate Coreference Resolution Defying recent trends
|
59 |
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
|
65 |
### Citation
|
66 |
|
|
|
10 |
license:
|
11 |
- cc-by-nc-sa-4.0
|
12 |
datasets:
|
13 |
+
- OntoNotes
|
14 |
metrics:
|
15 |
- CoNLL
|
16 |
task_categories:
|
|
|
31 |
|
32 |
---
|
33 |
# Maverick mes OntoNotes
|
34 |
+
Official weights for *Maverick-mes* trained on OntoNotes and based on DeBERTa-large.
|
35 |
+
This model achieves 83.6 Avg CoNLL-F1 on OntoNotes.
|
36 |
|
37 |
Other available models at [SapienzaNLP huggingface hub](https://huggingface.co/collections/sapienzanlp/maverick-coreference-resolution-66a750a50246fad8d9c7086a):
|
38 |
|
|
|
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"](https://huggingface.co/sapienzanlp/maverick-mes-preco) | 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 | -->
|
|
|
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 |
|