DeepPlanner: Scaling Planning Capability for Deep Research Agents via Advantage Shaping
Wei Fan, Wenlin Yao, Zheng Li, Feng Yao, Xin Liu, Liang Qiu, Qingyu Yin, Yangqiu Song, Bing Yin
TL;DR
DeepPlanner identifies persistent planning-token entropy as a bottleneck in end-to-end deep research agents and introduces two end-to-end reinforcement learning mechanisms to scale planning: entropy-based advantage shaping (EAS) and selective advantage upweighting (SAU). Built on the GRPO token-level framework, these methods amplify learning on uncertain planning decisions and on high-quality, complex rollouts without triggering entropy collapse. Experiments across seven deep research benchmarks show state-of-the-art performance with substantially lower training budgets (3,072 queries and 8 rollouts per query), and ablations demonstrate explicit planning benefits and the complementary effects of EAS and SAU. The work advances practical planning capabilities for deep research agents, enabling more reliable, scalable, and efficient long-horizon information synthesis and tool integration.
Abstract
Large language models (LLMs) augmented with multi-step reasoning and action generation abilities have shown promise in leveraging external tools to tackle complex tasks that require long-horizon planning. However, existing approaches either rely on implicit planning in the reasoning stage or introduce explicit planners without systematically addressing how to optimize the planning stage. As evidence, we observe that under vanilla reinforcement learning (RL), planning tokens exhibit significantly higher entropy than other action tokens, revealing uncertain decision points that remain under-optimized. To address this, we propose DeepPlanner, an end-to-end RL framework that effectively enhances the planning capabilities of deep research agents. Our approach shapes token-level advantage with an entropy-based term to allocate larger updates to high entropy tokens, and selectively upweights sample-level advantages for planning-intensive rollouts. Extensive experiments across seven deep research benchmarks demonstrate that DeepPlanner improves planning quality and achieves state-of-the-art results under a substantially lower training budget.
