Update citation
Browse files
README.md
CHANGED
@@ -126,12 +126,13 @@ python train.py \
|
|
126 |
|
127 |
## Citation
|
128 |
```bibtex
|
129 |
-
@
|
130 |
-
title={Towards Unsupervised Recognition of Semantic Differences in Related Documents},
|
131 |
author={Jannis Vamvas and Rico Sennrich},
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
|
|
136 |
}
|
137 |
```
|
|
|
126 |
|
127 |
## Citation
|
128 |
```bibtex
|
129 |
+
@inproceedings{vamvas-sennrich-2023-rsd,
|
130 |
+
title={Towards Unsupervised Recognition of Token-level Semantic Differences in Related Documents},
|
131 |
author={Jannis Vamvas and Rico Sennrich},
|
132 |
+
month = dec,
|
133 |
+
year = "2023",
|
134 |
+
booktitle = "Proceedings of the 2023 Conference on Empirical Methods in Natural Language Processing",
|
135 |
+
address = "Singapore",
|
136 |
+
publisher = "Association for Computational Linguistics",
|
137 |
}
|
138 |
```
|