turk / README.md
albertvillanova's picture
Reorder split names (#1)
2dd947a
metadata
annotations_creators:
  - machine-generated
language_creators:
  - found
language:
  - en
license:
  - gpl-3.0
multilinguality:
  - monolingual
size_categories:
  - 1K<n<10K
source_datasets:
  - original
task_categories:
  - text2text-generation
task_ids:
  - text-simplification
paperswithcode_id: null
pretty_name: TURK
dataset_info:
  features:
    - name: original
      dtype: string
    - name: simplifications
      sequence: string
  config_name: simplification
  splits:
    - name: validation
      num_bytes: 2120187
      num_examples: 2000
    - name: test
      num_bytes: 396378
      num_examples: 359
  download_size: 2443394
  dataset_size: 2516565

Dataset Card for TURK

Table of Contents

Dataset Description

Dataset Summary

TURK is a multi-reference dataset for the evaluation of sentence simplification in English. The dataset consists of 2,359 sentences from the Parallel Wikipedia Simplification (PWKP) corpus. Each sentence is associated with 8 crowdsourced simplifications that focus on only lexical paraphrasing (no sentence splitting or deletion).

Supported Tasks and Leaderboards

No Leaderboard for the task.

Languages

TURK contains English text only (BCP-47: en).

Dataset Structure

Data Instances

An instance consists of an original sentence and 8 possible reference simplifications that focus on lexical paraphrasing.

{'original': 'one side of the armed conflicts is composed mainly of the sudanese military and the janjaweed , a sudanese militia group recruited mostly from the afro-arab abbala tribes of the northern rizeigat region in sudan .',
 'simplifications': ['one side of the armed conflicts is made of sudanese military and the janjaweed , a sudanese militia recruited from the afro-arab abbala tribes of the northern rizeigat region in sudan .', 'one side of the armed conflicts consist of the sudanese military and the sudanese militia group janjaweed .', 'one side of the armed conflicts is mainly sudanese military and the janjaweed , which recruited from the afro-arab abbala tribes .', 'one side of the armed conflicts is composed mainly of the sudanese military and the janjaweed , a sudanese militia group recruited mostly from the afro-arab abbala tribes in sudan .', 'one side of the armed conflicts is made up mostly of the sudanese military and the janjaweed , a sudanese militia group whose recruits mostly come from the afro-arab abbala tribes from the northern rizeigat region in sudan .', 'the sudanese military and the janjaweed make up one of the armed conflicts , mostly from the afro-arab abbal tribes in sudan .', 'one side of the armed conflicts is composed mainly of the sudanese military and the janjaweed , a sudanese militia group recruited mostly from the afro-arab abbala tribes of the northern rizeigat regime in sudan .', 'one side of the armed conflicts is composed mainly of the sudanese military and the janjaweed , a sudanese militia group recruited mostly from the afro-arab abbala tribes of the northern rizeigat region in sudan .']}

Data Fields

  • original: an original sentence from the source datasets
  • simplifications: a set of reference simplifications produced by crowd workers.

Data Splits

TURK does not contain a training set; many models use WikiLarge (Zhang and Lapata, 2017) or Wiki-Auto (Jiang et. al 2020) for training.

Each input sentence has 8 associated reference simplified sentences. 2,359 input sentences are randomly split into 2,000 validation and 359 test sentences.

Dev Test Total
Input Sentences 2000 359 2359
Reference Simplifications 16000 2872 18872

Dataset Creation

Curation Rationale

The TURK dataset was constructed to evaluate the task of text simplification. It contains multiple human-written references that focus on only lexical simplification.

Source Data

Initial Data Collection and Normalization

The input sentences in the dataset are extracted from the Parallel Wikipedia Simplification (PWKP) corpus.

Who are the source language producers?

The references are crowdsourced from Amazon Mechanical Turk. The annotators were asked to provide simplifications without losing any information or splitting the input sentence. No other demographic or compensation information is provided in the paper.

Annotations

Annotation process

The instructions given to the annotators are available in the paper.

Who are the annotators?

The annotators are Amazon Mechanical Turk workers.

Personal and Sensitive Information

Since the dataset is created from English Wikipedia (August 22, 2009 version), all the information contained in the dataset is already in the public domain.

Considerations for Using the Data

Social Impact of Dataset

The dataset helps move forward the research towards text simplification by creating a higher quality validation and test dataset. Progress in text simplification in turn has the potential to increase the accessibility of written documents to wider audiences.

Discussion of Biases

The dataset may contain some social biases, as the input sentences are based on Wikipedia. Studies have shown that the English Wikipedia contains both gender biases (Schmahl et al., 2020) and racial biases (Adams et al., 2019).

Other Known Limitations

Since the dataset contains only 2,359 sentences that are derived from Wikipedia, it is limited to a small subset of topics present on Wikipedia.

Additional Information

Dataset Curators

TURK was developed by researchers at the University of Pennsylvania. The work was supported by the NSF under grant IIS-1430651 and the NSF GRFP under grant 1232825.

Licensing Information

GNU General Public License v3.0

Citation Information

 @article{Xu-EtAl:2016:TACL,
 author = {Wei Xu and Courtney Napoles and Ellie Pavlick and Quanze Chen and Chris Callison-Burch},
 title = {Optimizing Statistical Machine Translation for Text Simplification},
 journal = {Transactions of the Association for Computational Linguistics},
 volume = {4},
 year = {2016},
 url = {https://cocoxu.github.io/publications/tacl2016-smt-simplification.pdf},
 pages = {401--415}
 }

Contributions

Thanks to @mounicam for adding this dataset.