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

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

28 May 2026arXiv:2605.29796added by Syntology

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

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.29796")

Code

Syntology Ran 9 of 23 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 7 ran · our draft was wrong; 2 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

XMUDeepLIT/SAAS found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 9 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

7ran · our draft was wrong
2ran · fixture could not drive it
14unverified

Licence: 0 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from XMUDeepLIT/SAAS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_passages2string XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 492eff273709322a · report
_post XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · a110cfd0b1824023 · report
execute_predictions XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · 18bb8eabb68c7581 · report
get XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 4269342bd0c429b8 · report
load_function XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 5d7f01a5fcdb798b · report
post XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · c3a6e395cde1e5bd · report
postprocess_predictions XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 275c53a8510f1e73 · report
postprocess_responses XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · e35523b4278c80c0 · report
search XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · e28d00233351c9b2 · report
GenerateState XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · b1e2f987e08a3e61 · report
Sample XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 53fae9c234b0bc79 · report
SingletonMeta XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c171efa27a3ab914 · report
_get_shared_session XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 896ec3c354b24dc3 · report
_next_actor XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d54439672fe10666 · report
async_rm XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f0b5b37e8f31ad90 · report
batched_async_rm XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e8218e5bf6119025 · report
generate XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 12cd7a99f12351a7 · report
generate_and_rm XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7139798a68eba73f · report
generate_and_rm_group XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 65092fc0a8248c92 · report
get_deepscaler_rule_based_reward XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9f067ccfb9cf692d · report
load_processor XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 25c82c087e1fc990 · report
load_tokenizer XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 39d6a0aa1eaffc16 · report
remote_rm XMUDeepLIT/SAAS/search/generate_with_search.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 59b8e09278597982 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.29796, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections