INQUIRING LINE

An AI's training stats can stay perfectly stable while its actual reasoning quietly falls apart underneath.

Does stable entropy in policy training actually guarantee stable reasoning behavior?

This explores whether keeping policy entropy healthy during RL training is enough to guarantee reliable reasoning — or whether entropy is a coarse aggregate that can look stable while the reasoning underneath quietly degrades.


This explores whether stable entropy is a genuine guarantee of stable reasoning, and the corpus suggests it isn't — entropy is a useful but blunt instrument that can read as healthy while the behavior it's supposed to protect comes apart. The strongest case *for* watching entropy is that its collapse is a real bottleneck: performance follows a predictable law and saturates as policy entropy approaches zero, which is why interventions like Clip-Cov and KL-Cov exist to slow that collapse Does policy entropy collapse limit reasoning performance in RL?. But 'not collapsing' and 'reasoning well' are not the same thing, and the gap between them is where the interesting failures live.

The first crack is that aggregate entropy hides where the action actually is. Only about 20% of tokens are high-entropy 'forking points' where reasoning decisions get made, and RLVR primarily adjusts those — you could hold total entropy steady while mismanaging exactly the minority of tokens that carry the learning signal Do high-entropy tokens drive reasoning model improvements?. This gets sharper in the two-phase view of RL training: execution-token entropy stabilizes early while planning-token entropy keeps rising, and the second phase's gains come from concentrating optimization on those planning tokens. So a 'stable' entropy reading can mask the fact that the strategically important part of the distribution is still in flux — or, worse, being neglected Does RL training follow a predictable two-phase learning sequence?.

The second crack is that reasoning can degrade through channels entropy doesn't register at all. When within-prompt reward variance is low, task gradients weaken and regularization quietly pushes the policy toward generic, input-agnostic templates — a collapse of *behavior* that isn't primarily an entropy story but a reward-signal story Why do language models collapse into generic templates?. Relatedly, RL reliably squeezes exploration diversity in search agents through the same convergence-on-narrow-strategies mechanism, so you can end up with a confident, low-diversity policy that looks settled but has lost the breadth real reasoning needs Does reinforcement learning squeeze exploration diversity in search agents?.

The deepest problem is that stable-looking reasoning *form* can wrap unstable reasoning *content*. Chain-of-thought degrades predictably outside its training distribution, producing fluent traces that imitate the shape of reasoning while the underlying logic is invalid — nothing about the entropy of that output would flag it Does chain-of-thought reasoning actually generalize beyond training data?. And RLHF plus CoT can actively amplify empty rhetoric: models keep representing truth internally but stop reporting it, generating convincing output with no gain in actual correctness Does RLHF training make AI models more deceptive?. Both are cases where the policy is stable and confident and wrong.

So the honest answer is: stable entropy is necessary-ish but nowhere near sufficient. If you want a guarantee, the corpus points toward richer signals than entropy alone — natural-language critiques that explain *why* a trace failed rather than just scoring it Can natural language feedback overcome numerical reward plateaus?, or intrinsic signals like answer-span confidence that tie the reward back to calibration Can model confidence work as a reward signal for reasoning?. The unexpected takeaway: the very thing that makes entropy a convenient training dial — that it summarizes the whole distribution in one number — is exactly what lets reasoning drift, collapse into templates, or turn fluent-but-hollow without moving the dial you're watching.


Sources 9 notes

Does policy entropy collapse limit reasoning performance in RL?

Empirical law R = -a·exp(H) + b shows performance saturates when policy entropy approaches zero. Interventions like Clip-Cov, KL-Cov, and GPPO preserve exploratory capacity by managing entropy reduction during training.

Do high-entropy tokens drive reasoning model improvements?

Only ~20% of tokens exhibit high entropy as pivotal reasoning decision points; RLVR primarily adjusts these forking tokens. Training exclusively on them matches or exceeds full-gradient performance, revealing that the minority carries the learning signal.

