Overturning the Mainstream Approach to Hallucinations: Metacognition is the New Solution for Large Models to Break the Hallucination Barrier

marsbitPublié le 2026-06-03Dernière mise à jour le 2026-06-03

Résumé

This paper, "Hallucinations Undermine Trust; Metacognition is a Way Forward," proposes a paradigm shift in combating AI hallucination. It argues that the current mainstream approaches—striving for omniscience by scaling data/models or having AI abstain from uncertain answers—are fundamentally flawed. The former has inevitable knowledge gaps, while the latter imposes a crippling "utility tax," requiring the rejection of many correct answers to achieve high accuracy, due to models' poor "discrimination" (the ability to distinguish correct from incorrect answers internally). The core contribution is redefining hallucination not as "being wrong," but as "expressing false information with unwarranted certainty." The proposed solution is **Faithful Uncertainty** or **Metacognition**: enabling AI to accurately perceive its internal uncertainty and honestly express it in its language (e.g., using hedging phrases when unsure). This creates a more reliable assistant that provides useful information while signaling its confidence, minimizing harm from errors. The paper emphasizes that metacognition is critical for the era of AI Agents. Without it, Agents cannot intelligently decide when to use tools like search engines, leading to inefficiency and misuse. Key implementation challenges are highlighted: the "bootstrapping paradox" of training with static uncertainty data, the "alignment distortion signal" where human preference training suppresses internal uncertainty cues, and the diff...

A recent paper from Google Research has a core idea that can be summarized in one sentence: Instead of stubbornly pursuing "making AI omniscient and omnipotent", it's better to teach it to say "I'm not sure".

This paper, titled "Hallucinations Undermine Trust; Metacognition is a Way Forward", was jointly completed by Google Research and Tel Aviv University and has been accepted by the ICML 2026 Position Track. The paper suggests that the mainstream industry approach to combating "hallucinations" might be fundamentally misguided—everyone is busy pumping more knowledge into models, overlooking a more crucial and underestimated capability: enabling AI to perceive and express its own confidence level for each answer.

(Paper address: [2605.01428] Hallucinations Undermine Trust; Metacognition is a Way Forward)

The Utility Tax: The Real Cost of Eliminating Hallucinations

Let's start with a scenario everyone encounters.

You ask an AI assistant a question, and it gives an answer with an unshakeably confident tone, its wording precise, logic complete, seemingly flawless. Later, you check, and that answer is completely fabricated. What's even more infuriating is that it said it without any hesitation, as if it had witnessed it firsthand.

This is AI "hallucination"—the model outputs factually incorrect content but presents it to the user in an unquestionable manner. This problem is particularly fatal in high-stakes scenarios like healthcare, law, and scientific research.

The industry's approach to hallucinations essentially follows two paths. The first path: Make the AI know more, by expanding training data and increasing model parameters to cover more facts. The second path: Make the AI stay silent when uncertain, refusing to answer questions it's unsure about.

Both paths have obvious shortcomings. Facts in the world are endless; models cannot possibly memorize everything, so the first path will always have uncovered blind spots. The problem with the second path is that once AI starts refusing to answer on a large scale, it turns from a "useful assistant" into a "scaredy-cat that dares not say anything"—users ask ten questions, eight get rejected, leading to a terrible experience.

The paper gives the cost of the second path an apt name: "utility tax"—to reduce the hallucination rate, you must sacrifice a large amount of information that could have been answered correctly.

Why is this tax so heavy? The root cause is the lack of a key ability in AI. For the "refuse-to-answer" strategy to work precisely, the model needs to accurately distinguish between "I got this question right" and "I got this question wrong"—refusing only the wrong ones while keeping the right ones. But in reality, models cannot make this precise distinction. The paper distinguishes two easily confused but fundamentally different concepts to illustrate this problem.

Calibration measures whether the AI's overall confidence level matches its overall accuracy. For example, the AI answers 100 questions, each time saying "I'm 60% confident," and exactly 60 out of 100 are correct—this is perfect calibration.

Discrimination measures whether the AI can accurately distinguish "I'm right" from "I'm wrong" on each specific question. An AI that gives 60% confidence for all questions, with an overall accuracy of exactly 60%, is perfectly calibrated but has zero discrimination—it completely fails to distinguish which ones to trust and which to guard against. Good calibration does not equal strong discrimination, and this is precisely the crux of the problem.

