Can entropy metrics detect when reasoning becomes formulaic?
Entropy measures diversity within single inputs, but cannot reveal whether a model's reasoning actually varies across different inputs. This matters because high entropy can mask template collapse, where reasoning looks varied but is fundamentally the same.
In multi-turn agentic RL, researchers monitor entropy as a proxy for reasoning stability. RAGEN-2 shows this proxy has a blind spot. Entropy measures only within-input diversity — how varied the sampled reasoning is for a single input — and therefore cannot tell whether reasoning actually responds to different inputs. A model can maintain stable, high conditional entropy while its reasoning has drifted to fixed templates: fluent boilerplate that looks diverse within any one input but is effectively the same across all of them. The authors name this template collapse and call it invisible to entropy and every existing metric.
The fix is a proper decomposition: reasoning quality splits into within-input diversity (entropy) and cross-input distinguishability, captured by the mutual information (MI) between inputs and reasoning. Across diverse tasks, MI correlates with final performance much more strongly than entropy, making it the more reliable online proxy. This sharpens the RLVR-dynamics literature: it means Does policy entropy collapse limit reasoning performance in RL? is only half the picture — entropy can stay healthy while reasoning silently decouples from the input, so a stable entropy curve is not evidence of stable reasoning. The MI framing also rhymes with Can models learn behavioral principles without preference labels?: input-to-reasoning MI is the diagnostic dual of the objective SAMI maximizes — both treat conditional dependence, not raw diversity, as the quantity that actually matters.
Inquiring lines that read this note 1
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.
When does optimizing for quality undermine the value of diversity?Related concepts in this collection 3
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Does policy entropy collapse limit reasoning performance in RL?
As reinforcement learning models become more confident in their policy choices, entropy drops and performance plateaus. Can we identify and counteract this bottleneck to sustain scaling?
sharpens: stable entropy does not imply stable reasoning; template collapse is invisible to the entropy metric
-
Can models learn behavioral principles without preference labels?
Can alignment happen by amplifying the latent connection between stated principles and model behavior, rather than relying on expensive human preference annotations? This explores whether information-theoretic objectives could replace the preference-labeling bottleneck.
relates: both make input-conditioned mutual information the load-bearing quantity rather than diversity
-
Does reinforcement learning squeeze exploration diversity in search agents?
Investigates whether RL training narrows the behavioral diversity of search agents the same way it does in reasoning tasks. Understanding this mechanism could reveal whether entropy collapse is fundamental to RL or domain-specific.
relates: both concern how entropy behaves under RL and what it does/doesn't reveal
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- RAGEN-2: Reasoning Collapse in Agentic RL
- DialogueReason: Rule-Based RL Sparks Dialogue Reasoning in LLMs
- Beyond the Exploration-Exploitation Trade-off: A Hidden State Approach for LLM Reasoning in RLVR
- Break It Down: Evidence for Structural Compositionality in Neural Networks
- Detecting hallucinations in large language models using semantic entropy
- Self-Organizing Graph Reasoning Evolves into a Critical State for Continuous Discovery Through Structural-Semantic Dynamics
- Beyond the 80/20 Rule: High-Entropy Minority Tokens Drive Effective Reinforcement Learning for LLM Reasoning
- The Molecular Structure of Thought: Mapping the Topology of Long Chain-of-Thought Reasoning
Original note title
template collapse is a failure mode invisible to entropy — reasoning can look diverse within an input while being effectively identical across inputs