shon711 commited on
Commit
ea4e2fa
1 Parent(s): 0537bf8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ tags: lingmess-coref-v1
4
+ license: mit
5
+ ---
6
+
7
+ ## LingMess: Linguistically Informed Multi Expert Scorers for Coreference Resolution
8
+
9
+ [LingMess](https://arxiv.org/abs/2205.12644) is a linguistically motivated categorization of mention-pairs into 6 types of coreference decisions and learn a dedicated trainable scoring function for each category. This significantly improves the accuracy of the pairwise scorer as well as of the overall coreference performance on the English Ontonotes coreference corpus.
10
+
11
+ Please check the [official repository](https://github.com/shon-otmazgin/lingmess-coref) for more details and updates.
12
+
13
+ #### Training on OntoNotes
14
+
15
+ We present the test results on OntoNotes 5.0 dataset.
16
+
17
+ | Model | Avg. F1 |
18
+ |---------------------------------|---------|
19
+ | SpanBERT-large + e2e | 79.6 |
20
+ | Longformer-large + s2e | 80.3 |
21
+ | **Longformer-large + LingMess** | 81.4 |
22
+
23
+
24
+ ### Citation
25
+
26
+ If you find LingMess useful for your work, please cite the following paper:
27
+
28
+ ``` latex
29
+ @misc{https://doi.org/10.48550/arxiv.2205.12644,
30
+ doi = {10.48550/ARXIV.2205.12644},
31
+ url = {https://arxiv.org/abs/2205.12644},
32
+ author = {Otmazgin, Shon and Cattan, Arie and Goldberg, Yoav},
33
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
34
+ title = {LingMess: Linguistically Informed Multi Expert Scorers for Coreference Resolution},
35
+ publisher = {arXiv},
36
+ year = {2022},
37
+ copyright = {Creative Commons Attribution 4.0 International}
38
+ }
39
+ ```