Datasets:

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

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md CHANGED
@@ -20,4 +20,36 @@ configs:
20
  data_files:
21
  - split: test
22
  path: data/test-*
 
 
 
 
 
 
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: test
22
  path: data/test-*
23
+ license: apache-2.0
24
+ task_categories:
25
+ - text-classification
26
+ language:
27
+ - en
28
+ pretty_name: True Paraphrases
29
+ size_categories:
30
+ - n<1K
31
  ---
32
+
33
+
34
+ # True Paraphrases Test Set
35
+
36
+ The True Paraphrases sentence/phrase pairs derived from the [AMR Annotation Guidelines](https://github.com/amrisi/amr-guidelines). It was introduced as part of the **PARAPHRASUS: A Comprehensive Benchmark for Evaluating Paraphrase Detection Models**.
37
+
38
+ For more details, refer to the [original paper](https://arxiv.org/abs/2409.12060) that was presented at COLING 2025.
39
+
40
+ ---
41
+
42
+ ### Citation
43
+
44
+ If you use this dataset, please cite it using the following BibTeX entry:
45
+
46
+ ```bibtex
47
+ @misc{michail2024paraphrasuscomprehensivebenchmark,
48
+ title={PARAPHRASUS : A Comprehensive Benchmark for Evaluating Paraphrase Detection Models},
49
+ author={Andrianos Michail and Simon Clematide and Juri Opitz},
50
+ year={2024},
51
+ eprint={2409.12060},
52
+ archivePrefix={arXiv},
53
+ primaryClass={cs.CL},
54
+ url={https://arxiv.org/abs/2409.12060},
55
+ }