Analysis updated 2026-05-18
Train an Italian text simplification model using paired original and simplified sentences.
Evaluate a language model's simplification output against readability scores.
Study how sentence structure and vocabulary affect Italian text readability.
| michelepapucci/impacts | cynikolai/sequence-cluster-learner | wenqijiang/deep-reinforcement-learning-for-atari-games | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Jupyter Notebook | Jupyter Notebook | Jupyter Notebook |
| Last pushed | — | 2017-12-02 | 2018-12-25 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | easy | easy | hard |
| Complexity | 2/5 | 1/5 | 4/5 |
| Audience | researcher | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires git-lfs to download the dataset archive from the repository.
IMPaCTS (Italian Multi-level Parallel Corpus for Controlled Text Simplification) is a research dataset for Italian text simplification. Text simplification is the task of rewriting complex sentences into plainer language while preserving meaning, useful for making public documents more accessible to general readers. This dataset provides training and evaluation data for building AI models that can do this for Italian. The dataset contains 1,066,828 sentence pairs. Each pair consists of a human-written original sentence from Wikipedia and Public Administration texts, alongside one or more machine-generated simplified versions. The average number of simplifications per original sentence is 9.6. The simplified sentences were generated automatically using an Italian language model prompted to produce multiple simplifications per input. Every row is annotated with readability scores for both the original sentence and its simplification. There are four readability scores per sentence: raw textual features (such as average characters per word), lexical features (vocabulary diversity), syntactic features (sentence tree depth and use of subordinate clauses), and an overall combined score. These scores come from the Read-it readability tool. The full set of extracted linguistic features is also included for both the original text and the simplification. The dataset is intended for researchers training or evaluating language models on controllable text simplification tasks. It is available as a zip archive in this repository (requires git-lfs to download) and also on HuggingFace. The repository accompanies a paper presented at LREC 2026.
IMPaCTS is a large Italian dataset of over a million sentence pairs pairing original text with simplified versions, built for training text simplification models.
Mainly Jupyter Notebook. The stack also includes Jupyter Notebook, HuggingFace, git-lfs.
License terms are not stated in the provided text.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.