Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
Andrianos's picture
Updated Readme
da05bd7 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: sentence1
      dtype: string
    - name: sentence2
      dtype: string
    - name: paraphrase
      dtype: int64
  splits:
    - name: test
      num_bytes: 13558
      num_examples: 167
  download_size: 8253
  dataset_size: 13558
configs:
  - config_name: default
    data_files:
      - split: test
        path: data/test-*
license: apache-2.0
task_categories:
  - text-classification
language:
  - en
pretty_name: True Paraphrases
size_categories:
  - n<1K

True Paraphrases Test Set

The True Paraphrases sentence/phrase pairs derived from the AMR Annotation Guidelines. It was introduced as part of the PARAPHRASUS: A Comprehensive Benchmark for Evaluating Paraphrase Detection Models.

For more details, refer to the original paper that was presented at COLING 2025.


Citation

If you use this dataset, please cite it using the following BibTeX entry:

@misc{michail2024paraphrasuscomprehensivebenchmark,
      title={PARAPHRASUS : A Comprehensive Benchmark for Evaluating Paraphrase Detection Models}, 
      author={Andrianos Michail and Simon Clematide and Juri Opitz},
      year={2024},
      eprint={2409.12060},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2409.12060}, 
}