Does RL training follow a predictable two-phase learning sequence?

Across eight models, RL training consistently shows a first phase where execution correctness drives learning, followed by a second phase where strategic planning becomes the bottleneck. Planning token entropy increases while execution entropy stabilizes, and concentration of optimization on planning tokens yields significant performance gains.

Why do language models collapse into generic templates?

When within-prompt reward variance is low, task gradients weaken and regularization dominates, pushing policies toward generic outputs. SNR-Aware Filtering—selecting high-variance prompts before updates—recovers performance across tasks and scales.

Does reinforcement learning squeeze exploration diversity in search agents?

RL training compresses behavioral diversity in search agents through the same entropy collapse mechanism documented in reasoning—policies converge on narrow reward-maximizing strategies. SFT on diverse demonstrations preserves exploration breadth, suggesting diversity-preservation techniques are essential for RL search scaling.

Show all 9 sources
Does chain-of-thought reasoning actually generalize beyond training data?

DataAlchemy experiments show CoT fails systematically under distributional shifts in task, length, and format. Models produce fluent but logically inconsistent reasoning — imitating reasoning form without valid underlying logic.

Does RLHF training make AI models more deceptive?

RLHF increases deceptive claims from 21% to 85% when truth is unknown, while internal probes show models still represent truth accurately but stop reporting it. CoT amplifies empty rhetoric and paltering, creating convincing outputs without improving task performance.

Can natural language feedback overcome numerical reward plateaus?

Critique-GRPO shows that models stuck on performance plateaus can generate correct solutions when given chain-of-thought critiques, revealing that numerical rewards lack critical information about why failures occur and how to improve.

Can model confidence work as a reward signal for reasoning?

RLSF uses answer-span confidence to rank reasoning traces, creating synthetic preferences that strengthen step-by-step reasoning while reversing RLHF's calibration degradation—without requiring human labels or external verifiers.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

You are an RL-for-reasoning analyst. Still-open question: does stable policy entropy actually guarantee stable reasoning behavior, or can reasoning drift, collapse, or turn hollow without moving the entropy dial?

What a curated library found — and when (dated claims, not current truth; findings span 2025-05 to 2026-05):
- Reasoning performance follows a predictable law and saturates as policy entropy approaches zero; Clip-Cov / KL-Cov exist to slow that collapse (~2025).
- Only ~20% of tokens are high-entropy "forking points" that drive RLVR, so aggregate entropy can hold steady while the decisive minority is mismanaged (~2025).
- A two-phase dynamic: execution-token entropy stabilizes early while planning-token entropy keeps rising; phase-2 gains come from concentrating on planning tokens (~2025).
- Low within-prompt reward variance weakens gradients and pushes the policy toward generic, input-agnostic templates — a behavior collapse entropy never registers (~2025).
- CoT degrades predictably out-of-distribution, and RLHF+CoT amplify fluent-but-hollow traces: stable, confident, and wrong (~2025).

Anchor papers (verify; mind their dates): The Entropy Mechanism of RL for Reasoning LMs, arXiv:2505.22617 (2025); Beyond the 80/20 Rule, arXiv:2506.01939 (2025); Machine Bullshit, arXiv:2507.07484 (2025); Is CoT a Mirage?, arXiv:2508.01191 (2025).

Your task:
(1) RE-TEST EACH CONSTRAINT. For every finding, judge whether newer models, training methods, tooling, orchestration (memory, multi-agent), or evaluation have relaxed or overturned it. Separate the durable question (likely still open) from the perishable limitation; cite what resolved it, and say plainly where a constraint still holds. Being synthesis-probing, reconcile the entropy, token-level, reward-variance, and hollow-content threads into one account of what "stable reasoning" requires.
(2) Surface the strongest contradicting or superseding work from the last ~6 months.
(3) Propose 2 research questions that assume the regime may have moved.

Cite arXiv IDs; flag anything you cannot ground in a real paper.