Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,19 @@ metrics:
|
|
13 |
- CoNLL
|
14 |
task_categories:
|
15 |
- coreference_resolution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
---
|
18 |
|
|
|
13 |
- CoNLL
|
14 |
task_categories:
|
15 |
- coreference_resolution
|
16 |
+
model-index:
|
17 |
+
- name: biu-nlp/f-coref
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: coreference_resolution
|
21 |
+
name: coreference_resolution
|
22 |
+
dataset:
|
23 |
+
name: 'OntoNotes 5.0'
|
24 |
+
type: coreference
|
25 |
+
metrics:
|
26 |
+
- name: MUC
|
27 |
+
type: precision
|
28 |
+
value: 85.0
|
29 |
|
30 |
---
|
31 |
|