g185 commited on
Commit
e95a61a
·
verified ·
1 Parent(s): 8d5df01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -50,25 +50,30 @@ Other available models at [SapienzaNLP huggingface hub](https://huggingface.co/c
50
  <img src="https://cdn-uploads.huggingface.co/production/uploads/65e9ccd84ce78d665a50f78b/3c07se8JF5OCkXn0xxAnJ.png" alt="drawing" width="95%"/>
51
 
52
 
 
53
  ## xCoRe: Cross Context Coreference Resolution Defying recent trends
54
  [![Conference](https://img.shields.io/badge/EMNLP%202025%20Paper-red)]()
55
  [![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/)
56
- [![Pip Package](https://img.shields.io/badge/🐍%20Python%20package-blue)](https://pypi.org/project/maverick-coref/)
57
- [![git](https://img.shields.io/badge/Git%20Repo%20-yellow.svg)](https://github.com/SapienzaNLP/maverick-coref)
58
-
59
  ### Citation
60
-
61
- This work has been published at [EMNLP 2025 main conference](https://2025.emnlp.org/program/). If you use any part, please consider citing our paper as follows:
62
  ```bibtex
63
  @inproceedings{martinelli-etal-2025-xcore,
64
- title = "xCoRe: Cross-context Coreference Resolution",
65
  author = "Martinelli, Giuliano and
66
- Gatti, Bruno and
67
  Navigli, Roberto",
 
 
 
 
68
  booktitle = "Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing",
69
  month = nov,
70
  year = "2025",
71
  address = "Suzhou, China",
72
  publisher = "Association for Computational Linguistics",
 
 
73
  }
74
  ```
 
50
  <img src="https://cdn-uploads.huggingface.co/production/uploads/65e9ccd84ce78d665a50f78b/3c07se8JF5OCkXn0xxAnJ.png" alt="drawing" width="95%"/>
51
 
52
 
53
+
54
  ## xCoRe: Cross Context Coreference Resolution Defying recent trends
55
  [![Conference](https://img.shields.io/badge/EMNLP%202025%20Paper-red)]()
56
  [![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/)
57
+ [![Pip Package](https://img.shields.io/badge/🐍%20Python%20package-blue)](https://pypi.org/project/xcore-coref/)
58
+ [![git](https://img.shields.io/badge/Git%20Repo%20-yellow.svg)](https://github.com/SapienzaNLP/xcore)
 
59
  ### Citation
60
+ This work has been published at [EMNLP 2025 main conference](https://aclanthology.org/2025.emnlp-main.1737/). If you use any part, please consider citing our paper as follows:
 
61
  ```bibtex
62
  @inproceedings{martinelli-etal-2025-xcore,
63
+ title = "x{C}o{R}e: Cross-context Coreference Resolution",
64
  author = "Martinelli, Giuliano and
65
+ Gatti, Bruno and
66
  Navigli, Roberto",
67
+ editor = "Christodoulopoulos, Christos and
68
+ Chakraborty, Tanmoy and
69
+ Rose, Carolyn and
70
+ Peng, Violet",
71
  booktitle = "Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing",
72
  month = nov,
73
  year = "2025",
74
  address = "Suzhou, China",
75
  publisher = "Association for Computational Linguistics",
76
+ url = "https://aclanthology.org/2025.emnlp-main.1737/",
77
+ pages = "34252--34266"
78
  }
79
  ```