Datasets:

Size Categories:
1K<n<10K
Language Creators:
machine-generated
ArXiv:
Tags:
License:
jvamvas commited on
Commit
98251ec
1 Parent(s): 32c46b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -79,4 +79,15 @@ language:
79
  - zh
80
  size_categories:
81
  - 1K<n<10K
82
- ---
 
 
 
 
 
 
 
 
 
 
 
 
79
  - zh
80
  size_categories:
81
  - 1K<n<10K
82
+ ---
83
+
84
+ Training and test data for the task of Recognizing Semantic Differences (RSD).
85
+
86
+ See the paper [TBA] 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).