After reviewing extensive literature, the paper finds that current mainstream large models' discrimination metric AUROC on factual question-answering tasks is concentrated between 0.70 and 0.85. This number might sound decent but is far from sufficient. Using AUROC=0.71 as a parameter, the paper conducts a set of simulations with startling results: assuming a base error rate of 25%, to reduce the error rate to 5%, the AI must refuse to answer over 52% of correct questions. Even if discrimination improves to 0.85, which is near the literature ceiling, it still requires sacrificing 28% of correct answers. Only when discrimination reaches above 0.95 does the cost become negligible—and currently, no method comes close to this number on knowledge-intensive tasks.

Figure: The difference between calibration and discrimination. The left plot shows the model is well-calibrated (red line close to the diagonal), while the right plot reveals the harsh reality—even with perfect calibration, to reduce the error rate from 25% to 5%, 52% of correct answers must be sacrificed.

Real data confirms this assessment. The paper analyzes the performance of various state-of-the-art models on the SimpleQA Verified benchmark, with results clear and somewhat brutal: most models distribute along the "answer more, err more" diagonal, while a few models pursuing high accuracy achieve higher per-question accuracy by refusing many answers, but at the expense of a huge utility cost. That ideal "upper-right corner" region—answering many and erring few—is currently empty. This blank space is precisely the "discrimination gap" mentioned in the paper.

Figure: Measured performance of mainstream models on SimpleQA Verified. The five-pointed star in the upper right is the ideal target, "Discrimination Gap" marks the chasm between current models and the ideal, and "Utility Tax" indicates the utility price Claude Opus 4 pays for its high accuracy.

Since "stuffing more knowledge" has blind spots, and "staying silent when unsure" is too costly, is there a third way?

Redefining Hallucination: Not "Saying It Wrong", but "Claiming Certainty Without the Right to Be Certain"

The paper's core contribution lies not in diagnosing the problem, but in redefining the problem itself.

For a long time, the industry has defined "hallucination" as "AI outputting wrong information," implying a premise: eliminating hallucinations = eliminating all errors. But the paper proposes looking at it from another angle—hallucination is not "AI saying something wrong," but "AI having no right to be certain, yet giving wrong information with a tone of certainty".

This distinction seems subtle but has profound implications. For example: A doctor looks at test results and says, "You have disease X." If he's just guessing based on intuition, this is irresponsible. But if he says, "Current symptoms point to X, but further tests are needed for confirmation," even if the initial assessment direction is slightly off, this way of expression is honest in itself—he's telling the patient, "Please treat this judgment with caution." Errors are not unacceptable; what's unacceptable is pretending to be certain when uncertain.

Based on this new definition, the third way emerges: faithful uncertainty—enabling AI to express confidence levels at the linguistic level that truly correspond to its internal state's confidence level.

Specifically, an AI's "internal uncertainty" can be objectively measured through repeated sampling: ask the same question a hundred times; if it gives the same answer every time, it's internally certain; if answers vary widely, it's internally uncertain. "Linguistic uncertainty" is the sense of confidence reflected in the AI's wording—"August 4, 1961" versus "I seem to recall it was 1961, but I'm not entirely sure" give readers completely different signals.

Faithful uncertainty requires aligning the two: using tentative wording when internally uncertain, and using a definite tone only when internally certain. The paper emphasizes that this goal is more feasible than "eliminating all errors." The reason is that faithful uncertainty only requires the AI's language output to correspond to its own internal state—this is a closed-loop problem, the signal is inside the model, not dependent on external truth. Eliminating errors requires the AI's output to completely correspond to the truth of the external world; the paper cites the Halting Problem and computational theory, indicating this has fundamental theoretical limits.

The paper summarizes this capability into a higher-level concept: metacognition—AI can both perceive its own uncertainty and adjust its behavior based on that perception. This concept is borrowed from psychology, originally meaning "cognition about one's own cognitive processes." In the AI context, it means AI has a clear awareness of what it knows and what it doesn't know.

