vix.ing · top · new · best · stats · spec

Improving Estonian Text Simplification through Pretrained Language Models and Custom Datasets

2025/01/26 by Eduard Barbu, Barbu, Eduard, Muru, Meeri-Ly +2
Computer Science · #Text Readability and Simplification #Natural Language Processing Techniques

paper · pdf · doi:10.48550/arxiv.2501.15624

Abstract

This paper presents a method for text simplification based on two neural architectures: a neural machine translation (NMT) model and a fine-tuned large language model (LLaMA). Given the scarcity of existing resources for Estonian, a new dataset was created by combining manually translated corpora with GPT-4.0-generated simplifications. OpenNMT was selected as a representative NMT-based system, while LLaMA was fine-tuned on the constructed dataset. Evaluation shows LLaMA outperforms OpenNMT in grammaticality, readability, and meaning preservation. These results underscore the effectiveness of large language models for text simplification in low-resource language settings. The complete dataset, fine-tuning scripts, and evaluation pipeline are provided in a publicly accessible supplementary package to support reproducibility and adaptation to other languages.

Related