paper-with-me

홈 › Papers

How Much Do LLMs Hallucinate across Languages? On Multilingual Estimation of LLM Hallucination in the Wild

2025-02-18 · Saad Obaid ul Islam, Anne Lauscher, Goran Glavaš

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 the wild'' than open information seeking. In contrast, we aim to quantify the extent of LLM hallucination across languages in knowledge-intensive long-form question answering. 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 generate (noisy) training data in other languages. 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 a knowledge-intensive QA dataset for 30 languages with LLM-generated prompts and Wikipedia articles as references. We find that, while LLMs generate longer responses with more hallucinated tokens for higher-resource languages, there is no correlation between length-normalized hallucination rates of languages and their digital representation. Further, we find that smaller LLMs exhibit larger hallucination rates than larger models.

📄 PDF Abstract BibTeX arXiv:2502.12769

Code (1)

WorldHellow/mHallucinations-LLM 공식 구현 pytorch

Tasks

ArticlesHallucinationLong Form Question AnsweringMachine TranslationMisinformationQuestion Answering

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Multilingual Hallucination Gaps in Large Language Models

2024-10-23 · Cléa Chataigner, Afaf Taïk, Golnoosh Farnadi

Large language models (LLMs) are increasingly used as alternatives to traditional search engines given their capacity to generate text that resembles human language. However, this shift is concerning, as LLMs often gener…

HallucinationText Generation

When Models Lie, We Learn: Multilingual Span-Level Hallucination Detection with PsiloQA

2025-10-06 · Elisei Rykov, Kseniia Petrushina, Maksim Savkin, Valerii Olisov 외 arxiv

Hallucination detection remains a fundamental challenge for the safe and reliable deployment of large language models (LLMs), especially in applications requiring factual accuracy. Existing hallucination benchmarks often…

mCoT: Multilingual Instruction Tuning for Reasoning Consistency in Language Models

2024-06-04 · Huiyuan Lai, Malvina Nissim

Large language models (LLMs) with Chain-of-thought (CoT) have recently emerged as a powerful technique for eliciting reasoning to improve various downstream tasks. As most research mainly focuses on English, with few exp…

Math

Beyond the Rosetta Stone: Unification Forces in Generalization Dynamics

2025-08-14 · Carter Blum, Katja Filippova, Ann Yuan, Asma Ghandeharioun 외 arxiv

Large language models (LLMs) struggle with cross-lingual knowledge transfer: they sometimes hallucinate when asked in one language about facts expressed in a different language during training. This work introduces a con…

Cross-Lingual Transfer

Halluverse-M^3: A multitask multilingual benchmark for hallucination in LLMs

2026-02-06 · Samir Abdaljalil, Parichit Sharma, Erchin Serpedin, Hasan Kurban arxiv

Hallucinations in large language models remain a persistent challenge, particularly in multilingual and generative settings where factual consistency is difficult to maintain. While recent models show strong performance …

Question Answering