jvamvas commited on
Commit
fb492d5
1 Parent(s): 48e5ce1

Add citation

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -123,3 +123,15 @@ python train.py \
123
  --fp16 \
124
  --seed 28852
125
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  --fp16 \
124
  --seed 28852
125
  ```
126
+
127
+ ## Citation
128
+ ```bibtex
129
+ @article{vamvas-sennrich-2023-rsd,
130
+ title={Towards Unsupervised Recognition of Semantic Differences in Related Documents},
131
+ author={Jannis Vamvas and Rico Sennrich},
132
+ year={2023},
133
+ eprint={2305.13303},
134
+ archivePrefix={arXiv},
135
+ primaryClass={cs.CL}
136
+ }
137
+ ```