Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Andrianos commited on
Commit
7e42f21
·
verified ·
1 Parent(s): 2eb54b6

Updated README

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -28,4 +28,36 @@ configs:
28
  data_files:
29
  - split: test
30
  path: data/test-*
 
 
 
 
 
 
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  data_files:
29
  - split: test
30
  path: data/test-*
31
+ license: apache-2.0
32
+ task_categories:
33
+ - text-classification
34
+ language:
35
+ - en
36
+ pretty_name: STS-H
37
  ---
38
+
39
+ # STS-Hard Dataset
40
+
41
+ The STS-Hard dataset is a paraphrase detection test set derived from the STSBenchmark dataset. It was introduced as part of the **PARAPHRASUS: A Comprehensive Benchmark for Evaluating Paraphrase Detection Models**, presented at **COLING 2025**. The test includes the paraphrase label as well as individual annotation labels from two annotators:
42
+
43
+ - **P1**: The semanticist.
44
+ - **P2**: A student annotator.
45
+
46
+ For more details, refer to the [original paper](https://arxiv.org/abs/2409.12060) that was presented at COLING 2025.
47
+
48
+ ---
49
+
50
+ ### Citation
51
+
52
+ If you use this dataset, please cite it using the following BibTeX entry:
53
+
54
+ ```bibtex
55
+ @misc{michail2024paraphrasuscomprehensivebenchmark,
56
+ title={PARAPHRASUS : A Comprehensive Benchmark for Evaluating Paraphrase Detection Models},
57
+ author={Andrianos Michail and Simon Clematide and Juri Opitz},
58
+ year={2024},
59
+ eprint={2409.12060},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CL},
62
+ url={https://arxiv.org/abs/2409.12060},
63
+ }