RALS: Resources and Baselines for Romanian Automatic Lexical Simplification

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

The RALS project introduces the first comprehensive resources for Romanian lexical complexity prediction (LCP) and lexical simplification (LS), addressing a significant gap for under-represented languages. It provides a new dataset with 3,921 human-annotated word samples for LCP, comprising three subsets: HT (human-translated English MultiLS), WT (words from a Romanian corpus), and RoLCP (new samples from diverse Romanian texts). A novel RoLS dataset for lexical substitution candidates is also created, utilizing a robust pairwise simplicity ranking methodology. The paper evaluates LCP models using a Ridge regressor with handcrafted features, achieving a Pearson r=0.71 on the RoLCP dataset. For LS, it compares open LLMs (Apertus-8B-Instruct-2509, RoLlama3.1-8B) and a fine-tuned BERT with a new hybrid rule-based system called DexFlex. DexFlex, which integrates the dexonline dictionary and spaCy for grammatical processing and synonym inflection, consistently outperforms other approaches, though overall scores remain lower than for high-resource languages.

Key takeaway

For NLP Engineers developing text simplification systems for low-resource languages like Romanian, you should prioritize hybrid rule-based approaches over large language model prompting. The DexFlex framework demonstrates that combining dictionary data with grammatical processing can achieve state-of-the-art lexical simplification, outperforming LLMs. This approach is more sustainable and linguistically grounded, offering a robust alternative to costly, less transparent proprietary systems. Consider integrating high-quality linguistic resources into your pipelines.

Key insights

RALS provides the first Romanian lexical simplification resources, with a hybrid rule-based system outperforming LLMs for this low-resource language.

Principles

Method

DexFlex uses spaCy for POS/grammatical features, selects synonyms from dexonline via contextual embedding similarity, and inflects them correctly using dictionary data.

In practice

Topics

Code references

Best for: AI Scientist, NLP Engineer, Research Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.