paper-with-me

홈 › Papers

Search-E1: Self-Distillation Drives Self-Evolution in Search-Augmented Reasoning

2026-05-21 · Zihan Liang, Yufei Ma, Ben Chen, Zhipeng Qian, Xuxin Zhang, Huangyu Dai, Lingtao Mao arxiv

Post-training has become the dominant recipe for turning a language model into a competent search-augmented reasoning agent. A line of recent work pushes its performance further by adding elaborate machinery on top of this standard pipeline. These augmentations import external supervision from stronger external systems, attach auxiliary modules such as process reward models or retrospective critics, restructure the rollout itself with tree search or multi-stage curricula, or shape the reward with hand-crafted bonuses and penalties. Each addition delivers a measurable gain, but each also inflates the training pipeline and ties the recipe to resources or designs that may not always be available. We take a step back and ask whether any of this machinery is actually necessary, and propose Search-E1, a self-evolution method that lets a search-augmented agent improve through only vanilla GRPO interleaved with on-policy self-distillation (OPSD). After each GRPO round, the policy rolls out on its own training questions. A token-level forward KL objective then aligns the policy's inference-time distribution to its own distribution under a privileged context that exposes a more efficient sibling trajectory. Despite this simplicity, the procedure naturally provides dense per-step supervision. On seven QA benchmarks, Search-E1 reaches 0.440 average EM with Qwen2.5-3B, surpassing all open-source baselines at both scales. Code and complete version will be made public soon.

📄 PDF Abstract BibTeX arXiv:2605.22511

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

$π$-Play: Multi-Agent Self-Play via Privileged Self-Distillation without External Data

2026-04-15 · Yaocheng Zhang, Yuanheng Zhu, Wenyue Chong, Songjun Tu 외 arxiv

Deep search agents have emerged as a promising paradigm for addressing complex information-seeking tasks, but their training remains challenging due to sparse rewards, weak credit assignment, and limited labeled data. Se…

SEKI: Self-Evolution and Knowledge Inspiration based Neural Architecture Search via Large Language Models

2025-02-27 · Zicheng Cai, Yaohua Tang, Yutao Lai, Hua Wang 외

We introduce SEKI, a novel large language model (LLM)-based neural architecture search (NAS) method. Inspired by the chain-of-thought (CoT) paradigm in modern LLMs, SEKI operates in two key stages: self-evolution and kno…

GPUKnowledge DistillationLanguage ModelingLanguage Modelling+2

DeepSearch-World: Self-Distillation for Deep Search Agents in a Verifiable Environment

2026-07-08 · Xinyu Geng, Xuanhua He, Sixiang Chen, Yanjing Xiao 외 arxiv

Training tool-use agents to improve from their own experience remains challenging, as supervised fine-tuning relies on fixed teacher-distilled trajectories, while sparse-reward reinforcement learning provides weak superv…

Reinforcement Learning

CoTEvol: Self-Evolving Chain-of-Thoughts for Data Synthesis in Mathematical Reasoning

2026-04-16 · Zhuo Wang, Zhuo Zhang, Yafu Li, Yu Cheng 외 arxiv

Large Language Models (LLMs) exhibit strong mathematical reasoning when trained on high-quality Chain-of-Thought (CoT) that articulates intermediate steps, yet costly CoT curation hinders further progress. While existing…

Mathematical Reasoning

DREvo: Distilling Recalibrated Historical Experience for Harness Self-Evolution

2026-07-29 · Hanghui Guo, Weijie Shi, Zhangze Chen, Shengxiang Xu 외 arxiv

Harness plays a critical role in large language model agent performance, and building a high-performing harness requires substantial expert effort. Therefore, recent research has increasingly explored harness self-evolut…