PlanPO Optimizes Multi-Turn LLM Agents for Efficient Planning

Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu· August 19, 2026 View original

Key takeaways

  • PlanPO improves multi-turn agentic LLM performance by optimizing for interaction efficiency.
  • It uses coarse-to-fine advantage signals to differentiate between successful trajectories.
  • PlanPO helps agents learn generalizable planning abilities, not just task-specific behaviors.
  • The method significantly outperforms existing baselines with negligible additional training cost.

Who benefits

Software DevelopmentAI Product DevelopmentCustomer ServiceGamingRobotics

Summary

PlanPO (Group Planning-aware Policy Optimization) is a new reinforcement learning method that significantly improves the planning abilities of multi-turn agentic large language models (LLMs). It addresses the limitation of existing methods by distinguishing between successful trajectories based on their interaction efficiency, leading to more generalizable and deliberate behaviors.

Training agentic large language models (LLMs) for multi-turn interactive tasks often uses group-relative policy optimization. However, a common flaw in existing methods is their inability to differentiate between successful trajectories that vary significantly in efficiency. For example, a circuitous path to success might receive the same reward as a highly efficient one, leading to "advantage collapse" and hindering performance. To overcome this, researchers propose PlanPO, or Group Planning-aware Policy Optimization. This simple yet effective reinforcement learning approach is designed to teach LLMs generalizable planning skills beyond just task-specific high-quality behaviors. PlanPO introduces "coarse-to-fine advantage signals" that capture the relative differences in both trajectory length and turn-level response length within successful task completions. By integrating these nuanced advantage signals into the group-relative optimization structure, PlanPO enables agents to actively learn deliberate behaviors for interaction planning and text generation from high-quality rollouts. Experimental results show PlanPO improved performance over GRPO by an average of 27.2% across challenging multi-turn benchmarks like ALFWorld, WebShop, and SciWorld, outperforming other powerful baselines with minimal additional training cost.

Why it matters

For professionals developing or deploying multi-turn AI agents, PlanPO offers a significant advancement in training efficiency and effectiveness, enabling agents to learn more deliberate and less circuitous paths to task completion, improving user experience and resource utilization.

How to implement this in your domain

  1. 1Evaluate PlanPO for training your multi-turn agentic LLMs to improve interaction efficiency and planning.
  2. 2Integrate coarse-to-fine advantage signals into your reinforcement learning pipelines for agent optimization.
  3. 3Benchmark existing agent performance against PlanPO's capabilities on multi-turn interactive tasks.
  4. 4Focus on developing agent evaluation metrics that account for interaction efficiency and planning quality, not just task completion.

Original post by Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu

"arXiv:2608.17289v1 Announce Type: new Abstract: Group-relative policy optimization has emerged as a key paradigm for training agentic large language models (LLMs) on multi-turn interactive tasks. However, most existing variants fail to distinguish advantages among successful traj…"

View on X

Originally posted by Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools