paper-with-me

홈 › Papers

Dr. Zero: Self-Evolving Search Agents without Training Data

2026-01-11 · Zhenrui Yue, Kartikeya Upasani, Xianjun Yang, Suyu Ge, Shaoliang Nie, Yuning Mao, Zhe Liu, Dong Wang arxiv

As high-quality data becomes increasingly difficult to obtain, data-free self-evolution has emerged as a promising paradigm. This approach allows large language models (LLMs) to autonomously generate and solve complex problems, thereby improving their reasoning capabilities. However, multi-turn search agents struggle in data-free self-evolution due to the limited question diversity and the substantial compute required for multi-step reasoning and tool using. In this work, we introduce Dr. Zero, a framework enabling search agents to effectively self-evolve without any training data. In particular, we design a self-evolution feedback loop where a proposer generates diverse questions to train a solver initialized from the same base model. As the solver evolves, it incentivizes the proposer to produce increasingly difficult yet solvable tasks, thus establishing an automated curriculum to refine both agents. To enhance training efficiency, we also introduce hop-grouped relative policy optimization (HRPO). This method clusters structurally similar questions to construct group-level baselines, effectively minimizing the sampling overhead in evaluating each query's individual difficulty and solvability. Consequently, HRPO significantly reduces the compute requirements for solver training without compromising performance or stability. Extensive experiment results demonstrate that the data-free Dr. Zero matches or surpasses fully supervised search agents, proving that complex reasoning and search capabilities can emerge solely through self-evolution.

📄 PDF Abstract BibTeX arXiv:2601.07055

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Active Zero: Self-Evolving Vision-Language Models through Active Environment Exploration

2026-02-11 · Jinghan He, Junfeng Fang, Feng Xiong, Zijun Yao 외 arxiv

Self-play has enabled large language models to autonomously improve through self-generated challenges. However, existing self-play methods for vision-language models rely on passive interaction with static image collecti…

EVE-Agent: Evidence-Verifiable Self-Evolving Agents

2026-05-21 · Yamato Arai, Yuma Ichikawa arxiv

Self-evolving agents should not train on examples they cannot justify. Data-free self-evolving search agents offer a scalable route to systems that generate their own questions, answer them, and improve from their own fe…

DrugSAGE:Self-evolving Agent Experience for Efficient State-of-the-Art Drug Discovery

2026-05-14 · Yikun Zhang, Xiwei Cheng, Tianyu Liu, Yuanqi Du 외 arxiv

Building state-of-the-art (SOTA) predictive models for drug discovery requires expensive search over tools, architectures, and training strategies. Current LLM-based agents can find SOTA solutions through extensive trial…

Molecular Property PredictionDrug Discovery

TiZero: Mastering Multi-Agent Football with Curriculum Learning and Self-Play

2023-02-15 · Fanqi Lin, Shiyu Huang, Tim Pearce, Wenze Chen 외

Multi-agent football poses an unsolved challenge in AI research. Existing work has focused on tackling simplified scenarios of the game, or else leveraging expert demonstrations. In this paper, we develop a multi-agent s…

MM-Zero: Self-Evolving Multi-Model Vision Language Models From Zero Data

2026-03-10 · Zongxia Li, Hongyang Du, Chengsong Huang, Xiyang Wu 외 arxiv

Self-evolving has emerged as a key paradigm for improving foundational models such as Large Language Models (LLMs) and Vision Language Models (VLMs) with minimal human intervention. While recent approaches have demonstra…

Multimodal Reasoning