Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents
Abstract
Existing deep-research agents use a search-visit workflow that retrieves and reads whole pages, without considering the addressable structure that web sources expose through titles, headings, sections, and metadata. This prevents agents from directly constraining retrieval to document fields and often carries irrelevant page content into their context. We introduce SIEVE, a search-inspect-fetch interface driven by fielded Boolean retrieval (BQL). SIEVE filters candidates over document fields, ranks the admitted set, presents structure-rich result cards for inspection, and fetches only selected sections. Across three QA collections, SIEVE achieves higher accuracy than the most accurate conventional Search-Visit configuration on each collection while using 20.7-50.6% fewer tokens. Further analyses show that BQL filtering improves all tested rankers and that the accuracy-context advantage persists across retriever choices and agent backbones. Code and data are available at https://github.com/ielab/skim-search-agent.
Community
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).
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Dr-DCI: Scaling Direct Corpus Interaction via Dynamic Workspace Expansion (2026)
- Fetch-then-Explore: Decoupling Selection from Extraction over a Persistent Workspace for Search Agents (2026)
- VecTree-RAG: An Agentic Retrieval-Augmented Generation Framework Combining Vector and Tree Retrieval for Efficiency and Accuracy (2026)
- Equal Accuracy, Unequal Evidence: Search APIs as Decision Surfaces for Tool-Using Agents (2026)
- HALT: Verification-Aware Stopping for Retrieval-Augmented Search Agents (2026)
- SimpleWikiSearch: A Clean Offline Wikipedia Environment for Agentic Search (2026)
- Do Current Retrievers Cover All the Evidence? A Controlled Study of Conjunctive Cross-Page Retrieval (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2608.02751 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 3
wshuai190/musique-structured
Spaces citing this paper 0
No Space linking this paper