CATS / README.md
shtosti's picture
Update README.md
c9d964c verified
---
license: cc-by-4.0
language:
- en
size_categories:
- 10K<n<100K
---
# 🐾 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_text`
- `simplification_text`
- `source_metrics`
- `target_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