SYNTHESIS NOTE
TopicsFlawsthis note

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.

Synthesis note · 2026-07-17 · sourced from Flaws
What does reward learning actually do to model reasoning? How do you navigate synthesis across fragmented research topics?

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.

Concept map
13 direct connections · 106 in 2-hop network ·medium 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

template collapse is a failure mode invisible to entropy — reasoning can look diverse within an input while being effectively identical across inputs