Figure: The left side shows the traditional dilemma—"answering" risks hallucinations, "refusing to answer" imposes a utility cost. The right side shows the new path—by faithfully expressing uncertainty, both retaining useful information and minimizing the harm of wrong information, achieving "reliable utility."

The Agent Era: Agents Without Metacognition Are "Flying Blind"

The value of metacognition is not limited to conversational scenarios. In the era of AI Agents, it becomes even more critical.

On the surface, equipping AI with a search engine seems to solve the lack of knowledge problem—just look it up when you don't know, what's there to fear about hallucinations? But the paper points out that tools introduce not a "storage solution," but a "control problem".

With tools, AI faces a series of new decisions: Do I know this myself, or do I need to search? Is the information found credible? If search results contradict what I know, which do I trust? When should I stop searching?

All these decisions depend on the AI's accurate perception of its own internal confidence level. An AI agent without metacognitive ability is like a pilot without an instrument panel—the engine is already alarming, and he's still accelerating.

Figure: The metacognitive control layer serves as a bridge between the AI's foundational capabilities and the external tool system. Without this layer, an Agent's scheduling of external tools is like "flying blind"—not knowing whether to search, whether to believe the results, or to what extent.

Research cited by the paper indicates that current search-enhanced AI agents commonly suffer from tool overuse—searching for questions that don't need searching at all, leading to inefficiency and introducing unnecessary noise. The reason is simple: AI without metacognition simply cannot judge "Do I need extra information?"

On the Road to Metacognition, Several Hard Challenges Remain

The paper also frankly points out key challenges on the path to realization.

"Bootstrapping Paradox": Teaching AI to express uncertainty requires training data demonstrating "when to hesitate," but the AI's knowledge boundaries are dynamic. A training sample labeled "I'm not sure" might become something the model confidently knows after evolution. Using static data to teach a dynamic ability would train AI that "pretends to be uncertain." This requires developing dynamic data infrastructure that reflects the model's current knowledge boundaries.

"Alignment Destroys the Signal": Research finds that AI after pre-training actually has decent internal uncertainty signals—its internal state can distinguish "confident about this question" from "unsure about this question." But alignment training like RLHF erases this signal. The reason is that humans prefer answers with a certain tone, forcing the AI to learn to appear confident externally no matter how uncertain it is internally.

"Causality in Evaluation": A deeper challenge is ensuring the AI is genuinely reading internal signals, not just learning superficial patterns like "say I'm unsure when encountering rare words." Distinguishing "real metacognition" from "performance of metacognition" is a fundamental scientific evaluation problem.

The paper also offers specific suggestions to the research community: Stop evaluating anti-hallucination methods with only a single accuracy number. Instead, visualize the complete "utility-error rate trade-off curve" to see clearly whether a method genuinely improves underlying discrimination ability or merely raises the refusal threshold on the same curve. Simultaneously, detect "collateral damage"—whether reducing error rates in knowledge Q&A comes at an unexpected cost to tasks like reasoning, coding, and writing.

Ultimately, the core message this paper wants to convey is: AI doesn't have to be omniscient and omnipotent, but it must have an honest understanding of what it knows and doesn't know, and communicate that understanding to the user.

We trust professionals not because they never make mistakes, but because they can honestly distinguish "I'm certain" from "I'm guessing"—it is this distinction that separates the professional from the unprofessional. AI should also move down this road. Instead of endlessly chasing the illusion of perfect infallibility, it's more practical to teach AI one more thing: knowing when it's talking nonsense, and honestly telling the user. (This article first appeared on Titanium Media APP, author | Silicon Valley Tech_news, editor | Jiao Yan)

Questions liées

QAccording to the article, what is the core limitation of the current two mainstream approaches (scaling up knowledge and refusing to answer) to combating AI hallucinations?

AThe core limitation is the 'utility tax'—the high cost of sacrificing many correct answers. Scaling knowledge has inherent blind spots, while refusing to answer lacks precision because current models have poor 'discrimination'—they cannot accurately tell which specific answers they got right or wrong, forcing them to reject many correct responses to lower error rates.

QWhat key concept does the paper borrow from psychology and propose as a new solution to the hallucination problem?

