Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents
Summary
This paper introduces SIEVE, a search-inspect-fetch strategy that uses Boolean Query Language to make deep-research agents retrieve only relevant document sections, achieving higher accuracy with 20.7–50.6% fewer tokens across multiple benchmark datasets and agent backbones.
View Cached Full Text
Cached at: 08/06/26, 01:48 AM
Paper page - Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents
Source: https://huggingface.co/papers/2608.02751 Deep-research agents usually retrieve and read whole webpages, wasting context on irrelevant sections. We introduce SIEVE, a search-inspect-fetch strategy built on a Boolean Query Language (BQL): the agent searches over document fields (title, section, body, date, etc.) to select eligible pages, ranks the eligible set with any standard ranker (BM25 / dense / BM25+Dense), inspects structure-rich result cards with query-focused snippets, and fetches only the specific section it needs instead of the whole page.
To test this fairly, we built paired flat/structured versions of HotpotQA, MuSiQue, and BrowseComp-Plus so the same content can be accessed with or without addressable structure. SIEVE beats the strongest conventional Search-Visit baseline on accuracy across all three while using 20.7–50.6% fewer tokens, and the gains hold across rankers and three different agent backbones (Tongyi-DeepResearch, Qwen-AgentWorld, OpenResearcher).
Similar Articles
Beyond Semantic Similarity: Rethinking Retrieval for Agentic Search via Direct Corpus Interaction
The paper introduces Direct Corpus Interaction (DCI), a novel approach allowing AI agents to query raw text directly using standard terminal tools instead of traditional embedding-based retrieval. By bypassing fixed similarity interfaces and offline indexing, DCI significantly outperforms conventional sparse, dense, and reranking baselines across multiple IR and agentic search benchmarks.
Rethinking Agentic Search with Pi-Serini: Is Lexical Retrieval Sufficient?
This paper introduces Pi-Serini, a BM25-based agentic search system that demonstrates lexical retrieval can suffice for deep search when agents refine queries, achieving high accuracy and reducing costs compared to default settings.
Rethinking Reasoning-Intensive Retrieval: Evaluating and Advancing Retrievers in Agentic Search Systems
The paper introduces BRIGHT-Pro, a new benchmark for reasoning-intensive retrieval, and RTriever-Synth, a synthetic corpus used to fine-tune RTriever-4B for improved performance in agentic search systems.
Visual-Seeker: Towards Visual-Native Multimodal Agentic Search via Active Visual Reasoning
Visual-Seeker proposes a visual-native multimodal deep search agent that actively reasons over fine-grained visual details and synthesizes multimodal evidence, achieving state-of-the-art performance on five challenging multimodal search benchmarks.
VideoSearch-R1: Iterative Video Retrieval and Reasoning via Soft Query Refinement
VideoSearch-R1 introduces an agentic framework that iteratively retrieves videos and refines search queries using continuous latent space refinement and policy optimization, achieving state-of-the-art performance on video corpus moment retrieval and temporal grounding tasks.