SYNTHESIS NOTE
TopicsMechInterpthis note

Do reflection tokens carry more information about correct answers?

Explores whether tokens expressing reflection and transitions concentrate information about reasoning outcomes disproportionately compared to other tokens, and what role they play in reasoning performance.

Synthesis note · 2026-02-23 · sourced from MechInterp
How should we spend compute at inference time? What kind of thing is an LLM really? How do you navigate synthesis across fragmented research topics?

By tracking mutual information (MI) between intermediate representations and the correct answer at each step of LRM reasoning, an interesting phenomenon emerges: MI spikes suddenly at specific steps, creating sparse, non-uniform "MI peaks" throughout the reasoning process.

These peaks overwhelmingly correspond to tokens expressing reflection, self-correction, or transitions — "Wait," "Hmm," "Therefore," "So" — which the authors term "thinking tokens." Three key findings:

  1. Thinking tokens are functionally necessary. Fully suppressing them significantly harms reasoning performance. Randomly suppressing the same number of tokens has minimal impact. The information is concentrated in the thinking tokens, not distributed across the trace.

  2. MI peaks are a training artifact. Base models (e.g., LLaMA-3.1-8B) do not exhibit the MI peaks phenomenon clearly. The distinct pattern emerges from reasoning-intensive training (RL post-training). This suggests reasoning training teaches models to concentrate information at specific reflection points.

  3. Two practical improvements follow. Representation Recycling (allowing MI-peak representations to iterate through the model multiple times) improves accuracy by 20% on AIME24. Thinking Token Test-time Scaling (forcing continued reasoning from thinking tokens when budget remains) yields steady performance improvements.

This provides an information-theoretic complement to the sentence-level thought anchors finding. Which sentences actually steer a reasoning trace? identifies planning and backtracking sentences via counterfactual, attention, and causal suppression methods. MI peaks identify the same pivotal role via information theory — converging from a different analytical direction.

The convergence across methods (counterfactual importance, attention patterns, causal suppression, and now mutual information) and across granularity levels (token-level MI peaks, sentence-level thought anchors, RLVR's high-entropy forking tokens) strongly supports the claim that reasoning traces have a sparse-pivot structure. Most tokens are filler; a small subset carries the reasoning signal.

Inquiring lines that read this note 84

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How do we evaluate AI systems when user perception misleads actual performance? How does AI assistance affect human cognitive development and reasoning autonomy? How does rhetorical adaptation affect LLM persuasion and detectability? Does tokenized intelligence retain genuine value through exchange-based systems? Can ensemble evaluation methods reduce bias more than single judges? Why do reasoning models fail at systematic problem-solving and search? When do additional thinking tokens stop improving reasoning performance? How do training data properties shape reasoning capability development? Does self-reflection enable models to reliably correct their errors? How do soft continuous representations explore multiple reasoning paths simultaneously? Do reasoning traces faithfully represent or merely mimic actual model reasoning? Can next-token prediction alone produce genuine language understanding? What structural biases does transformer attention create in language model outputs? How do prompt structure and constraints affect model instruction reliability? How do formal dialogue structures reveal conversation coherence mechanisms? How do transformer attention mechanisms implement memory and algorithmic functions? Do language models perform faithful symbolic reasoning independent of semantic grounding? How does latent reasoning compare to verbalized chain-of-thought? Does conversational format create illusions of genuine AI communication? How should dialogue recommender systems manage conversation history and state? Can prompting inject entirely new knowledge into language models? How can process reward models supervise complex reasoning traces? Why do correct reasoning traces tend to be shorter than incorrect ones? Why does self-revision increase model confidence while degrading accuracy? How do LLMs distinguish causal reasoning from temporal and semantic associations? How can recommendation systems balance personalization with stability and coverage? How should iterative research systems allocate reasoning per search step? What dimensions of recommendation quality do standard metrics miss? How faithfully do LLMs reflect their actual reasoning in outputs and explanations? What properties determine whether reward signals teach genuine reasoning? Does reinforcement learning teach reasoning or just when to reason? Why do semantic similarity and task relevance diverge in vector embeddings?

Related concepts in this collection 7

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
15 direct connections · 149 in 2-hop network ·dense cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

thinking tokens are mutual information peaks — sparse reflection and transition tokens carry disproportionate information about correct answers