arXiv:2508.00344cs.CL2025-08被引 10

用分阶段强化学习让大模型先规划再执行,提升复杂任务表现

PilotRL: Training Language Model Agents via Global Planning-Guided Progressive Reinforcement Learning

  • 分三阶段训练:先学跟计划走,再优化计划质量,最后协调规划与执行
  • 在复杂任务上超越GPT-4o 3.6%,比GPT-4o-mini高55.78%
  • 适合需要长期规划的智能体任务,如自动编程、多步推理

大型语言模型(LLMs)在处理面向智能体的任务上已取得显著进展。然而,现有方法在部署于智能体环境时仍面临挑战。主流的ReAct范式将单步推理与即时行动结合,难以应对需要长期战略规划的复杂任务。此外,规划器与执行器之间的协同也是智能体设计的关键。当前多数方法依赖监督微调,导致模型记忆既定任务路径,限制其在新情境下的泛化能力。为此,我们提出自适应全局规划智能体范式AdaPlan,旨在融合高层显式引导与执行,支持长程决策。基于此,我们进一步提出PilotRL——一种由渐进式强化学习驱动的全局规划引导训练框架。首先训练模型遵循全局计划执行任务的能力;随后优化生成计划的质量;最后联合优化规划与执行的协同。实验表明,PilotRL表现优异,LLaMA3.1-8B-Instruct + PilotRL在性能上超越闭源GPT-4o 3.60%,相较同规模的GPT-4o-mini提升高达55.78%。

原文摘要 · Abstract (English)

Large Language Models (LLMs) have shown remarkable advancements in tackling agent-oriented tasks. Despite their potential, existing work faces challenges when deploying LLMs in agent-based environments. The widely adopted agent paradigm ReAct centers on integrating single-step reasoning with immediate action execution, which limits its effectiveness in complex tasks requiring long-term strategic planning. Furthermore, the coordination between the planner and executor during problem-solving is also a critical factor to consider in agent design. Additionally, current approaches predominantly rely on supervised fine-tuning, which often leads models to memorize established task completion trajectories, thereby restricting their generalization ability when confronted with novel problem contexts. To address these challenges, we introduce an adaptive global plan-based agent paradigm AdaPlan, aiming to synergize high-level explicit guidance with execution to support effective long-horizon decision-making. Based on the proposed paradigm, we further put forward PilotRL, a global planning-guided training framework for LLM agents driven by progressive reinforcement learning. We first develop the model's ability to follow explicit guidance from global plans when addressing agent tasks. Subsequently, based on this foundation, we focus on optimizing the quality of generated plans. Finally, we conduct joint optimization of the model's planning and execution coordination. Experiments indicate that PilotRL could achieve state-of-the-art performances, with LLaMA3.1-8B-Instruct + PilotRL surpassing closed-sourced GPT-4o by 3.60%, while showing a more substantial gain of 55.78% comparing to GPT-4o-mini at a comparable parameter scale.

大模型智能体强化学习规划推理长程决策

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。