Conference Paper
Large Language Models

🧜Siren’s Song in the AI Ocean: A Survey on Hallucination in Large Language Models

Yue Zhang(Soochow University), Yafu Li(Shanghai Municipal People's Government), Leyang Cui(Tencent (China)), Cai Deng(Tencent (China)), Lemao Liu(Tencent (China)), Tingchen Fu(Renmin University of China), Xinting Huang(Tencent (China)), Enbo Zhao(Tencent (China)), Yanwen Zhang(Soochow University), Yulong Chen(University of Cambridge), Longyue Wang(Tencent (China)), Ahn Tuan Luu(Nanyang Technological University), Wei Bi(Tencent (China)), Freda Shi(University of Waterloo), Shuming Shi(Tencent (China))
January 1, 2025Computational Linguistics1,081 citations

1.1k

Citations

37

Influential Citations

Computational Linguistics

Venue

2025

Year

Abstract

Abstract While large language models (LLMs) have demonstrated remarkable capabilities across a range of downstream tasks, a significant concern revolves around their propensity to exhibit hallucinations: LLMs occasionally generate content that diverges from the user input, contradicts previously generated context, or misaligns with established world knowledge. This phenomenon poses a substantial challenge to the reliability of LLMs in real-world scenarios. In this article, we survey recent efforts on the detection, explanation, and mitigation of hallucination, with an emphasis on the unique challenges posed by LLMs. We present taxonomies of the LLM hallucination phenomena and evaluation benchmarks, analyze existing approaches aiming at mitigating LLM hallucination, and discuss potential directions for future research.

Analysis

Why This Paper Matters

Large language models (LLMs) have become foundational tools in AI, yet their tendency to generate plausible but incorrect or nonsensical content—hallucinations—poses a critical barrier to deployment in high-stakes applications like healthcare, law, and customer service. This survey, published in Computational Linguistics with over 1,000 citations, arrives at a pivotal moment when the AI community urgently needs systematic understanding of the hallucination problem. By providing a comprehensive taxonomy and reviewing detection, explanation, and mitigation efforts, the paper serves as a crucial reference for both researchers aiming to improve model reliability and practitioners evaluating model trustworthiness.

The paper’s emphasis on LLM-specific challenges—such as the scale of models, autoregressive generation, and alignment tuning—distinguishes it from earlier surveys focused on smaller models. It also highlights the tension between creativity and factuality, a core issue in generative AI. For Neura Market’s audience of AI practitioners, this survey offers a structured lens to assess which hallucination mitigation strategies are most relevant to their use cases, from retrieval-augmented generation to contrastive decoding.

Technical Contributions

  • Taxonomy of Hallucination Types: The paper categorizes hallucinations into three main types: input-conflicting (diverging from user input), context-conflicting (contradicting prior generated context), and fact-conflicting (misaligning with world knowledge). This taxonomy helps standardize discussions across the field.
  • Evaluation Benchmarks Survey: It reviews existing benchmarks for hallucination detection, such as TruthfulQA, HaluEval, and others, noting their strengths and limitations in capturing real-world hallucination scenarios.
  • Mitigation Approaches: The survey covers a range of techniques, including data augmentation, decoding strategies (e.g., top-k sampling, contrastive decoding), retrieval-augmented generation (RAG), and fine-tuning methods like reinforcement learning from human feedback (RLHF).
  • Detection and Explanation Methods: It discusses methods for identifying hallucinations post-hoc, such as uncertainty estimation and consistency checks, as well as explainability techniques that trace hallucination sources.

Results

As a survey, the paper does not present new experimental results. Instead, it synthesizes findings from numerous studies, noting that no single mitigation approach is universally effective. For example, RAG improves factuality but may introduce retrieval errors, while RLHF reduces some hallucinations but can amplify others. The paper reports that evaluation benchmarks often lack coverage of subtle or context-dependent hallucinations, and that detection methods remain imperfect, with trade-offs between precision and recall.

Significance

This survey has become a widely cited reference, indicating its impact on shaping research directions in LLM reliability. By organizing a fragmented field, it enables practitioners to quickly identify relevant techniques and benchmarks for their specific needs. For the broader AI field, it underscores that hallucination is not a bug to be eliminated but a fundamental challenge of generative models, requiring ongoing innovation in architecture, training, and evaluation. The paper’s call for future work on dynamic evaluation and cross-lingual hallucinations points to important open problems.