Do high-entropy tokens drive reasoning model improvements?
Explores whether only a small fraction of tokens—those with high entropy at decision points—actually matter for improving reasoning performance in language models, and whether training on them alone could work as well as full training.
In Chain-of-Thought reasoning, token entropy distribution follows a distinct pattern: the vast majority of tokens are generated with low entropy (completing ongoing linguistic structures), while a critical minority emerge with high entropy (functioning as pivotal decision points that determine the trajectory among multiple potential pathways). These high-entropy "forking tokens" are where the model actually decides between reasoning directions.
Three converging findings establish their primacy:
Causal role confirmed by intervention. Moderately increasing entropy of forking tokens during decoding measurably improves reasoning performance. Artificially reducing their entropy degrades it. The tokens are not just correlated with reasoning quality — they causally determine it.
RLVR primarily operates on forking tokens. Analysis of entropy evolution during RLVR training shows the reasoning model largely retains the base model's entropy patterns, with only gradual changes. Critically, RLVR primarily adjusts the entropy of high-entropy tokens while low-entropy tokens vary only minimally. The training signal is concentrated where it matters.
Sparse training matches or exceeds full training. Restricting policy gradient updates to the 20% highest-entropy tokens matches performance of full-gradient updates on Qwen3-8B and significantly surpasses full-gradient on Qwen3-32B (+11.04 on AIME'25) and Qwen3-14B (+4.79 on AIME'25). Training on the 80% lowest-entropy tokens leads to marked decline. This "beyond 80/20 rule" shows the minority carries the learning signal.
Since Does reinforcement learning update only a small fraction of parameters?, there is a striking parallel: RL operates on sparse critical subsets at both the parameter level (5-30% of parameters) and the token level (20% of tokens). The sparsity is not a limitation but a feature — concentrating the learning signal where it has leverage.
Since Which sentences actually steer a reasoning trace?, forking tokens are the token-level mechanistic correlate of thought anchors. Both identify critical decision points in reasoning, but at different granularities — thought anchors at the sentence level, forking tokens at the individual token level.
The sparse-token-leverage meta-claim. The convergence across signals is the load-bearing meta-claim. Four independent statistical lenses — token entropy during RLVR training (this paper), mutual-information peaks during inference (Do reflection tokens carry more information about correct answers?), cross-rollout variance under different CoT prefixes (Can we identify which tokens actually matter for reasoning?), and greedy-pruning functional importance (Which tokens in reasoning chains actually matter most?) — all identify the same sparse pivot structure. The signals are computed differently and surface different operational uses (training filter, inference allocation, reward weighting, trace compression), but the underlying claim they share is the same: the reasoning-bearing fraction of a reasoning trace is sparse, and the cheapest path to sample-efficient reasoning training, faithful trace compression, or focused reward signals is to identify those tokens cheaply. Which statistical signal you use depends on what you have access to: entropy when you have only outputs, variance when you can sample rollouts under different prefixes, MI when you have ground-truth answers, functional importance when you can ablate.
Inquiring lines that read this note 196
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 does rhetorical adaptation affect LLM persuasion and detectability?- How does smooth probabilistic flow differ from turbulent rhetorical exploration?
- How does token-by-token probability differ from exploring competing rhetorical positions?
- Why does scaling reasoning tokens fail to improve unfamiliar tasks?
- What is the critical thinking token threshold beyond which accuracy degrades?
- Do tokens beyond a critical threshold actually improve reasoning quality?
- Does thinking-token overuse actually degrade reasoning accuracy in practice?
- What determines the optimal thinking token threshold for a given task?
- Why does reasoning accuracy degrade beyond a critical thinking token threshold?
- How much of a model's reasoning tokens are unnecessary for reaching the final answer?
- What happens to reasoning accuracy when models use more thinking tokens?
- Why do reasoning models reduce effort despite having token budget remaining?
- Can thinking token density explain reasoning performance beyond total length?
- How much does switching overhead reduce reasoning token efficiency?
- Does more thinking always improve language model accuracy?
- Which tokens actually change across different reasoning paths in rollouts?
- What makes thinking tokens carry more information than other tokens?
- Why do language models use remaining tokens to rationalize instead of reconsider?
- Does a critical thinking token threshold exist for model accuracy?
- Does sentence-level granularity capture enough structure for complex reasoning tasks?
- Does more thinking always help large language models or sometimes hurt?
- Why do language models generate reasoning tokens after internally deciding the answer?
- Can dataset design systematically expand reasoning graph diameter?
- Can instance-adaptive reasoning happen without sequential token dependencies?
- Can cognitive scaffolding replace tool-based reasoning augmentation in language models?
- Why does naive randomness fail to improve stochastic latent reasoning models?
- What quality filters distinguish useful reasoning enrichment from shallow repetition?
- Why does uniform averaging across all tokens dilute the reasoning signal?
- What tokens do RL-trained summarizers learn to keep for ranking?
- How does token-by-token generation constrain a model's ability to plan ahead?
- Why do token-level language models fail at utterance-level pragmatic optimization?
- What makes some tokens carry disproportionate information about answers?
- Does next-token prediction alone produce genuine functional language competence?
- Why did prior multi-token prediction methods fail during fine-tuning?
- How much does multi-token prediction help in protein design specifically?
- Can any practitioner apply multi-token prediction without massive compute?
- Can next-token prediction train models to optimize for communication efficiency?
- How does the [remention] token help models distinguish initial from later mentions?
- Do attention scores predict which tokens will be pruned first?
- Why does hierarchical formal language training improve token efficiency more than natural language?
- Do high-entropy RLVR tokens correspond to MI-peak tokens during inference?
- What semantic information is lost if analysis skips the token embedding layer?
- How do reasoning-invariant tokens dilute learning signals in uniform averaging?
- Does next-token prediction actually explain how human thought works?
- Do models cache intentions about response topics before generating the first token?
- How do meta-tokens help models learn when to generate reasoning versus commit predictions?
- How does predictive accuracy on future tokens differ from correctness on labeled answers?
- What makes uncertainty tokens like Wait carry more information than content tokens?
- Does the token prediction framing actually capture what human reasoning does?
- Can standard next-token prediction capture complex multi-step human reasoning directly?
- Does token-level loss aggregation help aligned models differently?
- Why is latent-level prediction more sample-efficient than token-level prediction?
- Why does masking the penultimate token outperform random token masking?
- Why does latent-level prediction beat token-level prediction for reasoning?
- What does next-token prediction tell us about compositional linguistic competence?
- Does latent manipulation outperform token-level prediction for efficiency?
- What makes token selection more important than adaptation strategy?
- Why do single examples trigger large reasoning improvements in models?
- How does optimizing for accuracy during training degrade downstream reasoning quality?
- Can models learn to select exemplars based on reasoning skills rather than complexity?
- How does business logic specification replace annotated training datasets?
- What makes training data quality more important than quantity for reasoning?
- How much does training composition affect syntactic versus reasoning performance?
- Can training improve reasoning coherence without improving actual correctness?
- Can attribute decomposition improve other interactive reasoning tasks beyond clinical questioning?
- How do single training examples activate reasoning capabilities in language models?
- Can models maintain reasoning-output coupling while improving domain accuracy?
- Can smaller amounts of diverse reasoning demonstrations replace exhaustive factual training data?
- Does token-level reasoning during pretraining improve general reasoning without task-specific supervision?
- Why does structured stochasticity help reasoning more than naive randomness?
- Can meaning-level metrics like Semantic Entropy avoid length bias?
- Can adaptive per-step decisions outperform uniform retrieval policies across different reasoning tasks?
- How do soft thought tokens differ from decoded assistant outputs?
- How do soft token mixtures enable parallel reasoning exploration without explicit training?
- How do continuous concept tokens compare to latent trajectory sampling?
- How do continuous concept tokens explore multiple reasoning paths without explicit sampling?
- Can retrieval improve multi-step reasoning by triggering at each uncertainty?
- How can per-step decisions about knowledge retrieval improve reasoning over uniform policies?
- How does entropy collapse in reinforcement learning differ from entropy maintenance in graph reasoning?
- How does policy entropy collapse constrain token-level distribution in reasoning?
- How do critique models prevent policy entropy collapse during reasoning training?
- Does policy entropy collapse limit how many iterations of reasoning training work?
- Why do structured and creative domains exhibit opposite entropy dynamics?
- How does inference variance differ from training entropy collapse?
- How does policy entropy during training affect search discipline during inference?
- Why does policy entropy collapse primarily at token level rather than hidden states?
- How do high-entropy tokens concentrate reinforcement learning's effect?
- How does entropy loss enable exploration beyond a single training example?
- How does on-policy entropy recognition differ from training-time entropy collapse?
- Does policy entropy collapse in formal reasoning produce the same outcome in social reasoning?
- What causes policy entropy collapse in reasoning-focused reinforcement learning?
- How does regularization dominance explain policy entropy collapse in reasoning?
- Does stable entropy in policy training actually guarantee stable reasoning behavior?
- Does self-revision actually improve reasoning in large language models?
- Do self-revision tokens measurably degrade reasoning accuracy in scaled models?
- How does self-distillation degrade reasoning by suppressing uncertainty signals?
- How does entropy-based patching compare to fixed token vocabularies in practice?
- How do execution and planning tokens differ in their entropy dynamics?
- How much does shared-prefix sampling reduce token redundancy empirically?
- How do byte-level representations enable better handling of typos than tokens?
- Why is editing specific facts so difficult in language models?
- Why does RLVR increase token entropy while decreasing answer diversity?
- What role do high-entropy minority tokens play in RLVR?
- Can high-entropy tokens and step-level confidence identify the same critical reasoning forks?
- Does the DeepSeek R1 single token insertion represent genuine reasoning?
- How do thinking tokens function as mutual information peaks in reasoning?
- Do reflection tokens and symbolic tokens serve different roles in reasoning?
- How early in token generation does the reasoning mode activate?
- Can latent reasoning achieve the same substitution without tokens?
- Why does representation recycling of MI-peak tokens improve reasoning accuracy?
- Can we improve reasoning by amplifying information at mutual information peaks?
- What makes token-level reasoning during pretraining different from test-time chain-of-thought?
- Can latent reasoning scale test-time compute without verbal tokens?
- Why do linguistic hedging markers correlate with internal confidence signals in reasoning traces?
- Does distillation strip away uncertainty signals that reasoning actually needs?
- How much does training data format shape what reasoning strategy emerges?
- Does training data format determine whether models collapse entropy or inflate variance?
- How much does training data format influence reasoning strategy versus domain content?
- How does training data structure shape reasoning strategy more than domain content?
- What computational role do intermediate tokens actually play in transformers?
- How do lower network layers compress facts versus higher reasoning layers?
- Can fine-tuning ever teach semantic inference instead of amplifying training shortcuts?
- Why does supervised fine-tuning degrade reasoning quality despite raising accuracy?
- Why does SFT reduce reasoning quality even when improving domain accuracy?
- Does more inference compute help reasoning models match specialized domain performance?
- How much does test-time compute improve reasoning without more tokens?
- Can reasoning models outperform non-reasoning models with more inference compute?
- Why do diffusion LLM answer tokens converge in confidence long before reasoning stabilizes?
- Can we measure how much prior errors bias subsequent token predictions?
- What mechanism makes keyword probability the strongest predictor of priming?
- Should user context live in tokens or in learned model representations?
- How does per-token adaptive compute improve efficiency in recurrent reasoning?
- How should inference-time token budgets vary across models of different capability levels?
- Why do some prompts benefit from aggregation while others do not?
- How should token budgets be allocated when prompt-inference coupling matters?
- How does constraint complexity relate to optimal reasoning token budgets?
- What inference strategy works better than forcing self-revision under token constraints?
- Can inference budgets be allocated differently based on prompt difficulty?
- How should inference budgets adapt based on prompt difficulty?
- Can measuring semantic entropy help us detect unreliable generations?
- Why do NLP benchmarks treat annotation disagreement as noise rather than signal?
- Why does intermediate step quality predict reasoning outcomes better than global features?
- Why does concise reasoning maintain accuracy with far fewer tokens?
- Why do concise reasoning chains match verbose chain-of-thought token efficiency?
- Can flow concentration in reasoning traces predict model quality better than tokens?
- Why do recursive belief models require different training than logical derivation?
- Why does augmenting symbolic reasoning outperform replacing it entirely?
- How do semantic and symbolic reasoning capabilities differ in language models?
- Why do high entropy tokens carry most of the learning signal in RL?
- What makes reasoning tokens identifiable within rollout groups for better rewards?
- Can random rewards improve reasoning models if pretraining is suitable?
- How do dense token-level rewards compare to sparse task-level verification signals?
- How do token-level rewards and rubric gates serve different statistical functions?
- How does reward density during training affect token efficiency in reasoning?
- Why do readability and style metrics plateau while reasoning improves with scale?
- Why do benchmark scores rise while reasoning quality declines?
- How do frontier models maintain agreement scores above 90 percent across reasoning tasks?
- How does evaluation setting affect measured reasoning capabilities in language models?
- Can token probability distributions extend swarm composition across different model architectures?
- Can learned verifiers over token similarity replace dense compositional training?
- What makes structured stochasticity more effective than unstructured randomness in reasoning?
- How do latents at the same hierarchy level become more correlated than tokens?
- How much does schema bloat actually degrade reasoning in large language models?
- Can entropy signatures alone detect whether context was model-generated or externally prefilled?
- Why does token redundancy and poor readability emerge at trillion-parameter scale?
- How does data entropy inflate compression estimates in prequential coding?
Related concepts in this collection 8
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 reinforcement learning update only a small fraction of parameters?
Investigating whether RL algorithms consistently modify only 5–30% of model parameters across different LLMs and RL methods, and what structural properties those sparse updates possess.
parallel sparsity at parameter level and token level
-
Which sentences actually steer a reasoning trace?
Can we identify which sentences in a reasoning trace have outsized influence on the final answer? Three independent methods converge on a surprising answer about planning and backtracking.
forking tokens are the token-level correlate of sentence-level anchors
-
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?
forking tokens are where entropy collapse matters most
-
Do hedging markers actually signal careful thinking in AI?
Explores whether linguistic markers like "alternatively" and "however" in model outputs correlate with accuracy or uncertainty. This matters because users often interpret such language as a sign of trustworthy reasoning.
linguistic markers at forking points may signal reasoning quality
-
Where do memorization errors arise in chain-of-thought reasoning?
Explores whether memorization in language model reasoning can be localized to specific token sources and which sources dominate error patterns during long generations.
both identify sparse tokens with disproportionate influence on reasoning; STIM adds the memorization-source dimension, showing that high-influence tokens may be driven by pattern-matching rather than reasoning
-
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.
convergent evidence from information theory: MI peaks identify the same sparse-pivot structure from an information-theoretic perspective; high-entropy forking tokens during training correspond to MI-peak thinking tokens during inference, confirming that reasoning traces concentrate their signal at sparse critical junctures across both training and deployment
-
Can we identify which tokens actually matter for reasoning?
Most tokens in an answer are determined by language patterns rather than reasoning. Is there a way to distinguish the small fraction of tokens whose certainty genuinely depends on the chain of thought?
DRO extends the sparse-token-leverage principle from RLVR's forking-token analysis to unverifiable-task reward design: where this note identifies forking tokens by entropy during training, DRO identifies *reasoning-reflective tokens* by cross-rollout variance under different CoT prefixes — different statistical signals, same underlying claim that the reasoning-bearing fraction of any sequence is sparse and that uniform averaging dilutes it
-
What reasoning features does each difficulty level reinforce?
When models train on problems of different difficulty, do they build the same internal reasoning machinery or different kinds? This matters because accuracy gains alone hide what's actually being learned.
synthesizes: complementary fine-grained view of where RLVR concentrates its effect — tokens there, reasoning features here
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Beyond the 80/20 Rule: High-Entropy Minority Tokens Drive Effective Reinforcement Learning for LLM Reasoning
- Local Coherence or Global Validity? Investigating RLVR Traces in Math Domains
- Revisiting LLM Reasoning via Information Bottleneck
- The Invisible Leash: Why RLVR May Not Escape Its Origin
- Beyond Scaling Law: A Data-Efficient Distillation Framework for Reasoning
- From Trial-and-Error to Improvement: A Systematic Analysis of LLM Exploration Mechanisms in RLVR
- Emergent Hierarchical Reasoning In LLMs Through Reinforcement Learning
- On the Interplay of Pre-Training, Mid-Training, and RL on Reasoning Language Models
Original note title
high-entropy minority tokens are the critical forking points that drive rlvr effectiveness — restricting gradient updates to 20 percent of tokens matches or exceeds full updates