A Survey on Hallucination in Large Language Models: Principles, Taxonomy, Challenges, and Open Questions
Lei HuangWeijiang YuWeitao MaWeihong ZhongZhangyin FengHaotian WangQianglong ChenWeihua PengXiaocheng FengBing Qin
Presents a structured taxonomy of large language model hallucinations alongside an evaluation of detection benchmarks, mitigation strategies, and key failure modes in retrieval-augmented and vision-language systems.
Large language models have driven transformative breakthroughs in artificial intelligence and natural language processing, reshaping how organizations retrieve and process information. However, their practical deployment in mission-critical applications—such as enterprise search, automated reporting, and customer-facing assistants—is heavily constrained by their tendency to generate plausible yet factually incorrect or ungrounded statements, commonly known as hallucinations. Because these systems produce highly convincing, human-like outputs, detecting and preventing these errors is critical to mitigating operational, reputational, legal, and safety risks.
The article provides a systematic, end-to-end framework to analyze why hallucinations occur in large language models, how to categorize them, and how to reliably detect and mitigate them. It sets out to establish a comprehensive taxonomy tailored to modern general-purpose models, evaluate state-of-the-art detection techniques and benchmarks, and assess mitigation strategies across the machine learning lifecycle, with a dedicated evaluation of retrieval-augmented generation systems.
To accomplish this, the authors conducted an extensive literature review and comparative analysis spanning contemporary generative models, benchmarks, and architectural designs. The analysis synthesizes findings across training pipelines—pre-training, supervised fine-tuning, and reinforcement learning from human feedback—as well as inference strategies and external data retrieval mechanisms, evaluating their performance trade-offs, scalability, and practical constraints.
The article outlines several central findings. First, hallucinations are best categorized into two major types: factuality hallucinations (which contradict real-world facts or fabricate unsupported claims) and faithfulness hallucinations (which fail to follow user instructions, misrepresent provided source context, or exhibit internal logical contradictions). Second, hallucinations stem from interconnected vulnerabilities across all operational phases: training data flaws (such as memorized online misinformation, social biases, and unrepresented long-tail knowledge), training misalignments (including exposure bias and models learning sycophantic behavior to please human raters), and decoding limitations during inference (such as random sampling trade-offs and attention degradation across long documents). Third, while retrieval-augmented generation provides an effective mechanism to supply real-time facts, it introduces new failure points, including blind retrieval on simple queries, sensitivity to retrieved noise, query ambiguity, and the tendency of models to ignore information located in the middle of long reference contexts.
These findings indicate that addressing generative errors requires a multi-layered defense rather than a single technological fix. Relying blindly on standard models or unoptimized retrieval systems introduces substantial compliance and reliability risks. Organizations must recognize that factual accuracy and output diversity often exist in direct trade-off, meaning that system pipelines must be calibrated depending on whether a task requires strict precision or creative variability.
To mitigate these risks, decision-makers deploying language models should adopt targeted interventions across system design. Teams should implement curated data filtering, dynamic decoding adjustments, and structured retrieval architectures that use semantic chunking and query rewriting. Furthermore, retrieval systems should incorporate active decision rules to query external sources only when necessary, alongside post-generation verification steps to check outputs against trusted sources before presenting them to end users.
While the analytical framework provides strong confidence in identifying root causes and evaluation methods, the article notes key limitations in current industry capabilities. Existing mitigation strategies often require significant computational overhead, and methods designed to probe a model's internal awareness of its own knowledge boundaries remain developing and inconsistent. Furthermore, as organizations expand into multimodal and vision-language systems, hallucination patterns grow more complex and require continued testing and rigorous pilot evaluations.
- Paper: Survey of Hallucination in Natural Language Generation, Ziwei Ji et al. (2022). This earlier foundational survey establishes the core taxonomy and evaluation metrics for natural language generation hallucinations that the source paper builds upon and updates.
- Paper: Retrieval-Augmented Generation for Large Language Models: A Survey, Yunfan Gao et al. (2023). Understanding retrieval-augmented generation paradigms as mechanisms to mitigate hallucinations is essential background for the source survey's dedicated discussion on retrieval-augmented LLMs.
- Paper: Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks, Patrick Lewis et al. (2020). This foundational paper introduces retrieval-augmented generation as a direct strategy to address factual errors and hallucinations in language models, providing the core architecture analyzed in the source survey.
- Paper: A Survey on Evaluation of Large Language Models, Yupeng Chang et al. (2023). This broader survey extends the source's focus on hallucination by providing a comprehensive evaluation framework covering reasoning, safety, and domain-specific capabilities across all large language models.
- Paper: From Generation to Judgment: Opportunities and Challenges of LLM-as-a-judge, Dawei Li et al. (2025). This survey continues the source's exploration of reliability by detailing how advanced large models act as scalable judges to evaluate open-ended text quality and hallucination.
