paper-with-me

홈 › Papers

Agentic Reinforced Policy Optimization

2025-07-26 · Guanting Dong, Hangyu Mao, Kai Ma, Licheng Bao, Yifei Chen, Zhongyuan Wang, Zhongxia Chen, Jiazhen Du, Huiyang Wang, Fuzheng Zhang, Guorui Zhou, Yutao Zhu, Ji-Rong Wen, Zhicheng Dou arxiv

Large-scale reinforcement learning with verifiable rewards (RLVR) has demonstrated its effectiveness in harnessing the potential of large language models (LLMs) for single-turn reasoning tasks. In realistic reasoning scenarios, LLMs can often utilize external tools to assist in task-solving processes. However, current RL algorithms inadequately balance the models' intrinsic long-horizon reasoning capabilities and their proficiency in multi-turn tool interactions. To bridge this gap, we propose Agentic Reinforced Policy Optimization (ARPO), a novel agentic RL algorithm tailored for training multi-turn LLM-based agents. Through preliminary experiments, we observe that LLMs tend to exhibit highly uncertain behavior, characterized by an increase in the entropy distribution of generated tokens, immediately following interactions with external tools. Motivated by this observation, ARPO incorporates an entropy-based adaptive rollout mechanism, dynamically balancing global trajectory sampling and step-level sampling, thereby promoting exploration at steps with high uncertainty after tool usage. By integrating an advantage attribution estimation, ARPO enables LLMs to internalize advantage differences in stepwise tool-use interactions. Our experiments across 13 challenging benchmarks in computational reasoning, knowledge reasoning, and deep search domains demonstrate ARPO's superiority over trajectory-level RL algorithms. Remarkably, ARPO achieves improved performance using only half of the tool-use budget required by existing methods, offering a scalable solution for aligning LLM-based agents with real-time dynamic environments. Our code and datasets are released at https://github.com/dongguanting/ARPO

📄 PDF Abstract BibTeX arXiv:2507.19849

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Contrastive Reinforced Policy Optimization via Privileged Self-Distillation

2026-07-30 · Xingjian Wu, Junlin Liu, Xingchen Liu, Xuhang Zhu 외 arxiv

Recent advances in post-training Large Language Models (LLMs) increasingly rely on Reinforcement Learning with Verifiable Rewards (RLVR) or On-Policy Self-Distillation (OPSD). While OPSD provides dense, logit-level super…

Reinforcement LearningContrastive Learning

ODYSSE: Episode-wise Policy Optimization for Personalized Agentic Reasoning

2026-07-28 · Jiaqi Zhang, Tong Chen, Junliang Yu, Quoc Viet Hung Nguyen 외 arxiv

Agentic systems have rapidly advanced in their ability to interact with real-world environments, leverage external tools, and provide services for users. However, unlike natural-world tasks that assume well-defined instr…

FlowSteer: Towards Agents Designing Agentic Workflows via Reinforced Progressive Canvas Editing

2026-02-02 · Mingda Zhang, Wenjin Liu, Tiesunlong Shen, Qika Lin 외 arxiv

In recent years, agentic workflows have been widely applied to solve complex human tasks. However, existing workflow construction still faces key challenges, including human-dependent workflow construction, the lack of g…

Reinforcement Learning

Behavior Knowledge Merge in Reinforced Agentic Models

2026-01-20 · Xiangchi Yuan, Dachuan Shi, Chunhui Zhang, Zheyuan Liu 외 arxiv

Reinforcement learning (RL) is central to post-training, particularly for agentic models that require specialized reasoning behaviors. In this setting, model merging offers a practical mechanism for integrating multiple …

Reinforcement Learning

RAPO: Expanding Exploration for LLM Agents via Retrieval-Augmented Policy Optimization

2026-03-03 · Siwei Zhang, Yun Xiong, Xi Chen, Zi'an Jia 외 arxiv

Agentic Reinforcement Learning (Agentic RL) has shown remarkable potential in large language model-based (LLM) agents. These works can empower LLM agents to tackle complex tasks via multi-step, tool-integrated reasoning.…

Reinforcement Learning