AThe paper proposes the concept of 'metacognition,' borrowed from psychology, as a new solution. In the AI context, it means the AI's ability to perceive its own uncertainty (knowing what it knows and doesn't know) and adjust its behavior accordingly, primarily through 'faithful uncertainty' in its language.

QHow does the paper redefine the problem of 'hallucination'?

AThe paper redefines 'hallucination' not simply as 'the AI saying something wrong,' but as 'the AI outputting wrong information with unwarranted certainty.' It shifts the focus from eliminating all errors to ensuring the AI's expressed certainty in language faithfully corresponds to its internal state of certainty.

QWhy is metacognition particularly critical for AI Agents, according to the article?

AMetacognition is critical for AI Agents because it acts as the essential control layer for using external tools like search engines. Without it, Agents face a 'control problem': they cannot determine when they need to search, whether to trust the results, or when to stop, leading to tool abuse and inefficient 'blind flying.'

QWhat are two of the key technical challenges mentioned in the article for achieving faithful uncertainty in AI models?

ATwo key challenges are: 1) The 'Bootstrapping Paradox': Training models on static data to express uncertainty doesn't account for their dynamic, evolving knowledge boundaries, risking models that only 'perform' uncertainty. 2) 'Alignment Destroys the Signal': RLHF and other alignment training can erase the model's inherent internal uncertainty signals by rewarding confident-sounding responses, teaching the AI to appear certain even when it's not.

Lectures associées

Les ETF au comptant de HYPE accumulent 1% en 14 jours de suite, 75 $ n'est qu'un nouveau point de départ ?

Le titre de l'article suggère que l'ETF spot HYPE a connu 14 jours consécutifs d'entrées nettes, représentant 1% de sa capitalisation, et que son nouveau sommet à 75 dollars n'est qu'un début. L'article commence par évoquer le débat public entre Arthur Hayes (fondateur de BitMEX, partisan de HYPE) et Kyle Samani (ancien co-fondateur de Multicoin Capital, partisan de Solana), qui s'est conclu par un pari de 100 000 $ sur la performance de HYPE par rapport aux dix premières cryptomonnaies. L'analyse se concentre ensuite sur la dynamique d'achat sous-jacente à HYPE. Deux ETF spot HYPE (THYP de 21Shares et BHYP de Bitwise) ont été lancés en mai. Depuis leur lancement, ils ont enregistré 14 jours consécutifs d'entrées nettes, totalisant plus de 136 millions de dollars, soit environ 0.9% de la capitalisation de HYPE. Cette performance en fait le 5e plus grand ETF crypto en termes d'entrées nettes aux États-Unis, dépassant de nombreux ETF plus anciens. Ce succès contraste avec les sorties nettes observées sur les ETF Bitcoin et Ethereum sur la même période. L'article identifie deux piliers majeurs soutenant la demande d'achat pour HYPE : 1. **Les ETF** : Ils attirent des capitaux traditionnels et institutionnels, offrant une exposition à HYPE sans nécessiter une compréhension technique. Leurs investisseurs sont moins sensibles aux événements comme les déblocages de tokens. 2. **L'Assistance Fund (AF) d'Hyperliquid** : 99% des revenus du protocole (frais de trading) sont automatiquement utilisés pour racheter et brûler des HYPE, créant un mécanisme déflationniste et une capture de valeur. Ce fonds a racheté pour plus de 1,1 milliard de dollars de HYPE. Ces deux sources de demande devraient, selon l'article, contrebalancer la pression vendeuse potentielle du déblocage mensuel de tokens de l'équipe (prévu le 6 juin pour une valeur de 38,7 millions de dollars). L'engouement institutionnel est fort. Des sociétés comme a16z et Galaxy Digital accumulent activement HYPE sur la blockchain. a16z pourrait être le plus grand détenteur institutionnel externe, avec un portefeuille dépassant 223 millions de dollars. Bitwise et Grayscale (qui prévoit aussi un ETF HYPE) considèrent HYPE comme une cryptomonnaie de "seconde génération" en raison de ses fondamentaux et de son utilité. Enfin, l'article mentionne Hyperliquid Strategies (PURR), une société d'investissement cotée en bourse détenant une grande quantité de HYPE. Son inclusion prévue dans l'indice Russell 3000 en juin pourrait attirer des investissements passifs supplémentaires et accroître sa notoriété, en faisant potentiellement un autre acheteur important de HYPE.

