Towards Agentic Self-Learning LLMs in Search Environment
Wangtao Sun, Xiang Cheng, Jialin Fan, Yao Xu, Xing Yu, Shizhu He, Jun Zhao, Kang Liu
TL;DR
This work tackles scaling self-learning for open-domain LLM-based agents without human-curated data or predefined rewards. It introduces Agentic Self-Learning (ASL), a closed-loop framework unifying task generation, problem solving, and verification through three co-evolving roles: Prompt Generator, Policy Model, and Generative Reward Model. Key findings show that generative rewards outperform rule-based ones, and co-evolving the GRM with the policy yields stronger performance; increasing agent-generated task data substantially boosts capabilities, and the GRM becomes the main bottleneck, improvable with continual training and occasional real verification data. Empirically, ASL surpasses strong RLVR baselines and remains robust under zero-labeled-data conditions, demonstrating improved sample efficiency and scalability for open-domain agent learning. The authors release their data and code to support reproducibility and further research.
Abstract
We study whether self-learning can scale LLM-based agents without relying on human-curated datasets or predefined rule-based rewards. Through controlled experiments in a search-agent setting, we identify two key determinants of scalable agent training: the source of reward signals and the scale of agent task data. We find that rewards from a Generative Reward Model (GRM) outperform rigid rule-based signals for open-domain learning, and that co-evolving the GRM with the policy further boosts performance. Increasing the volume of agent task data-even when synthetically generated-substantially enhances agentic capabilities. Building on these insights, we propose \textbf{Agentic Self-Learning} (ASL), a fully closed-loop, multi-role reinforcement learning framework that unifies task generation, policy execution, and evaluation within a shared tool environment and LLM backbone. ASL coordinates a Prompt Generator, a Policy Model, and a Generative Reward Model to form a virtuous cycle of harder task setting, sharper verification, and stronger solving. Empirically, ASL delivers steady, round-over-round gains, surpasses strong RLVR baselines (e.g., Search-R1) that plateau or degrade, and continues improving under zero-labeled-data conditions, indicating superior sample efficiency and robustness. We further show that GRM verification capacity is the main bottleneck: if frozen, it induces reward hacking and stalls progress; continual GRM training on the evolving data distribution mitigates this, and a small late-stage injection of real verification data raises the performance ceiling. This work establishes reward source and data scale as critical levers for open-domain agent learning and demonstrates the efficacy of multi-role co-evolution for scalable, self-improving agents. The data and code of this paper are released at https://github.com/forangel2014/Towards-Agentic-Self-Learning
