SYNTHESIS NOTE
TopicsDeep Researchthis note

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.

Synthesis note · 2026-02-21 · sourced from Deep Research

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? When does optimizing for quality undermine the value of diversity? How do multi-agent systems achieve genuine cooperation and reasoning? What pretraining choices and baseline capability constrain reinforcement learning gains? How does policy entropy collapse constrain reasoning-focused reinforcement learning? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? What constrains reinforcement learning's ability to expand model reasoning? Does decoupling planning from execution improve multi-step reasoning accuracy? How does objective evolution guide discovery better than fixed planning? How can AI systems learn from failures without cascading errors? Which computational strategies best support reasoning in language models? How does example difficulty affect learning efficiency in language models? Why do LLM research ideas score high on novelty yet collapse into low diversity? Does externalizing cognitive work and state improve agent reliability? How can LLM user simulators model realistic goal-driven conversation? Can prompting inject entirely new knowledge into language models? How does test-time aggregation affect reasoning correctness and reliability? What prevents language models from reliably adopting diverse personas? Why do persona-level simulations fail to predict individual preferences accurately? What are the consequences of models training on synthetic data? Does reinforcement learning teach reasoning or just when to reason? Why do reward structures fail to shape long-term agent learning? Does alignment training create blind spots in detecting genuine safety threats? How should iterative research systems allocate reasoning per search step? How do self-generated feedback mechanisms enable effective model learning? Why do agents confidently report success despite actually failing tasks? How should agents balance memory condensation to optimize context efficiency? What determines success in training models on multiple tasks? Can AI systems balance emotional competence with factual reliability? Why does supervised fine-tuning improve accuracy while degrading reasoning quality? How should inference compute be adaptively allocated based on prompt difficulty? What capability tradeoffs emerge when scaling model reasoning abilities? Do harness improvements transfer across model scales or memorize shortcuts? How should models express uncertainty rather than forced confident answers? How do soft continuous representations explore multiple reasoning paths simultaneously? Why do continual learning scenarios trigger catastrophic forgetting and interference? How do policy learning algorithm choices affect multi-objective optimization stability?

Related concepts in this collection 6

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
14 direct connections · 112 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

rl training for search agents squeezes exploration diversity while sft expands it — the same entropy collapse dynamic operates in search as in reasoning