Odaily星球日报Il y a 3 mins

Les ETF au comptant de HYPE accumulent 1% en 14 jours de suite, 75 $ n'est qu'un nouveau point de départ ?

Odaily星球日报Il y a 3 mins

Collection des points de vue haussiers et baissiers sur l'ETH : La valeur de l'Ethereum peut-elle refluer vers l'ETH ?

Le débat sur l'ETH oppose actuellement les optimistes et les pessimistes, reflétant une incertitude quant à sa capacité à capter la valeur créée par l'écosystème Ethereum. Les partisans restent convaincus qu'Ethereum, en tant qu'infrastructure fondamentale sécurisée et neutre pour la finance décentralisée (DeFi), les actifs tokenisés (RWA), les stablecoins et l'IA agentique, verra sa valeur reconnue à long terme. Des figures comme Tom Lee (BitMine), Raoul Pal et Joseph Lubin (Consensys) misent sur une adoption institutionnelle croissante et une réévaluation. Ils argumentent que l'importance systémique du réseau garantit sa pérennité et que sa capitalisation boursière est sous-évaluée par rapport à sa domination sur les indicateurs clés. À l'inverse, les sceptiques, dont David Hoffman (cofondateur de Bankless) qui a vendu ses ETH, estiment que la croissance de l'écosystème ne se traduit plus suffisamment par une appréciation du jeton natif. Ils pointent le manque de flux de trésorerie directs, la faiblesse des frais sur le L1 au profit des L2, et le retrait de certains fonds institutionnels. Pour eux, la fenêtre de l'« ETH est une monnaie » se serait refermée. Au-delà du prix, la question centrale est de savoir si l'ETH peut évoluer d'un simple « utilitaire » à un « actif de réserve » que les institutions et les investisseurs achèteront et détiendront durablement, capturant ainsi la valeur future du réseau.

marsbitIl y a 49 mins

Collection des points de vue haussiers et baissiers sur l'ETH : La valeur de l'Ethereum peut-elle refluer vers l'ETH ?

marsbitIl y a 49 mins

Le monde des cryptos est mort, les Perps sont éternels

Le secteur de la cryptographie traverse une transformation profonde. L'ère où il se définissait comme une "usine à nouveaux actifs" (blockchains, tokens, modèles économiques) basée sur la narration et la spéculation est révolue. Les actifs natifs, à l'exception du Bitcoin, voient leur utilité comme réserve de valeur largement décrédibilisée. Le pivot majeur est le passage de la création d'actifs à celui de "canal global pour les actifs". La capacité de la blockchain à être un système de transfert et de règlement pair-à-pair mondial, efficace et sans frontières, est désormais sa proposition de valeur centrale, incarnée d'abord par les stablecoins (USDT, USDC). Les actifs traditionnels (actions américaines, or, pétrole) et les nouvelles technologies comme l'IA, qui offrent à la fois un récit et des produits concrets, éclipsent les "altcoins" sans revenus ni utilité tangible. Même Ethereum, pilier de l'univers natif, subit cette pression alors que son jeton ETH devient moins nécessaire pour utiliser les applications construites sur lui. Dans ce nouveau paradigme, l'innovation phare qui émerge est le **contrat perpétuel (Perp)**. Il incarne la transformation du secteur en "nouvelle API pour l'ancien monde financier". Au lieu de réinventer des actifs comme les actions, il permet de spéculer sur leur volatilité 24h/24 et 7j/7, de manière globale et sans les complexités de la propriété directe (conformité, garde, dividendes...). Des plates-formes comme Hyperliquid ont su saisir ce momentum en combinant une expérience proche des exchanges centralisés avec la transparence de la blockchain, capitalisant sur les besoins après la crise de confiance de 2022 et la demande pour trader les actifs macro. Ainsi, l'industrie ne cherche plus à remplacer la finance traditionnelle, mais à en devenir la couche de transmission ultraliquide et accessible. Le contrat perpétuel, invention à la fois "dangereuse" et géniale, en est l'outil suprême : il ne fournit pas la propriété, mais l'exposition au risque, transformant tout actif en un simple prix sur lequel parier. L'idéalisme des débuts a cédé la place à une efficacité brutale au service d'une demande immuable : le trading.

