File size: 2,559 Bytes
3f1b428 c9d964c 3f1b428 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | ---
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
|