paper-with-me

홈 › Papers

Agent RL Scaling Law: Agent RL with Spontaneous Code Execution for Mathematical Problem Solving

2025-05-12 · Xinji Mai, Haotian Xu, Xing W, Weinong Wang, Yingying Zhang, Wenqiang Zhang

Large Language Models (LLMs) often struggle with mathematical reasoning tasks requiring precise, verifiable computation. While Reinforcement Learning (RL) from outcome-based rewards enhances text-based reasoning, understanding how agents autonomously learn to leverage external tools like code execution remains crucial. We investigate RL from outcome-based rewards for Tool-Integrated Reasoning, ZeroTIR, training base LLMs to spontaneously generate and execute Python code for mathematical problems without supervised tool-use examples. Our central contribution is we demonstrate that as RL training progresses, key metrics scale predictably. Specifically, we observe strong positive correlations where increased training steps lead to increases in the spontaneous code execution frequency, the average response length, and, critically, the final task accuracy. This suggests a quantifiable relationship between computational effort invested in training and the emergence of effective, tool-augmented reasoning strategies. We implement a robust framework featuring a decoupled code execution environment and validate our findings across standard RL algorithms and frameworks. Experiments show ZeroTIR significantly surpasses non-tool ZeroRL baselines on challenging math benchmarks. Our findings provide a foundational understanding of how autonomous tool use is acquired and scales within Agent RL, offering a reproducible benchmark for future studies. Code is released at \href{https://github.com/yyht/openrlhf_async_pipline}{https://github.com/yyht/openrlhf\_async\_pipline}.

📄 PDF Abstract BibTeX arXiv:2505.07773

Code (2)

anonymize-author/agentrl 공식 구현 pytorch
yyht/openrlhf_async_pipline 공식 구현 pytorch

Tasks

MathMathematical Problem-SolvingMathematical ReasoningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Training LLM Agents for Spontaneous, Reward-Free Self-Evolution via World Knowledge Exploration

2026-04-20 · Qifan Zhang, Dongyang Ma, Tianqing Fang, Jia Li 외 arxiv

Most agents today ``self-evolve'' by following rewards and rules defined by humans. However, this process remains fundamentally dependent on external supervision; without human guidance, the evolution stops. In this work…

SPADE-Bench: Evaluating Spontaneous Strategic Deception in Agents via Plan-Action Divergence

2026-06-01 · Yuyan Bu, Haowei Li, Qirui Zheng, Bowen Dong 외 arxiv

As LLM-based agents expand their operational scope, reliability becomes a prerequisite for real-world deployment. However, in practical applications, human users cannot monitor every immediate behavior; instead, the exec…

Scaling Agentic Verifier for Competitive Coding

2026-02-04 · Zeyao Ma, Jing Zhang, Xiaokang Zhang, Jiaxi Yang 외 arxiv

Large language models (LLMs) have demonstrated strong coding capabilities but still struggle to solve competitive programming problems correctly in a single attempt. Execution-based re-ranking offers a promising test-tim…

Reinforcement Learning

Think Big, Search Small: Where Capacity Matters in Hierarchical Search Agents?

2026-07-08 · Qinnan Cai, Yibo Zhao, Xiang Li arxiv

Large language model based search agents increasingly adopt multi-agent architectures in which a main agent decomposes a complex question into sub-queries and dispatches them to parallel sub-agents. However, existing sys…

Answer Generation

Single-Agent Scaling Fails Multi-Agent Intelligence: Towards Foundation Models with Native Multi-Agent Intelligence

2025-12-09 · Shuyue Hu, Haoyang Yan, Yiqun Zhang, Yang Chen 외 arxiv

Foundation models (FMs) are increasingly assuming the role of the ''brain'' of AI agents. While recent efforts have begun to equip FMs with native single-agent abilities -- such as GUI interaction or integrated tool use …