Search-E1: Self-Distillation Drives Self-Evolution in Search-Augmented Reasoning
Summary
Search-E1 is a self-evolution method designed to improve search-augmented reasoning agents by employing only vanilla GRPO interleaved with offline self-distillation (OFSD). This approach avoids the complex external supervision or auxiliary modules often used in post-training pipelines. OFSD works by having the policy roll out on its own training questions, then aligning its inference-time distribution to a more efficient sibling trajectory via a token-level forward KL objective, providing dense per-step supervision. On seven QA benchmarks, Search-E1 achieves a 0.440 average EM with Qwen2.5-3B, outperforming all open-source baselines at both scales.
Key takeaway
For Machine Learning Engineers developing search-augmented reasoning agents, you should consider adopting self-evolution methods like Search-E1. This approach demonstrates that significant performance gains, such as the 0.440 average EM with Qwen2.5-3B, are achievable through vanilla GRPO and offline self-distillation, eliminating the need for elaborate external supervision or auxiliary modules. You can streamline your training pipelines while still achieving competitive results.
Key insights
Search-E1 uses self-distillation and GRPO to enable search-augmented agents to self-evolve, simplifying training while boosting performance.
Principles
- Self-distillation provides dense per-step supervision.
- Simpler self-evolution can surpass complex augmentations.
Method
The method interleaves vanilla GRPO with offline self-distillation (OFSD). OFSD aligns the policy's inference-time distribution to a more efficient sibling trajectory using a token-level forward KL objective.
In practice
- Implement OFSD for agent self-improvement.
- Utilize token-level KL for policy alignment.
Topics
- Search-E1
- Self-Distillation
- Search-Augmented Reasoning
- GRPO
- Question Answering
- Language Models
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.