Zing Forum

Reading

Hidden Error Awareness in Chain-of-Thought: Models Know They're Making Mistakes but Choose to Stay Silent

The study found that large language models can internally detect their own errors during chain-of-thought reasoning (hidden state prediction accuracy of 0.95 AUROC), but their externally expressed confidence is almost the same as that of correct reasoning. This signal is diagnostic rather than causal and cannot be used to correct errors through existing intervention methods.

chain-of-thoughtmechanistic interpretabilityerror detectionhidden stateslinear probingAI alignment
Published 2026-05-10 20:26Recent activity 2026-05-12 12:21Estimated read 5 min
Hidden Error Awareness in Chain-of-Thought: Models Know They're Making Mistakes but Choose to Stay Silent
1

Section 01

Hidden Error Awareness in Chain-of-Thought Reasoning: Models Internally Recognize Mistakes but Externally Remain Confident

This study reveals the phenomenon of hidden error awareness in large language models during chain-of-thought reasoning: models can internally detect their own reasoning errors (hidden state prediction accuracy reaches 0.95 AUROC), but their externally expressed confidence is almost indistinguishable from that of correct reasoning. This signal is only diagnostic (can judge whether reasoning is correct) rather than causal (cannot correct errors through existing interventions), challenging the assumption that chain-of-thought reasoning reflects internal computations.

2

Section 02

Background: Assumptions and Research Challenges of Chain-of-Thought Reasoning

The basic assumption of Chain-of-Thought (CoT) prompting is that the generated reasoning process reflects the model's internal computations. However, this study finds that this assumption does not hold: large language models can internally detect reasoning errors but exhibit high confidence in incorrect reasoning when expressing externally, a phenomenon that raises new questions for AI interpretability research.

3

Section 03

Experimental Evidence: Hidden States Contain Rich Error Detection Information

By training linear probes on the model's hidden states, the study found: 1. The AUROC for predicting the correctness of reasoning trajectories reaches 0.95; 2. Even at the first reasoning step, the accuracy reaches 0.79. This indicates that the model's internal representations contain information about reasoning quality, which exists early on.

4

Section 04

External Confidence and the Blind Spot of Text Classifiers

The externally expressed confidence of the model can barely distinguish between correct and incorrect reasoning:

Reasoning Type Verbalized Confidence (out of 5)
Correct Reasoning 4.87
Incorrect Reasoning 4.55

The gap between the two is only 0.32 points. The AUROC of text-surface-based classifiers is only 0.59, far lower than the hidden state probe's 0.95, indicating that this internal information is not present in the generated text.

5

Section 05

Cross-Model Validation: Hidden Error Awareness Is a Universal Phenomenon

The study validated this phenomenon across multiple model families (Qwen, Llama, Phi series), parameter scales from 1.5B to 72B, and reinforcement learning-trained models (e.g., DeepSeek-R1 with AUROC 0.852), and found that the phenomenon exists stably.

6

Section 06

Intervention Attempts and Core Conclusions

Four intervention methods—activation guidance, probe-guided Best-of-N, self-correction, and activation patching—were tested and all failed. Core conclusion: The hidden error awareness signal is diagnostic (can judge whether reasoning is correct) rather than causal (cannot change the reasoning result).

7

Section 07

Theoretical and Practical Significance: Interpretability Boundaries and Application Directions

Theoretically, reasoning error representations are different from factual knowledge representations (the former are uneditable), delineating the boundaries of mechanistic interpretability; practically, they can be used for error detection, human-machine collaboration, training data screening, and model evaluation.

8

Section 08

Future Research Directions: Signal Nature and Intervention Possibilities

Future explorations can include: 1. The neural basis of hidden signals; 2. The impact of training dynamics on signals; 3. Cross-task generalization; 4. More complex intervention methods.