Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/7/31 14:32:52

Self-Play Meets Skill Evolution: Self-Evolving Search Agents that Pose, Solve, and Remember

AI 中文解读
AI又进化了!这次的新系统把“自我博弈”玩出了新高度,给AI装上了“经验笔记本”,让它能自己出题、自己解题,还能把犯错的经验记下来反复用。以前AI只能从现成的题库里学习,现在这个叫SESA的系统会主动给自己出难题,做错了就总结经验写进“错题本”,下次遇到类似问题就能避开坑。就像学棋的人一边跟自己对弈,一边记棋谱,水平越练越高。 实际影响也很大。这套系统在多个问答测试中准确率明显提升,尤其擅长处理需要多步推理的复杂问题。以后你问AI一些需要深度思考的问题,比如“房贷利率下调对房价有啥影响”,它就能给出更靠谱的回答,而不是简单拼凑网上的信息。而且系统还有个好处——即使不用外置记忆库,AI也能保持不错的表现,这意味着日常使用手机或电脑上的AI助手时,响应速度可能更快、体验更流畅。说到底,这项研究让AI从“会答题”进化到“会学习”,离真正的人类式学习方式又近了一步。
Self-play agents can generate training problems without questions from target benchmarks, but their curricula lack persistent state: failures affect gradients yet do not explicitly shape future practice. External skill memories preserve procedural experience but are typically learned from fixed task distributions. We introduce \textbf{SESA} (Self-Evolving Skill-Augmented Agent), which makes procedural memory an evolving state of tool-augmented search self-play. A challenger poses problems, while a separately parameterized solver alone retrieves skills. Informative failures are distilled into reusable skills and written back to memory. The updated memory changes solver behavior and success, which changes the challenger's reward and the distribution of future problems; the resulting frontier produces new failures that rewrite memory. This bidirectional loop makes task generation and skill memory co-evolve. Because retrieved skills shape on-policy training trajectories, their benefits can enter the model parameters as well as remain in the external bank, enabling memory-free deployment and optional inference-time retrieval. Across seven open-domain and multi-hop question-answering benchmarks, SESA improves average accuracy over SSP by 1.2--3.2 points across multiple backbones and surpasses the skill-augmented SkillRL baseline by 0.9 points under a unified evaluation protocol. On Qwen3 models, SESA-Off retains 1.8--2.2 points of improvement over SSP, while the final skill bank adds a further 0.5--1.0 points. These results show that evolving skill memory is not merely an inference-time plug-in: it changes policy learning and the future training distribution while retaining value as optional external memory. Our code is available at https://github.com/Zenghuang-Fu/SESA-Self-Evolving-Search-Agents.
分享
阅读原文