Papers
arxiv:2608.02751

Search, Inspect, Fetch: Exploiting Boolean Retrieval for Deep-Research Agents

Published on Aug 3
· Submitted by
shuai wang
on Aug 5
Authors:
,
,
,
,
,

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

Paper submitter

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).

Code: https://github.com/ielab/skim-search-agent

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

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

Sign up or log in to comment

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

Cite arxiv.org/abs/2608.02751 in a model README.md to link it from this page.

Datasets citing this paper 3

Spaces citing this paper 0

No Space linking this paper

Cite arxiv.org/abs/2608.02751 in a Space README.md to link it from this page.

Collections including this paper 0

No Collection including this paper

Add this paper to a collection to link it from this page.