> Paper: *Hallucinations Undermine Trust; Metacognition is a Way Forward* > Authors: Gal Yona, Mor Geva, Yossi Matias > Institutions: Google Research, Tel Aviv University > arXiv: 2605.01428, May 2026
Key points
- Redefining hallucination: The paper argues the goal of eliminating all errors is wrong. A hallucination should be redefined as a *confident error* — misinformation delivered with certainty and no hedging. An error accompanied by appropriate uncertainty becomes a "hypothesis offered for consideration."
- Knowledge boundary vs. boundary awareness: Factuality improvements so far have come from *expanding the knowledge boundary* (scale, data, training). The neglected direction is *awareness of the boundary* — knowing what the model does and does not know — which may require instance-level discriminative power the models fundamentally lack.
- Prioritize discriminative metrics (AUROC) over calibration metrics (ECE) or raw hallucination rates
- Report utility loss alongside hallucination reduction (F1, Omniscience Index)
- Open questions: extracting reliable intrinsic-uncertainty signals from internal representations; training objectives for faithful expression; evaluating faithfulness of different uncertainty expressions; models' systematic underestimation of their own uncertainty
Calibration vs. discrimination
| Concept | Definition | |---------|-----------| | Calibration | Aggregate alignment: among predictions given confidence p, exactly p% are correct | | Discrimination | Instance-level: high confidence → correct, low confidence → wrong |
A model assigning constant confidence 0.6 to everything is perfectly calibrated if its accuracy is 60%, yet has zero discriminative ability. Eliminating hallucinations requires refusing to answer when uncertain — impossible without discrimination, and doing so blindly rejects many correct answers: the utility tax.
The discriminative gap
AUROC of confidence signals on knowledge-intensive tasks in the literature:
| Method | AUROC | Task | |--------|-------|------| | Semantic entropy (Farquhar et al., 2024) | 0.79 | 30 model×task pairs | | GPT-4 (Savage et al., 2025) | 0.79 | Medical QA | | GPT-4o-mini (Kang et al., 2025) | 0.68–0.72 | Biography generation | | Typical range | 0.70–0.85 | Knowledge-intensive tasks |
Simulated cost of reducing error from 25% to 5%:
| AUROC | Correct answers discarded | |-------|--------------------------| | 0.71 | 52% | | 0.85 | 28% | | ≥0.95 | <5% (negligible) |
Only AUROC ≥ 0.95 makes the utility tax negligible — far beyond any current method.
Unifying anomalies
The discriminative-gap framework explains several observations: truthfulness probes generalize poorly (the discriminating information may be absent from latent states), confident hallucinations persist (intrinsic confidence cannot align with truthfulness), "confession" training fails to transfer (models cannot report errors they cannot internally represent), and longer reasoning chains increase hallucinations (models are incentivized to complete reasoning paths rather than refuse, rationalizing wrong answers).
The third path: faithful uncertainty
Beyond the answer/refuse dichotomy, the authors propose expressing uncertainty: aligning *linguistic uncertainty* (e.g., "I'm 90% sure") with *intrinsic uncertainty* (the model's statistical confidence in its assertion semantics). This is theoretically tractable because mapping internal parameters to output strings is a fully observable closed-loop problem — the ground truth of faithfulness lies inside the system. The goal is reliable utility: maximizing information conveyed without harming trust. As with doctors, trust can rest on incomplete knowledge if uncertainty is honestly communicated.
Metacognition in the agent era
Tool access does not bypass metacognition: without uncertainty awareness, models cannot decide when to search (leading to inefficient overuse or dangerous underuse) or weigh retrieved evidence against internal beliefs. Current benchmarks reward successful retrieval but do not test whether models understand *why* they need to search. Faithful uncertainty becomes a governance control layer, not an optional feature.
Evaluation recommendations
Contributions
1. Redefine hallucination as confident error, revealing a third path beyond answer/refuse 2. Expose the discriminative gap (AUROC 0.70–0.85) as the fundamental obstacle 3. Propose faithful uncertainty for reliable utility 4. Argue metacognition is a necessary control layer for agents 5. Provide concrete evaluation guidance
References
1. Yona G, Geva M, Matias Y. *Hallucinations Undermine Trust; Metacognition is a Way Forward*. arXiv:2605.01428 [cs.CL], 2026. 2. Farquhar S, Kossen J, Kuhn L, Gal Y. *Detecting hallucinations in large language models using semantic entropy*. Nature. 2024;630(8017):625-630. 3. Savage N, Tao T, et al. *Calibrated Language Models Must Hallucinate*. arXiv. 2025. 4. Joglekar A, et al. *Aligning LLMs to Confess*. arXiv. 2025. 5. Simhi A, et al. *Confident Hallucinations*. arXiv. 2025. 6. Eikema B, et al. *Teaching LLMs Faithful Uncertainty Expression*. arXiv. 2025.