BAPO: Boundary-Aware Policy Optimization for Reliable Agentic Search
Shiyu Liu, Yongjing Yin, Jianhao Yan, Yunbo Tang, Qinggang Zhang, Bei Li, Xin Chen, Jingang Wang, Xunliang Cai, Jinsong Su
TL;DR
The paper addresses the unreliability of RL-based agentic search systems that tend to ignore their reasoning boundaries and avoid admitting IDK. It introduces Boundary-Aware Policy Optimization (BAPO), which couples a boundary-aware reward with an adaptive reward modulator to encourage IDK only when the problem lies beyond the model's boundary while preventing reward hacking during exploration. Empirical results across four multi-hop QA benchmarks show substantial improvements in reliability (a balance between accuracy and IDK refusals) with modest costs to accuracy and strong generalization across model scales. The approach demonstrates practical impact by enabling more trustworthy agentic search deployments in knowledge-intensive tasks, while also outlining limitations and avenues for future work.
Abstract
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 learning, we identify a critical gap in reliability: these agents fail to recognize their reasoning boundaries and rarely admit ``I DON'T KNOW'' (IDK) even when evidence is insufficient or reasoning reaches its limit. The lack of reliability often leads to plausible but unreliable answers, introducing significant risks in many real-world scenarios. To this end, we propose Boundary-Aware Policy Optimization (BAPO), a novel RL framework designed to cultivate reliable boundary awareness without compromising accuracy. BAPO introduces two key components: (i) a group-based boundary-aware reward that encourages an IDK response only when the reasoning reaches its limit, and (ii) an adaptive reward modulator that strategically suspends this reward during early exploration, preventing the model from exploiting IDK as a shortcut. Extensive experiments on four benchmarks demonstrate that BAPO substantially enhances the overall reliability of agentic search.
