Update README.md
Browse files
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 |
[]()
|
| 55 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 56 |
-
[](https://pypi.org/project/
|
| 57 |
-
[](https://github.com/SapienzaNLP/
|
| 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 = "
|
| 65 |
author = "Martinelli, Giuliano and
|
| 66 |
-
Gatti, Bruno
|
| 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 |
[]()
|
| 56 |
[](https://creativecommons.org/licenses/by-nc/4.0/)
|
| 57 |
+
[](https://pypi.org/project/xcore-coref/)
|
| 58 |
+
[](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 |
```
|