paper-with-me

홈 › Papers

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

2026-08-18 · Dayang Liang, Liyuan He, Xuan Feng, Shuxin Li, Bo An, Yunlong Liu arxiv

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 trajectories even when these trajectories differ substantially in their interaction efficiency. For instance, circuitous successes are often assigned the identical outcome reward, causing advantage collapse and severe performance bottlenecks. To this end, we propose Group Planning-aware Policy Optimization (PlanPO), a simple yet effective RL method for learning generalizable planning abilities beyond task-specific high-quality behavior patterns. Specifically, PlanPO introduces coarse-to-fine advantage signals, which capture the relative differences in trajectory-level lengths and turn-level response lengths conditioned on successful trajectories sampled for the same task. Within the group-relative optimization structure, this enables agents to actively learn generalizable and deliberate behaviors spanning interaction planning and textual generation from high-quality rollouts, without degenerating into vanilla length minimization. Experimentally, PlanPO improves over GRPO by 27.2\% on average across the challenging multi-turn benchmarks ALFWorld, WebShop, and SciWorld, outperforming recent powerful baselines while incurring negligible additional training cost.

📄 PDF Abstract BibTeX arXiv:2608.17289

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

WorldRFT: Latent World Model Planning with Reinforcement Fine-Tuning for Autonomous Driving

2025-12-22 · Pengxuan Yang, Ben Lu, Zhongpu Xia, Chao Han 외 arxiv

Latent World Models enhance scene representation through temporal self-supervised learning, presenting a perception annotation-free paradigm for end-to-end autonomous driving. However, the reconstruction-oriented represe…

Self-Supervised LearningRepresentation LearningReinforcement LearningAutonomous Driving

Thinking About Thinking: Evaluating Reasoning in Post-Trained Language Models

2025-10-18 · Pratham Singla, Shivank Garg, Ayush Singh, Ishan Garg 외 arxiv

Recent advances in post-training techniques have endowed Large Language Models (LLMs) with enhanced capabilities for tackling complex, logic-intensive tasks through the generation of supplementary planning tokens. This d…

SANGO: Socially Aware Navigation through Grouped Obstacles

2024-11-29 · Rahath Malladi, Amol Harsh, Arshia Sangwan, Sunita Chauhan 외

This paper introduces SANGO (Socially Aware Navigation through Grouped Obstacles), a novel method that ensures socially appropriate behavior by dynamically grouping obstacles and adhering to social norms. Using deep rein…

Deep Reinforcement LearningNavigate

BAPO: Boundary-Aware Policy Optimization for Reliable Agentic Search

2026-01-16 · Shiyu Liu, Yongjing Yin, Jianhao Yan, Yunbo Tang 외 arxiv

RL-based agentic search enables LLMs to solve complex questions via dynamic planning and external search. While this approach significantly enhances accuracy with agent policies optimized via large-scale reinforcement le…

Reinforcement Learning

PAPO-VLA: Planning-Aware Policy Optimization for Vision-Language-Action Models

2026-05-19 · Peizheng Guo, Jingyao Wang, Changwen Zheng, Wenwen Qiang arxiv

Vision-Language-Action (VLA) models show promising ability in language-guided robotic tasks. However, making VLA policies reliable remains challenging, because a manipulation task is completed through closed-loop interac…