Datasets:
Link to paper
Browse files
README.md
CHANGED
@@ -83,11 +83,23 @@ size_categories:
|
|
83 |
|
84 |
Training and test data for the task of Recognizing Semantic Differences (RSD).
|
85 |
|
86 |
-
See the paper
|
87 |
|
88 |
The data are derived from the [SemEval-2016 Task 2 for Interpretable Semantic Textual Similarity](https://alt.qcri.org/semeval2016/task2/) organized by [Agirre et al. (2016)](http://dx.doi.org/10.18653/v1/S16-1082).
|
89 |
The original URLs of the data are:
|
90 |
* Train: http://alt.qcri.org/semeval2016/task2/data/uploads/train_2015_10_22.utf-8.tar.gz
|
91 |
* Test: http://alt.qcri.org/semeval2016/task2/data/uploads/test_goldstandard.tar.gz
|
92 |
|
93 |
-
The translations into non-English languages have been created using machine translation (DeepL).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
Training and test data for the task of Recognizing Semantic Differences (RSD).
|
85 |
|
86 |
+
[See the paper](https://doi.org/10.48550/arXiv.2305.13303) for details on how the dataset was created, and see our code at https://github.com/ZurichNLP/recognizing-semantic-differences for an example of how to use the data for evaluation.
|
87 |
|
88 |
The data are derived from the [SemEval-2016 Task 2 for Interpretable Semantic Textual Similarity](https://alt.qcri.org/semeval2016/task2/) organized by [Agirre et al. (2016)](http://dx.doi.org/10.18653/v1/S16-1082).
|
89 |
The original URLs of the data are:
|
90 |
* Train: http://alt.qcri.org/semeval2016/task2/data/uploads/train_2015_10_22.utf-8.tar.gz
|
91 |
* Test: http://alt.qcri.org/semeval2016/task2/data/uploads/test_goldstandard.tar.gz
|
92 |
|
93 |
+
The translations into non-English languages have been created using machine translation (DeepL).
|
94 |
+
|
95 |
+
## Citation
|
96 |
+
```bibtex
|
97 |
+
@article{vamvas-sennrich-2023-rsd,
|
98 |
+
title={Towards Unsupervised Recognition of Semantic Differences in Related Documents},
|
99 |
+
author={Jannis Vamvas and Rico Sennrich},
|
100 |
+
year={2023},
|
101 |
+
eprint={2305.13303},
|
102 |
+
archivePrefix={arXiv},
|
103 |
+
primaryClass={cs.CL}
|
104 |
+
}
|
105 |
+
```
|