How Much Do LLMs Hallucinate across Languages? On Realistic Multilingual Estimation of LLM Hallucination
Saad Obaid ul Islam, Anne Lauscher, Goran Glavaš
TL;DR
The paper addresses the challenge of quantifying LLM hallucinations across languages in realistic knowledge-heavy open-domain QA. It develops a multilingual hallucination detection (HD) framework trained via translate-train on the FAVA benchmark and evaluates it on the mFAVA dataset, including Silver and Gold annotations across 30 languages. By combining HD performance with a synthetic, knowledge-intensive evaluation dataset, the authors estimate per-language hallucination rates (HR_est) for 11 LLMs, finding that smaller models and those with broader language support tend to hallucinate more, while larger models are more robust, especially on longer outputs. The work introduces a practical, scalable protocol for cross-language hallucination estimation and reveals important interactions between model size, language coverage, and text length, with implications for deploying multilingual LLMs in real-world settings.
Abstract
In the age of misinformation, hallucination - the tendency of Large Language Models (LLMs) to generate non-factual or unfaithful responses - represents the main risk for their global utility. Despite LLMs becoming increasingly multilingual, the vast majority of research on detecting and quantifying LLM hallucination are (a) English-centric and (b) focus on machine translation (MT) and summarization, tasks that are less common in realistic settings than open information seeking. In contrast, we aim to quantify the extent of LLM hallucination across languages in knowledge-intensive long-form question answering (LFQA). To this end, we train a multilingual hallucination detection model and conduct a large-scale study across 30 languages and 6 open-source LLM families. We start from an English hallucination detection dataset and rely on MT to translate-train a detection model. We also manually annotate gold data for five high-resource languages; we then demonstrate, for these languages, that the estimates of hallucination rates are similar between silver (LLM-generated) and gold test sets, validating the use of silver data for estimating hallucination rates for other languages. For the final rates estimation, we build open-domain QA dataset for 30 languages with LLM-generated prompts and Wikipedia articles as references. Our analysis shows that LLMs, in absolute terms, hallucinate more tokens in high-resource languages due to longer responses, but that the actual hallucination rates (i.e., normalized for length) seems uncorrelated with the sizes of languages' digital footprints. We also find that smaller LLMs hallucinate more, and significantly, LLMs with broader language support display higher hallucination rates.
