Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

SAAS: Self-Aware Reinforcement Learning for Over-Search Mitigation in Agentic Search

About

Agentic search enables LLMs to solve complex multi-hop questions through iterative reasoning and external search. Despite the effectiveness, these systems often suffer from a critical limitation in practice: agents fail to recognize their own knowledge boundaries, blindly triggering searches when internal knowledge suffices and failing to terminate search even when adequate evidence has been collected. The lack of self-awareness leads to severe \textbf{over-search}, incurring substantial inference latency and prohibitive computational cost. To this end, we propose SAAS, a novel RL framework designed to cultivate dynamic self-awareness that precisely regulates search behavior without compromising accuracy. SAAS introduces three key components: (i) a search boundary modeling mechanism, which identifies the search boundary under the evolving policy by contrasting search-disabled and search-enabled rollouts; (ii) a boundary-aware reward module, which translates this boundary awareness into trajectory-level penalties, suppressing unnecessary and redundant searches; and (iii) a stage-wise optimization strategy, which leverages a sequential curriculum to prioritize reasoning over search regularization, thereby avoiding reward hacking. Extensive experiments demonstrate that SAAS substantially reduces over-search, while maintaining accuracy. Our code and implementation details are released at https://github.com/XMUDeepLIT/SAAS.

Yunbo Tang, Chengyi Yang, Shiyu Liu, Zhishang Xiang, Zerui Chen, Qinggang Zhang, Jinsong Su• 2026

Related benchmarks

TaskDatasetResultRank
Open-domain Question AnsweringNQ
Accuracy47.8
74
Open-domain Question AnsweringHotpotQA
Accuracy53.6
73
Open-domain Question AnsweringTriviaQA
Accuracy (%)74
17
Open-domain Question AnsweringBamboogle
Joint Answer-Evidence Score1.23
14
Open-domain Question AnsweringPopQA
Accuracy47.4
12
Open-domain Question AnsweringMuSiQue
Accuracy (ACC)22.6
12
Showing 6 of 6 rows

Other info

GitHub

Follow for update