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