Evaluating Large Language Models for Diacritic Restoration in Romanian Texts: A Comparative Study
Mihai Nadas, Laura Diosan
TL;DR
This study systematically evaluates a broad set of large language models for automatic diacritic restoration in Romanian text, using a progressively designed prompt template strategy and a controlled data corpus derived from dexonline sources. By comparing models from OpenAI, Google, Meta, MistralAI, and RoLlama across zero-shot to three-shot prompts, the authors quantify restoration performance with case-sensitive/insensitive character and word metrics, anchored by an Echo baseline. Key findings show that GPT-4o achieves top performance, and that prompt design (notably three-shot templates) significantly boosts results, while certain open-source models (e.g., Llama variants) exhibit substantial variability and underperformance requiring targeted fine-tuning. The work provides actionable guidance for improving diacritic restoration tools in Romanian and highlights broader implications for prompt engineering and model selection in diacritics-rich languages, with open resources to support reproducibility and further research.
Abstract
Automatic diacritic restoration is crucial for text processing in languages with rich diacritical marks, such as Romanian. This study evaluates the performance of several large language models (LLMs) in restoring diacritics in Romanian texts. Using a comprehensive corpus, we tested models including OpenAI's GPT-3.5, GPT-4, GPT-4o, Google's Gemini 1.0 Pro, Meta's Llama 2 and Llama 3, MistralAI's Mixtral 8x7B Instruct, airoboros 70B, and OpenLLM-Ro's RoLlama 2 7B, under multiple prompt templates ranging from zero-shot to complex multi-shot instructions. Results show that models such as GPT-4o achieve high diacritic restoration accuracy, consistently surpassing a neutral echo baseline, while others, including Meta's Llama family, exhibit wider variability. These findings highlight the impact of model architecture, training data, and prompt design on diacritic restoration performance and outline promising directions for improving NLP tools for diacritic-rich languages.
