The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.
πΎ Taming CATS β Dataset Collection
This repository serves as a central landing page for the datasets used in the study:
Taming CATS: Controllable Automatic Text Simplification through Instruction Fine-Tuning with Control Tokens
π Code: https://github.com/shtosti/taming-CATS
π Paper: TODO (add link once available)
Overview
We provide a multi-domain collection of datasets for controllable automatic text simplification (CATS), covering:
- π₯ medical text
- ποΈ public administration
- π encyclopedic text
All datasets have been:
- cleaned and filtered
- transformed into a unified JSON schema
- enriched with precomputed control attributes, including:
- readability metrics (FKGL, ARI, DaleβChall)
- compression ratios (character and word level)
The unified format enables consistent training, evaluation, and cross-domain comparison.
Available Datasets
The following datasets are publicly available on Hugging Face:
π₯ Med-EASi (Medical Domain)
- π https://huggingface.co/datasets/shtosti/Med-EASi
- π
shtosti/Med-EASi
ποΈ SimPA (Public Administration Domain)
- π https://huggingface.co/datasets/shtosti/SimPA
- π
shtosti/SimPA
π WikiLarge (Encyclopedic Domain)
- π https://huggingface.co/datasets/shtosti/WikiLarge_ori_splitwise
- π
shtosti/WikiLarge_ori_splitwise
Each dataset includes:
- standardized JSONL format
- precomputed readability and compression metrics
- train / validation / test splits
- preprocessing and filtering as described in the paper
Newsela Dataset
The Newsela dataset was also used in this study but cannot be redistributed due to licensing restrictions.
Researchers can obtain access through the official Newsela data release.
Data Format
All datasets follow a unified structure, including:
source_textsimplification_textsource_metricstarget_metrics- metadata (domain, dataset, annotation type, etc.)
This schema enables direct use for controllable generation tasks without additional preprocessing.
License
This repository serves as an index of datasets and does not contain the datasets themselves.
Each dataset is distributed under its original license.
Please refer to the individual dataset pages for detailed licensing information.
Citation
If you use these datasets, please cite: TODO add once available
- Downloads last month
- 16