Datasets:
Updated Readme
Browse files
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 |
+
}
|