Datasets:
Update citation
Browse files
README.md
CHANGED
@@ -94,12 +94,13 @@ The translations into non-English languages have been created using machine tran
|
|
94 |
|
95 |
## Citation
|
96 |
```bibtex
|
97 |
-
@
|
98 |
-
title={Towards Unsupervised Recognition of Semantic Differences in Related Documents},
|
99 |
author={Jannis Vamvas and Rico Sennrich},
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
104 |
}
|
105 |
```
|
|
|
94 |
|
95 |
## Citation
|
96 |
```bibtex
|
97 |
+
@inproceedings{vamvas-sennrich-2023-rsd,
|
98 |
+
title={Towards Unsupervised Recognition of Token-level Semantic Differences in Related Documents},
|
99 |
author={Jannis Vamvas and Rico Sennrich},
|
100 |
+
month = dec,
|
101 |
+
year = "2023",
|
102 |
+
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
103 |
+
address = "Singapore",
|
104 |
+
publisher = "Association for Computational Linguistics",
|
105 |
}
|
106 |
```
|