Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
onestop_english / README.md
albertvillanova's picture
Replace YAML keys from int to str (#3)
a3e5b15
metadata
annotations_creators:
  - found
language_creators:
  - found
language:
  - en
license:
  - cc-by-sa-4.0
multilinguality:
  - monolingual
size_categories:
  - n<1K
source_datasets:
  - original
task_categories:
  - text2text-generation
  - text-classification
task_ids:
  - multi-class-classification
  - text-simplification
paperswithcode_id: onestopenglish
pretty_name: OneStopEnglish corpus
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype:
        class_label:
          names:
            '0': ele
            '1': int
            '2': adv
  splits:
    - name: train
      num_bytes: 2278043
      num_examples: 567
  download_size: 1228804
  dataset_size: 2278043

Dataset Card for OneStopEnglish corpus

Table of Contents

Dataset Description

Dataset Summary

OneStopEnglish is a corpus of texts written at three reading levels, and demonstrates its usefulness for through two applications - automatic readability assessment and automatic text simplification.

Supported Tasks and Leaderboards

[More Information Needed]

Languages

[More Information Needed]

Dataset Structure

Data Instances

An instance example:

{
  "text": "When you see the word Amazon, what’s the first thing you think...",
  "label": 0
}

Note that each instance contains the full text of the document.

Data Fields

  • text: Full document text.
  • label: Reading level of the document- ele/int/adv (Elementary/Intermediate/Advance).

Data Splits

The OneStopEnglish dataset has a single train split.

Split Number of instances
train 567

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Initial Data Collection and Normalization

[More Information Needed]

Who are the source language producers?

[More Information Needed]

Annotations

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Considerations for Using the Data

Social Impact of Dataset

[More Information Needed]

Discussion of Biases

[More Information Needed]

Other Known Limitations

[More Information Needed]

Additional Information

Dataset Curators

[More Information Needed]

Licensing Information

Creative Commons Attribution-ShareAlike 4.0 International License

Citation Information

[More Information Needed]

Contributions

Thanks to @purvimisal for adding this dataset.