First survey of metacognition in LLMs: models are broadly overconfident and rarely know what they don't know

Metacognition in LLMs: Foundations, Progress, and Opportunities

Gabrielle Kaili-May Liu, Areeb Gani, Jacqueline Lu, Jordan Thomas, Mark Steyvers, Arman Cohan

cs.CL, cs.AI

2026-07-14

First LLM-metacognition survey frames the field as a monitor-control loop, reviews measures and frameworks that inject it, and finds models overconfident, weak at metamemory, and domain-specific.

What problem this solves

Metacognition, in psychology, is cognition about one's own cognition: knowing whether you know, judging how hard a task is, and adjusting strategy accordingly. It underlies human learning, decision-making, and communication. Large language models now handle a bit of everything, yet no one had systematically laid out whether they actually possess metacognition, to what degree, how to measure it, or how to give it to them. This Yale and UC Irvine survey bills itself as the first comprehensive map of a field scattered across hundreds of papers.

Method

For a survey, the 'method' is how it draws borders around a messy field. The organizing frame is the metacognitive loop: monitoring (assessing uncertainty, task performance, or progress) and control (planning, strategy selection, reallocating effort based on monitoring), two processes locked together. Every reviewed work is sorted into this mesh of monitoring and control.

Measurement falls into a few lines. Mature signal-detection-theory metrics (meta-d′, M-ratio, M-diff) peel metacognitive sensitivity apart from raw task performance; confidence-based methods use AUROC to align confidence with accuracy; and interpretability probes look in the activations for a signal of whether the model knows it is right. A crop of benchmarks has appeared alongside: CogEdit probes metacognition during knowledge editing, MetaMedQA tests whether models recognize unanswerable medical questions built from fictional concepts and malformed items, and ObjexMT and AwareXtend each cover other angles.

For improving metacognition the survey gathers two threads. Frameworks: Pangu Embedded borrows the dual-process idea (fast system-1, slow system-2), Monitor-Generate-Verify adds explicit monitoring before generation and retrospective checking after, and Meta-R1 injects explicit metacognition into reasoning models. Training strategies include fine-tuning on self-critiqued reasoning traces and folding a model's own correctness prediction into the RL objective. A dedicated section connects metacognition to reasoning models and agents (multi-agent systems, memory, retrieval, and tool use).

Results

The survey runs no experiments of its own, but the aggregated findings are consistent, and mostly grim.

Models are broadly overconfident, a documented consensus. Smaller models are overconfident across most tasks, larger ones mainly on hard items, and RLHF post-training is one cause. Metamemory is poor: asked to predict whether they will remember something later (judgments of learning), models largely fail. Frontier models, open- and closed-source, mostly cannot faithfully express intrinsic uncertainty; saying 'I'm unsure' does not mean they internally are.

One point practitioners should keep: ranked by ECE (expected calibration error) versus M-ratio (metacognitive efficiency), the same models can come out in fully inverted order. If your use case is confidence-sensitive, calibration error alone is not enough; watch M-ratio. A finer detail: with token log-probabilities as confidence, sub-9B models reach M-ratios of 0.85 to 1.05 (1 marks an optimal metacognitive observer), but with self-reported confidence that drops to 0.62 to 0.92. Even the scale design (0 to 20 versus 0 to 100) shifts the measured efficiency.

A few structural findings: metacognitive efficiency looks domain-specific rather than domain-general, and RLHF may degrade it on STEM tasks while sparing humanities.

Why it matters

The value here is a coordinate system for a field growing wild. The measurement section is the most practical: to assess a model's self-knowledge rather than its accuracy alone, it lists ready-to-use metrics (meta-d′, M-ratio) and off-the-shelf benchmarks. For anyone building agents or reasoning models, it ties letting a model know its own limits to tool use, search, memory, and multi-agent collaboration. Metacognition here is the decision signal for when an agent should stop or switch strategy, not a philosophical topic.

Limitations

The core doubt, which the authors and the reviewed literature keep returning to: do models genuinely have metacognition, or have they learned a surface pattern and are merely performing self-awareness? It is unresolved. Benchmarks still cluster around shallow abilities; higher-order metacognition, and how to measure it in open-ended generation, remain gaps. The authors also flag a risk: if a model's internal uncertainty really is probe-readable, it could also learn to rewrite that signal to evade oversight. One feature of the survey itself: quantitative evidence on how much these metacognition-injecting frameworks actually help is thin, mostly method descriptions rather than head-to-head comparisons, a symptom of the field's youth.

Terms

Source

What people are saying

Related papers

All paper explainers