Reasoning Theater: Disentangling Model Beliefs from CoT (2026)
FreeFor simple tasks, the model's final answer is already decodable from early-layer activations before CoT generates a single token — CoT produces genuine belief change only on hard problems; probe-guided early-exit reduces token generation by 80% on simple tasks
About Reasoning Theater: Disentangling Model Beliefs from CoT (2026)
Reasoning Theater investigates when chain-of-thought (CoT) reasoning reflects genuine belief change versus performative token generation. Using activation probing, early forced answering, and a CoT monitor on DeepSeek-R1 671B and GPT-OSS 120B models, the authors find that for easy recall-based tasks (e.g., MMLU questions), final answers are decodable from early-layer activations before CoT begins, enabling probe-guided early exit that reduces token generation by up to 80% without accuracy loss. On hard multi-hop questions (GPQA-Diamond), CoT often tracks genuine uncertainty, with inflection points like backtracking occurring only when probes show large belief shifts. The paper introduces attention probing as a tool for adaptive computation and detecting performative reasoning ("reasoning theater").
Key Features
Pros & Cons
- Significant token reduction (up to 80%) on simple tasks without accuracy loss
- Reveals whether CoT reflects genuine reasoning or performative output
- Provides adaptive computation based on task difficulty
- Uses attention probing, a relatively lightweight method
- Highlights inflection points that correlate with genuine uncertainty
- Only tested on two model families (DeepSeek-R1, GPT-OSS)
- Accuracy gains limited on hard multi-hop questions (30% token reduction vs 80% on easy)
- Requires training probes on model activations, adding overhead
- Early exit may not be safe for tasks requiring full CoT reasoning
- Does not address all forms of performative reasoning