Pushing Forward Pareto Frontiers of Proactive Agents with Behavioral Agentic Optimization
Yihang Yao, Zhepeng Cen, Haohong Lin, Shiqi Liu, Zuxin Liu, Jiacheng Zhu, Zhang-Wei Hong, Laixi Shi, Ding Zhao
TL;DR
The paper addresses the challenge of balancing task performance and user engagement in proactive, multi-turn LLM agents by formulating training as a multi-objective optimization with objectives $R(\tau)$ and $U(\tau)$ under a horizon $T$, i.e. $\max_{\pi_{\theta}} \mathbb{E}_{\tau \sim \pi_{\theta}}[ R(\tau) - w\,U(\tau) ]$. It introduces Behavioral Agentic Optimization (BAO), a framework that couples behavior enhancement (retrospective reasoning and prospective planning) with behavior-regularized RL (information-seeking and over-thinking regularizations) to guide inter-turn reasoning and information gathering. BAO uses a warm-started SFT phase with an external teacher to embed the target behaviors and GRPO-based RL to shape turn-level outcomes, achieving strong Pareto performance on the UserRL benchmark and approaching or matching commercial models. The results show BAO improves task performance while reducing user burden, increases exploration and information diversity, and mitigates reward hacking, highlighting a practical path toward reliable, user-aligned proactive agents in complex multi-turn scenarios.
Abstract
Proactive large language model (LLM) agents aim to actively plan, query, and interact over multiple turns, enabling efficient task completion beyond passive instruction following and making them essential for real-world, user-centric applications. Agentic reinforcement learning (RL) has recently emerged as a promising solution for training such agents in multi-turn settings, allowing interaction strategies to be learned from feedback. However, existing pipelines face a critical challenge in balancing task performance with user engagement, as passive agents can not efficiently adapt to users' intentions while overuse of human feedback reduces their satisfaction. To address this trade-off, we propose BAO, an agentic RL framework that combines behavior enhancement to enrich proactive reasoning and information-gathering capabilities with behavior regularization to suppress inefficient or redundant interactions and align agent behavior with user expectations. We evaluate BAO on multiple tasks from the UserRL benchmark suite, and demonstrate that it substantially outperforms proactive agentic RL baselines while achieving comparable or even superior performance to commercial LLM agents, highlighting its effectiveness for training proactive, user-aligned LLM agents in complex multi-turn scenarios. Our website: https://proactive-agentic-rl.github.io/.
