German Text Simplification: Finetuning Large Language Models with Semi-Synthetic Data
Lars Klöser, Mika Beele, Jan-Niklas Schagen, Bodo Kraft
TL;DR
The paper tackles data scarcity in German document-level text simplification by building a semi-synthetic parallel corpus: crawling professionally simplified German texts and using GPT-4 to generate corresponding source texts, which are then used to finetune decoder-only German LLMs up to 13B. It systematically analyzes decoding strategies and shows that larger models improve automatic metrics, while highlighting the misalignment between those metrics and human judgments on real-world data. The study demonstrates that models trained on semi-synthetic data can meaningfully reduce text complexity on real content, and it critically discusses the limitations of rule-based evaluation metrics for this task. By releasing the dataset and models, the work provides a practical, scalable pathway for improving German text simplification and sets directions for more nuanced evaluation and domain-adaptive styling.
Abstract
This study pioneers the use of synthetically generated data for training generative models in document-level text simplification of German texts. We demonstrate the effectiveness of our approach with real-world online texts. Addressing the challenge of data scarcity in language simplification, we crawled professionally simplified German texts and synthesized a corpus using GPT-4. We finetune Large Language Models with up to 13 billion parameters on this data and evaluate their performance. This paper employs various methodologies for evaluation and demonstrates the limitations of currently used rule-based metrics. Both automatic and manual evaluations reveal that our models can significantly simplify real-world online texts, indicating the potential of synthetic data in improving text simplification.
