Datasets:
metadata
dataset_info:
features:
- name: original_text
dtype: string
- name: simplified_kindergarten
dtype: string
- name: simplified_primary_school
dtype: string
- name: simplified_secondary_school
dtype: string
- name: original_word_count
dtype: int64
- name: kindergarten_word_count
dtype: int64
- name: primary_school_word_count
dtype: int64
- name: secondary_school_word_count
dtype: int64
splits:
- name: train
num_bytes: 21569031
num_examples: 14459
- name: validation
num_bytes: 1484577
num_examples: 1000
download_size: 13878774
dataset_size: 23053608
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
license: apache-2.0
task_categories:
- text-generation
language:
- en
size_categories:
- 10K<n<100K
Controlled text simplification, targetting at different audiences. A dataset for a group project.