pith. machine review for the scientific record. sign in

arxiv: 2510.24941 · v3 · submitted 2025-10-28 · 💻 cs.LG

Recognition: unknown

Can Aha Moments Be Fake? Identifying True and Decorative Thinking Steps in Chain-of-Thought

Authors on Pith no claims yet
classification 💻 cs.LG
keywords stepsreasoningllmsthinkingcausalchain-of-thoughtdecorativedirection
0
0 comments X
read the original abstract

Large language models can generate long chain-of-thought (CoT) reasoning, but it remains unclear whether the verbalized steps reflect the models' internal thinking. In this work, we propose a True Thinking Score (TTS) to quantify the causal contribution of each step in CoT to the model's final prediction. Our experiments show that LLMs often interleave between true-thinking steps (which are genuinely used to compute the final output) and decorative-thinking steps (which give the appearance of reasoning but have minimal causal influence). We reveal that only a small subset of the total reasoning steps causally drive the model's prediction: e.g., on AIME, only an average of 2.3% of reasoning steps in CoT have a TTS >= 0.7 (range: 0-1) for Qwen-2.5. Furthermore, we find that LLMs can be steered to internally follow or disregard specific steps in their verbalized CoT using the identified TrueThinking direction. We highlight that self-verification steps in CoT (i.e., aha moments) can be decorative, while steering along the TrueThinking direction can force internal reasoning over these steps. Overall, our work reveals that LLMs often verbalize reasoning steps without performing them internally, challenging the efficiency of LLM reasoning and the trustworthiness of CoT.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. When Chain-of-Thought Fails, the Solution Hides in the Hidden States

    cs.CL 2026-04 unverdicted novelty 7.0

    Activation patching shows individual CoT tokens encode sufficient task-relevant information to recover correct answers on GSM8K, often outperforming both direct prompting and the original (sometimes incorrect) CoT trace.

  2. Measuring and curing reasoning rigidity: from decorative chain-of-thought to genuine faithfulness

    cs.CL 2026-03 unverdicted novelty 6.0

    SLRC quantifies genuine step necessity in LLM reasoning as a causal estimator, LC-CoSR training reduces rigidity with stability guarantees, and evaluations reveal a faithfulness-sycophancy paradox across frontier models.