Skip to content
Review Open access

Hallucination Is Not One Thing: A Two-Axis Taxonomy for Structured Diagnosis in Generative AI

2026 · IEEE Access · Vol 14, pp. 119273-119304 · 0 citations · 45 references

TL;DR

A concise two-axis framework that integrates an “intrinsic-extrinsic” distinction in source attribution introduced by Ji et al. with a “faithfulness-factuality” distinction in contextual grounding surveyed is presented, yielding four clearly defined hallucination types applicable across tasks, modalities and architectures.

Abstract

Hallucinations, fluent outputs from generative Artificial Intelligence (AI) that are factually incorrect or unfaithful to their inputs, erode model reliability and alignment in high-stakes domains. Although widely recognized, the existing literature still lacks a compact and task-agnostic framework for detecting and mitigating these errors. This paper presents a concise two-axis framework that integrates an “intrinsic-extrinsic” distinction in source attribution introduced by Ji et al. with a “faithfulness-factuality” distinction in contextual grounding surveyed by Huang et al. and Maynez et al., integrating these established axes into a unified four-quadrant structure, yielding four clearly defined hallucination types applicable across tasks, modalities and architectures. This paper shows how this framework reorganizes existing benchmarks, guides detector and mitigator selection, and supports a fine-grained annotation schema. As the primary empirical validation, a case study on the HalluMix benchmark (6,500 naturalistic examples) evaluates two detectors, Claude Sonnet 4.6 and GPT 5.4, across four prompting conditions, and in every case the taxonomy-guided prompt attains the highest detection F1-score. It raises F1 over a minimal generic prompt from 0.8620 to 0.8741 (95% CI [0.8660, 0.8822]) on Claude Sonnet 4.6 ( $p \lt 0.001$ ) and from 0.8800 to 0.9006 (95% CI [0.8928, 0.9081]) on GPT 5.4 ( $p \lt 0.0001$ ). The margin over the strongest non-taxonomic baseline is +0.10 pp on Claude Sonnet 4.6 (not statistically significant; $p = 0.38$ ) and +1.29 pp on GPT 5.4 ( $p \lt 0.0001$ ), indicating that much of the binary detection benefit comes from structured prompting in general, while taxonomy-specific definitions add a further significant increment when model headroom remains and uniquely provide subtype-level diagnostic labels in both cases. To enable subtype-level diagnostic analysis not possible on HalluMix, we conduct a complementary study on a controlled synthetic dataset (2,000 examples). This study exhibits the same ordering on both models—taxonomy-guided F1 of 0.9727 (Claude Sonnet 4.6) and 0.9753 (GPT 5.4), the highest in each case—while additionally producing subtype-level diagnostic labels that the binary generic prompts cannot, and revealing systematic misclassification patterns across quadrants that differ markedly between the two models. Across both naturalistic and synthetic datasets and both architectures, taxonomy-aligned prompting matches or exceeds the strongest generic baseline while uniquely yielding subtype-level diagnostic labels, though the magnitude of binary detection gains is model- and task-dependent. While the taxonomy is conceptually modality-agnostic, we scope empirical validation to text-based tasks and provide a conceptual mapping to multimodal settings as a foundation for future work. By separating where hallucinations originate from how they violate truth conditions, the taxonomy provides a principled basis for structured evaluation and diagnostic benchmarking in text-based settings, with potential to support governance practices as validation extends to additional domains and modalities, advancing the goal of generative AI systems to remain reliable and aligned with human intent and epistemic standards.

Read PDF

Similar papers

Preprint Aug 2026

Decomposed Entailment for Factuality Checking and Hallucination Detection

HallDetect, a lightweight, reference-free, and black-box framework for hallucination detection, is presented, a lightweight, reference-free, and black-box framework for hallucination detection that is evaluated not only on summarization but across a broader range of source-grounded generation settings.

Achir Oukelmoun, N. Semmar, Gäel de Chalendar · 0 citations
Review Open access Jul 2026

A Review of Hallucination Suppression Technologies for Large Language Models Under RAG Architecture

This review provides systematic theoretical support for industrial RAG model selection and optimization and summarizes existing research gaps, including lightweight deployment and multimodal expansion, and proposes future research directions for trustworthy RAG systems.

Shujing Liu · 0 citations
Preprint Aug 2026

UHP Detection: LVLMs have their Unique Hallucination Pattern in the Consistency Space

Large vision--language models (LVLMs) demonstrate strong multimodal reasoning capabilities but remain prone to hallucination, where model predictions are not grounded in visual evidence, so a fully black-box framework that models hallucination as a structured uncertainty pattern is proposed.

Amir Mohammad Ezzati, Kiyan Rezaee, Bardiya Kariminia et al. · 0 citations
Review Open access Aug 2026

Hallucinations in generative artificial intelligence and large language models: tests, datasets, detection and correction methods

This review paper provides a comprehensive overview of hallucinations in GAI and LLMs, and synthesizes a range of correction and mitigation techniques, from proactive measures during training to hybrid approaches that combine detection and intervention.

M. Naser · 0 citations
Preprint Jul 2026

Unified Hallucination Fuzzing for Multimodal Large Language Models

This work introduces UniHall, a fine-grained dataset grounded in a unified taxonomy spanning Object, Instruction, and Knowledge dimensions, and proposes Self-Adaptive Multimodal Fuzzing (SAMF), a self-adaptive framework that employs evolutionary mutation strategies to explore the boundaries of model hallucinations.

P. Zhou, Jiajun Song, Zhiwei Tang et al. · 1 citation
Preprint Jul 2026

Zero Hallucination, by Construction: Hallucination-Aware Layered Oversight for Trustworthy Enterprise AI

Enterprises will not deploy AI agents they cannot trust, and the most-cited reason for distrust is hallucination: confident, fluent output that is simply not true. The common response is to wait for a model that does not hallucinate. We argue that this is the wrong target. Large language models are, by construction, capable of generating unsupported text, and no amount of scale removes the possibility; a faithfulness judge bolted onto a raw model catches some errors but still ships others, and even well-curated retrieval pipelines have been shown to fabricate citations. We reframe the goal:"zero hallucination"is not a property a model possesses but a property a system enforces. We present HALO (Hallucination-Aware Layered Oversight), an assurance architecture which treats hallucination as a containable failure mode rather than an eliminable one. HALO composes six layers of defense: grounded generation over retrieved, approved content; constrained, deterministic execution that bounds where the model can err; multi-signal verification that scores every output for groundedness and hallucination using both an LLM judge and evidence-based checks against the source text; calibrated abstention, so the system declines rather than guesses when grounding is insufficient; total traceability of every retrieval, tool call, and generation; and continuous oversight that detects drift, alerts on threshold breaches, and closes the loop by regenerating and statistically validating improved agents. We detail each layer, give particular attention to evidence-based confidence (which verifies extractions against the source document rather than trusting the model's self-reported certainty), and illustrate the architecture on a regulated claims-extraction workload

Bogdan Raduta, Horia Velicu, Alexandru Preda et al. · 0 citations