paper-with-me

Papers

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

2026-08-03 · Shuai Wang, Haodong Chen, Yu Yin, Shengyao Zhuang, Bevan Koopman, Guido Zuccon hf

Existing deep-search agents use a Search-Visit workflow that retrieves whole webpages without considering the structure they expose through titles, headings, sections, and metadata. This prevents agents from directly constraining retrieval to parts of a webpage and often carries irrelevant content into their context. We introduce Sieve, a search-inspect-fetch strategy driven by a Boolean Query Language (BQL): it searches webpage fields to filter candidates, uses an interchangeable ranker to order them, presents structure-rich result cards for inspection, and fetches only selected sections. Across three QA collections, Sieve is more accurate than the strongest conventional Search-Visit configuration on each collection while using 20.7-50.6% fewer tokens. Boolean filtering improves every tested ranker, and the accuracy-context advantage persists across retriever choices and agent backbones. Our implementation is included in the SkimSearchAgent library https://github.com/ielab/skim-search-agent.

📄 PDF Abstract BibTeX arXiv:2608.02751

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Pythia: A Customizable Hardware Prefetching Framework Using Online Reinforcement Learning

2021-09-24 · Rahul Bera, Konstantinos Kanellopoulos, Anant V. Nori, Taha Shahroodi 외

Past research has proposed numerous hardware prefetching techniques, most of which rely on exploiting one specific type of program context information (e.g., program counter, cacheline address) to predict future memory a…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

fARfetch: Enabling Collocated AR-HRC in Large Visually Diverse Environments with VLM-Driven AR Content Adaptation

2026-06-23 · Christian Fronk, Hanting Ye, David Hunt, Miroslav Pajic 외 arxiv

Augmented Reality (AR) can improve collocated human-robot collaboration by making robot state and intent visible and enabling intuitive control, yet large, visually diverse environments like the outdoors challenge both i…

SLOFetch: Compressed-Hierarchical Instruction Prefetching for Cloud Microservices

2025-11-06 · Zerui Bao, Di Zhu, Liu Jiang, Shiqi Sheng 외 arxiv

Large-scale networked services rely on deep soft-ware stacks and microservice orchestration, which increase instruction footprints and create frontend stalls that inflate tail latency and energy. We revisit instruction p…

FetchBot: Object Fetching in Cluttered Shelves via Zero-Shot Sim2Real

2025-02-25 · Weiheng Liu, Yuxuan Wan, Jilong Wang, Yuxuan Kuang 외

Object fetching from cluttered shelves is an important capability for robots to assist humans in real-world scenarios. Achieving this task demands robotic behaviors that prioritize safety by minimizing disturbances to su…

ObjectReinforcement Learning (RL)

BuddyMoE: Exploiting Expert Redundancy to Accelerate Memory-Constrained Mixture-of-Experts Inference

2025-11-13 · Yun Wang, Lingyun Yang, Senhao Yu, Yixiao Wang 외 arxiv

Mixture-of-Experts (MoE) architectures scale language models by activating only a subset of specialized expert networks for each input token, thereby reducing the number of floating-point operations. However, the growing…