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.
The "RL Squeezes, SFT Expands" paper studies search agents trained with RL versus SFT and finds the same pattern that the reasoning literature documented: RL training compresses the diversity of behaviors the agent explores (squeezes), while SFT on diverse demonstrations expands it. Since Does policy entropy collapse limit reasoning performance in RL?, and since this paper shows the same dynamic in search RL, entropy collapse is not a quirk of reasoning training — it is a property of RL training at large.
The mechanism is the same in both domains: RL rewards the policy for high-reward outputs and penalizes low-reward ones. Over training, the policy concentrates probability mass on the reward-maximizing region of its action space. In reasoning, this means converging on a narrow set of reasoning patterns. In search, it means converging on a narrow set of query strategies. Both reduce the agent's ability to explore novel approaches to hard problems.
SFT has the opposite effect because it trains on human demonstrations or diverse synthetic completions — the diversity of the training set is preserved in the policy. The tradeoff is that SFT cannot generalize beyond its demonstrations in the same way RL can.
This finding has practical implications for DR agent design: RL-trained search agents need explicit diversity mechanisms (entropy regularization, diverse reward models, periodic SFT refreshes) or they will converge on query templates that work well on average but fail on distribution shift. The same Do critique models improve diversity during training itself? remedy applies — external critique prevents the RL agent from collapsing to a narrow search strategy.
Inquiring lines that read this note 137
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 can AI agents autonomously learn and transfer skills across tasks?- Which AI interaction patterns preserve learning while which ones degrade skill formation?
- Can combinational creativity alone drive open-ended learning in agents?
- Can curriculum approaches teach agents when to stop exploring?
- Can small numbers of curated demonstrations produce emergent agentic behavior?
- What training method supports dynamic tool discovery in long-horizon agents?
- Why do current metacognitive training loops fail when agents encounter new domains?
- Can simulation fidelity limit what agents learn from trained world models?
- What stops evolved agent behaviors from generalizing beyond specific tasks?
- Can few-shot examples narrow generative diversity in creative tasks?
- Why does island model genetic evolution maintain diversity better than single populations?
- Can diverse human creativity survive if all AI systems converge on similar outputs?
- How does mutual shaping through diverse training compare to population-level diversity effects?
- Can structural diversity through role assignment replace emergent diversity in small models?
- How does diversity collapse during iterative self-improvement cycles?
- How does diversity collapse during iterative self-improvement affect solution quality?
- How does directional diversity compare to other forms of parallel planning?
- Why does preference tuning reduce diversity in code but increase it in creative tasks?
- What happens to model grounding when preference optimization increases effective diversity?
- How should we evaluate diversity differently across programming and creative tasks?
- How does probability mass concentration affect sampling diversity across model scales?
- How much does diversity training cost in single-shot pass@1 performance?
- Does verbalized sampling preserve factual accuracy and safety during diversity gains?
- Why does test-time search also prioritize diversity over single-best convergence?
- Do dynamic environments enable different kinds of agent-environment coevolution?
- How does co-player diversity force agents to develop general adaptation?
- Does social scaffolding outperform purely intrinsic motivation for agent exploration?
- How does role specialization preserve reasoning diversity in multi-agent teams?
- Can cognitive diversity overcome expertise gaps in agent teams?
- Can cognitive diversity compensate for lack of expertise in agent teams?
- How do human-agent systems incorporate diverse feedback into model behavior?
- Does cognitive diversity in teams only pay off when agents actively explore it?
- How does agent heterogeneity change the value of exploration in peer selection?
- Why does self-play RL converge to alien equilibria in mixed-motive settings?
- Do disorder-specific RL policies outperform single policies across anxiety, depression, and schizophrenia?
- Can meta-reinforcement learning explain why this bias pattern emerges rationally?
- Which recipe choices determine the asymptotic ceiling in RL training?
- How do RL subnetworks identified from different random seeds compare?
- Does sparsity in RL arise from training on policy-distribution data?
- How does behavior cloning reduce complexity before RL training in rerankers?
- Why do single-turn RL methods fail to generalize to multi-turn tasks?
- Can the exploration ceiling be raised beyond what pretraining established?
- Does the pretrained model prior limit RL search capability more than the optimization algorithm itself?
- Why does the pretrained prior determine the exploration ceiling?
- How does imitation pretraining followed by RL exploration compare to either method alone?
- How does entropy collapse in reinforcement learning differ from entropy maintenance in graph reasoning?
- Does policy entropy collapse represent the main bottleneck in reasoning-focused RL scaling?
- Why does policy entropy collapse limit reasoning and dialogue RL scaling?
- Does policy entropy collapse limit how many iterations of reasoning training work?
- How does entropy collapse affect creative capability in multi-task settings?
- What distinguishes training-time entropy collapse from test-time variance inflation?
- How does policy entropy during training affect search discipline during inference?
- Why does policy entropy collapse predict sigmoid saturation points?
- What happens to model reasoning when policy entropy collapses during RL?
- Is distribution selection during RL the same compression mechanism as entropy collapse?
- How does representational convergence differ from policy entropy collapse in iterative training?
- 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?
- Why does policy entropy collapse when scaling RL for reasoning?
- Can entropy regularization or critique models prevent search strategy collapse during RL training?
- What causes policy entropy collapse in reasoning-focused reinforcement learning?
- Does policy entropy collapse prevent inference-time search from finding solutions?
- How does policy entropy collapse constrain zero RL scaling for reasoning?
- How does regularization dominance explain policy entropy collapse in reasoning?
- Does stable entropy in policy training actually guarantee stable reasoning behavior?
- Does optimizing directly for semantic diversity improve both reasoning quality and exploration?
- What role does environment diversity play in preventing agents from overfitting to curator imagination?
- When does natural context diversity reduce the need for explicit exploration?
- How does forced exploration through diversity rewards differ from suppression-based negative reinforcement?
- How does covariate diversity compare to the exploration assumptions of LinUCB?
- Why does positive reinforcement degrade diversity at higher k values?
- Can suppressing incorrect behavior alone solve the diversity bottleneck in reasoning RL?
- Can diversity-aware RL objectives prevent format convergence?
- Does context diversity ever make active exploration unnecessary in bandits?
- How can semantic diversity optimization work if exploration and exploitation were truly opposed?
- Does critique training improve exploration diversity during model training or only test time?
- Can explicitly optimizing for semantic diversity during RL training improve both quality and variation?
- Why does supervised fine-tuning on diverse demonstrations expand exploration diversity compared to RL?
- Why does outcome-based RL specifically lose diversity during training?
- Does semantic diversity in output space compete with reward-component diversity?
- Can decoding-time prompting strategies fully replace diversity-focused training methods?
- How does active selection of training content differ from random reinforcement sampling?
- Can diversity-aware reward bonuses achieve what set-level objectives achieve naturally?
- Why does exploration diversity behave differently under reinforcement learning versus supervised fine-tuning?
- Why does RLVR increase token entropy while decreasing answer diversity?
- How does reinforcement learning compare to differentiable joint training for RAG?
- How does the pretrained prior set a capability ceiling for reward model exploration?
- What role does exploration-exploitation balance play in abstraction formation?
- Can backward planning reduce search difficulty when multiple goal state paths exist?
- How do evolutionary archives enable diverse exploration in self-improving systems?
- Why do evolutionary algorithms collapse to single solutions under selection pressure?
- What distinguishes intrinsic search from extrinsic search method approaches?
- Can evolutionary search unlock problems that best-of-n selection cannot solve?
- Can the same problem be solved by multiple evolutionary search strategies?
- How does latent space diffusion enable evolutionary search in high dimensions?
- Can accelerated sampling techniques from image generation speed up evolutionary search?
- Do task-specific heuristics emerge because they compress well enough?
- Do task-specific heuristics improve gradually or appear suddenly at scale?
- Why does exploration quality matter more than learner network depth?
- Why do research ideation systems suffer from diversity collapse despite high novelty metrics?
- Why does diversity collapse occur in multi-agent research ideation despite high novelty?
- Does RL refine existing knowledge or discover entirely new capabilities?
- How does RL compress reasoning path diversity during training?
- Why do high entropy tokens carry most of the learning signal in RL?
- Why does prolonged RL discover strategies absent from any base model sample?
- Why does RL behavior differ between standard reasoning tasks and complex planning domains?
- How does next-turn reward optimization contribute to agent passivity?
- Why do scalar evaluation scores collapse distinguishable agent behaviors?
- Can historical and batch exploration be implemented with the same algorithmic mechanism?
- Does the pretrained prior actually constrain what internalized search can discover?
- How does trajectory burstiness compare to other structural properties that shape emergent capabilities?
- What makes exploration a verifiable and measurable training objective?
- How does scaffolding unstable mechanics improve reinforcement learning for search?
- Can training on diverse related tasks be more efficient than task-specific training?
- How should multi-objective post-training balance competing behavioral goals?
Related concepts in this collection 6
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?
extends: entropy collapse is confirmed in the search domain; the bottleneck is architectural, not reasoning-specific
-
Do critique models improve diversity during training itself?
Explores whether critique integrated into the training loop, beyond test-time scoring, actively maintains solution diversity and prevents the model from converging too narrowly during iterative self-training.
applies: the diversity-preservation remedy generalizes to search RL; critique models prevent search strategy collapse
-
Can simple rewards alone teach complex domain reasoning?
Does reinforcement learning on difficult problems with basic accuracy rewards produce sophisticated reasoning strategies without explicit chain-of-thought training? This challenges assumptions about what domain AI models need to learn effectively.
parallel RL emergence pattern: domain reasoning capabilities (AlphaMed) and search capabilities both emerge from RL reward signals; entropy collapse constrains scaling in both
-
Does the choice of RL algorithm actually matter for reasoning?
Expert Iteration, PPO, and RC-RL show similar performance on reasoning tasks. The question is whether algorithm choice drives results or whether something deeper—like the pretrained model itself—sets the real limits.
algorithm-invariance evidence in reasoning and entropy collapse in search are the same mechanism from different angles: both show RL is bounded by the pretrained prior, not by optimizer choice
-
Does RL training collapse format diversity in pretrained models?
Exploring whether RL fine-tuning systematically selects one output format from pretraining while suppressing others, and how this selection mechanism drives performance gains.
the format-level selection mechanism: RL entropy collapse in search narrows strategy diversity within one distribution, while the echo chamber effect selects which pretraining distribution survives — format selection precedes and compounds within-format diversity loss
-
Should training maximize diversity when models feed into search?
If a model runs inside a test-time search loop that samples many rollouts and picks the best, does training for entropy and diversity unlock better solutions than training for a single sharp answer?
extends: this note prescribes the diversity-as-objective training fix for the entropy-collapse-in-search failure that note documents
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Vector Policy Optimization: Training for Diversity Improves Test-Time Search
- Jointly Reinforcing Diversity and Quality in Language Model Generations
- RLVMR: Reinforcement Learning with Verifiable Meta-Reasoning Rewards for Robust Long-Horizon Agents
- Outcome-based Exploration for LLM Reasoning
- From Trial-and-Error to Improvement: A Systematic Analysis of LLM Exploration Mechanisms in RLVR
- The Entropy Mechanism of Reinforcement Learning for Reasoning Language Models
- RAGEN-2: Reasoning Collapse in Agentic RL
- Beyond Ten Turns: Unlocking Long-Horizon Agentic Search with Large-Scale Asynchronous RL
Original note title
rl training for search agents squeezes exploration diversity while sft expands it — the same entropy collapse dynamic operates in search as in reasoning