marsbitIl y a 54 mins

Le monde des cryptos est mort, les Perps sont éternels

marsbitIl y a 54 mins

Tencent, Alibaba, ByteDance s'affrontent dans les boutiques de Skill

Les compétences ("Skills") sont des instructions structurées permettant aux agents IA d'exécuter des tâches spécifiques. Les plateformes de distribution de ces compétences, ou "Skill Stores", voient une bataille s'engager entre géants chinois comme Tencent, Alibaba, ByteDance, ainsi que des acteurs comme Zhipu AI, Meituan et Xiaohongshu. La course à ces boutiques s'explique par la volonté de contrôler un futur point d'entrée utilisateur à l'ère de l'IA, à l'image des App Stores. Les revenus ne viendraient pas des Skills eux-mêmes (gratuits sur presque toutes les plateformes, sauf tentative de vente sur ByteDance's Coze), mais des services annexes de l'écosystème : consommation de puissance de calcul cloud, appels au modèle de langage sous-jacent, ou opportunités de transaction et de publicité. Cependant, plusieurs obstacles entravent le développement d'un véritable marché. La difficulté à standardiser et à évaluer les Skills, dont les performances varient selon le modèle et le contexte, empêche une tarification claire. Les coûts d'exécution (consommation de tokens) sont peu transparents. Des risques de sécurité (Skills malveillants) existent, et l'absence de protocoles standards limite la portabilité. Ainsi, les Skill Stores actuelles ressemblent plus à des vitrines qu'à des places de marché actives. Si des besoins payants existent (pour des scénarios métier standardisés ou des outils personnels), transformer ce potentiel en un business comparable à l'App Store nécessitera de surmonter ces défis techniques et d'expérience utilisateur.

marsbitIl y a 55 mins

Tencent, Alibaba, ByteDance s'affrontent dans les boutiques de Skill

marsbitIl y a 55 mins

Trading

Spot
Futures

Articles tendance

Comment acheter CORE

Bienvenue sur HTX.com ! Nous vous permettons d'acheter CORE (CORE) de manière simple et pratique. Suivez notre guide étape par étape pour commencer votre parcours crypto.Étape 1 : Création de votre compte HTXUtilisez votre adresse e-mail ou votre numéro de téléphone pour ouvrir un compte sur HTX gratuitement. L'inscription se fait en toute simplicité et débloque toutes les fonctionnalités.Créer mon compteÉtape 2 : Choix du mode de paiement (rubrique Acheter des cryptosCarte de crédit/débit : utilisez votre carte Visa ou Mastercard pour acheter instantanément CORE (CORE).Solde :utilisez les fonds du solde de votre compte HTX pour trader en toute simplicité.Prestataire tiers :pour accroître la commodité d'utilisation, nous avons ajouté des modes de paiement populaires tels que Google Pay et Apple Pay.P2P :tradez directement avec d'autres utilisateurs sur HTX.OTC (de gré à gré) : nous offrons des services personnalisés et des taux de change compétitifs aux traders.Étape 3 : stockage de vos CORE (CORE)Après avoir acheté vos CORE (CORE), stockez-les sur votre compte HTX. Vous pouvez également les envoyer ailleurs via un transfert sur la blockchain ou les utiliser pour trader d'autres cryptos.Étape 4 : tradez des CORE (CORE)Tradez facilement CORE (CORE) sur le marché Spot de HTX. Il vous suffit d'accéder à votre compte, de sélectionner la paire de trading, d'exécuter vos trades et de les suivre en temps réel. Nous offrons une expérience conviviale aux débutants comme aux traders chevronnés.

367 vues totalesPublié le 2024.12.13Mis à jour le 2026.06.02

Comment acheter CORE

Discussions

Bienvenue dans la Communauté HTX. Ici, vous pouvez vous tenir informé(e) des derniers développements de la plateforme et accéder à des analyses de marché professionnelles. Les opinions des utilisateurs sur le prix de CORE (CORE) sont présentées ci-dessous.

活动图片