无需人工标注,让搜索代理自我博弈提升能力
Search Self-play: Pushing the Frontier of Agent Capability without Supervision
- 代理同时扮演出题者和解题者,通过自我对抗生成难易可控的任务
- 在多个基准上实现无监督训练下性能显著提升
- 适合研究大模型自主学习与智能体系统构建的开发者
基于可验证奖励的强化学习(RLVR)已成为训练大模型智能体的主流方法。然而,该方法高度依赖精心设计的任务查询及其对应的真实答案来提供准确奖励,需大量人工投入,限制了其在智能体场景中的规模化应用。尽管已有研究探索任务自动生成,但生成任务的难度难以控制,难以带来有效的强化学习优势。为实现更高可扩展性的智能体强化学习,本文提出搜索自博弈(Search Self-play, SSP):深度搜索代理通过多轮调用搜索引擎,同时作为任务提出者和问题求解者。任务提出者生成具有明确真实答案且难度递增的深度搜索查询;问题求解者尝试解决这些查询并输出正确答案预测。为确保每个查询都有准确的真值,我们收集提出者轨迹中的所有搜索结果作为外部知识,通过检索增强生成(RAG)验证:在提供全部必要文档的前提下,是否能正确回答该问题。在这一自博弈机制中,提出者与求解者通过竞争与合作共同进化能力。实验表明,无论从零训练还是持续强化学习设置,SSP均能在多个基准上实现无监督下的性能显著提升。
原文摘要 · Abstract (English)
Reinforcement learning with verifiable rewards (RLVR) has become the mainstream technique for training LLM agents. However, RLVR highly depends on well-crafted task queries and corresponding ground-truth answers to provide accurate rewards, which requires significant human effort and hinders the scaling of RL processes, especially in agentic scenarios. Although a few recent works explore task synthesis methods, the difficulty of generated agentic tasks can hardly be controlled to provide effective RL training advantages. To achieve agentic RLVR with higher scalability, we explore self-play training for deep search agents, in which the learning LLM utilizes multi-turn search engine calling and acts simultaneously as both a task proposer and a problem solver. The task proposer aims to generate deep search queries with well-defined ground-truth answers and increasing task difficulty. The problem solver tries to handle the generated search queries and output the correct answer predictions. To ensure that each generated search query has accurate ground truth, we collect all the searching results from the proposer's trajectory as external knowledge, then conduct retrieval-augmentation generation (RAG) to test whether the proposed query can be correctly answered with all necessary search documents provided. In this search self-play (SSP) game, the proposer and the solver co-evolve their agent capabilities through both competition and cooperation. With substantial experimental results, we find that SSP can significantly improve search agents' performance uniformly on various benchmarks without any supervision under both from-scratch and continuous RL training setups. The code is at https://github.com/Qwen-Applications/SSP.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。