← Latest papers
🤖 AI

PlanPO: Group Planning-Aware Policy Optimization for Multi-Turn Agentic LLMs

PlanPO is a novel group-relative policy optimization method that introduces coarse-to-fine advantage signals to distinguish between successful trajectories based on interaction efficiency, thereby enabling multi-turn agentic LLMs to learn generalizable planning behaviors and significantly outperform existing baselines on challenging benchmarks.

Original authors: Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu

Published 2026-08-19
📖 5 min read🧠 Deep dive

Original authors: Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the rapidly evolving world of artificial intelligence, a specific class of computer programs known as large language models has begun to act not just as passive readers or writers, but as active agents. These digital entities can navigate complex environments, from virtual web stores to simulated scientific laboratories, by engaging in multi-turn conversations where they observe a situation, think through a response, and take an action. To teach these agents how to perform such tasks effectively, researchers often use a method called reinforcement learning. In this process, the agent tries many different ways to solve a problem, and when it succeeds, it receives a reward. Over time, the agent learns to repeat the behaviors that lead to success. However, a significant challenge arises when the agent finds a way to succeed: not all successful paths are created equal. Some solutions are direct and efficient, while others are circuitous, filled with unnecessary loops, redundant steps, or overly wordy explanations, yet they all receive the same "success" reward. This lack of distinction can confuse the learning process, causing the agent to waste time on inefficient habits or fail to develop the ability to plan ahead.

A team of researchers has proposed a new approach to solve this problem, called Group Planning-aware Policy Optimization, or PlanPO. Instead of simply rewarding any successful outcome, this method teaches the agent to distinguish between a good solution and a great one by looking at how the solution was reached. The researchers observed that even when an agent completes a task correctly, the journey there can vary wildly in length and quality. Some agents might wander through a virtual house, checking the same drawers repeatedly before finding an object, while others might go straight to the correct location. Similarly, when an agent speaks or writes its thoughts, some responses are concise and logical, while others are rambling or contain confused reasoning, even if the final action taken is correct. The core idea behind PlanPO is to use these differences in length and efficiency as a signal for learning. By comparing the successful attempts of an agent against one another, the system can identify which paths were more direct and which responses were more efficient, rewarding those specific behaviors more highly than the clumsy ones.

The researchers tested this idea by training language models on three distinct and challenging environments. The first was a simulated household where the agent had to perform tasks like picking up objects, cleaning, or heating items. The second was a complex web-shopping environment where the agent had to find specific products among thousands of options based on user instructions. The third was a scientific simulation where the agent had to manipulate virtual instruments to conduct experiments. In these tests, the researchers compared their new method against several existing techniques, including standard reinforcement learning approaches that do not distinguish between different types of success. The results showed that the agents trained with PlanPO consistently outperformed the others. On average, the new method improved performance by 27.2 percent across these difficult benchmarks. In the household environment, the agents trained with PlanPO achieved a success rate of over 91 percent, a significant jump compared to previous methods.

What makes this finding particularly notable is how the agents changed their behavior. The researchers found that the agents trained with PlanPO did not just learn to solve the tasks; they learned to solve them more efficiently. They took fewer steps to reach their goals and generated shorter, more focused responses. For instance, in the household tasks, the average number of interactions required to finish a job dropped from over 26 turns to just under 14. The agents also stopped producing verbose or repetitive text, reducing their average response length significantly. This improvement did not come from simply forcing the agents to be shorter or faster, which the researchers showed would actually hurt performance. Instead, the agents learned to be efficient only when it helped them succeed. They developed a form of planning awareness, understanding that a direct path and a clear explanation were better than a long, winding one, even if both eventually led to the same result.

The study also examined whether these agents could apply what they learned to new situations they had not seen before. When tested on tasks that were different from the ones used during training, the PlanPO agents maintained a high level of success, outperforming other methods by a wide margin. This suggests that the agents were not merely memorizing specific solutions for specific problems but were learning a general skill for planning and decision-making. The researchers noted that this improvement was achieved without requiring massive amounts of extra computing power or complex new hardware; the method simply reorganized how the existing training data was evaluated. By treating the differences in successful attempts as valuable information rather than noise, the researchers enabled the agents to learn more effectively. The work demonstrates that in the complex world of artificial intelligence, the quality of a success matters just as much as the success itself, and teaching machines to recognize that difference can lead to smarter, more capable digital assistants.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →