paper-with-me

홈 › Papers

Why Language Models Hallucinate

2025-09-04 · Adam Tauman Kalai, Ofir Nachum, Santosh S. Vempala, Edwin Zhang arxiv

Like students facing hard exam questions, large language models sometimes guess when uncertain, producing plausible yet incorrect statements instead of admitting uncertainty. Such "hallucinations" persist even in state-of-the-art systems and undermine trust. We argue that language models hallucinate because the training and evaluation procedures reward guessing over acknowledging uncertainty, and we analyze the statistical causes of hallucinations in the modern training pipeline. Hallucinations need not be mysterious -- they originate simply as errors in binary classification. If incorrect statements cannot be distinguished from facts, then hallucinations in pretrained language models will arise through natural statistical pressures. We then argue that hallucinations persist due to the way most evaluations are graded -- language models are optimized to be good test-takers, and guessing when uncertain improves test performance. This "epidemic" of penalizing uncertain responses can only be addressed through a socio-technical mitigation: modifying the scoring of existing benchmarks that are misaligned but dominate leaderboards, rather than introducing additional hallucination evaluations. This change may steer the field toward more trustworthy AI systems.

📄 PDF Abstract BibTeX arXiv:2509.04664

Code (0)

등록된 구현이 없습니다.

Tasks

Binary Classification

Similar Papers 제목 키워드 기반

Do Language Models Know When They're Hallucinating References?

2023-05-29 · Ayush Agrawal, Mirac Suzgun, Lester Mackey, Adam Tauman Kalai

State-of-the-art language models (LMs) are notoriously susceptible to generating hallucinated information. Such inaccurate outputs not only undermine the reliability of these models but also limit their use and raise ser…

HallucinationLanguage ModelingLanguage ModellingMisinformation

HIVE: Understanding Post-Hallucination Reasoning in Vision Language Models

2026-07-08 · Feng He, Zhenting Wang, Qifan Wang, Qiang Guan 외 arxiv

Hallucinations in vision language models (VLMs) are commonly treated as semantic errors, yet they often arise from partial or ambiguous visual evidence. Prior work mainly focuses on detecting or suppressing hallucination…

Multimodal Reasoning

Unfamiliar Finetuning Examples Control How Language Models Hallucinate

2024-03-08 · Katie Kang, Eric Wallace, Claire Tomlin, Aviral Kumar 외

Large language models are known to hallucinate when faced with unfamiliar queries, but the underlying mechanism that govern how models hallucinate are not yet fully understood. In this work, we find that unfamiliar examp…

MMLUMultiple-choiceTriviaQA

Vroom-Vroom at SHROOM-Visions: A Multi-Judge Committee for Detecting Hallucinated Spans in Vision-Language Outputs

2026-09-15 · Toqeer Ehsan, Nico Penttilä, Richard Schmidt, Arash Hajikhani 외 arxiv

This paper describes our submission to the SHROOM-Visions shared task on detecting and classifying hallucinated character spans in vision-language model outputs across four languages. We employ several fine-tuned vision-…

Agent vs. Parametric World Models: Hybrid Planning for Reliable Language Agents

2026-06-26 · Xinyuan Song, Zekun Cai arxiv

Language agents plan by generating not only actions but also implicit predictions of how the world will change. These imagined state updates make agents flexible, but they also create a distinct failure mode: hallucinate…