DeepResearch-Slice: Bridging the Retrieval-Utilization Gap via Explicit Text Slicing
Shuo Lu, Yinuo Xu, Jianjie Cheng, Lingxiao He, Meng Wang, Jian Liang
TL;DR
The paper addresses the Retrieval-Utilization Gap in open-ended Deep Research, where retrieved gold evidence is often not leveraged by the reasoning module. It introduces DeepResearch-Slice, a neuro-symbolic Slice Operator that explicitly predicts index-based spans and deterministically filters the retrieved context before reasoning, decoupling evidence selection from reasoning. Across six benchmarks, Slice yields substantial robustness gains, including a relative +73% improvement for frozen backbones (19.1% to 33.0% avg), by mitigating noise and reducing context dilution. The work highlights the importance of explicit grounding mechanisms and span-level filtering as a practical path to robust, efficient open-ended research without requiring full parameter updates to the reasoning model.
Abstract
Deep Research agents predominantly optimize search policies to maximize retrieval probability. However, we identify a critical bottleneck: the retrieval-utilization gap, where models fail to use gold evidence even after it is retrieved, due to context blindness in noisy environments. To bridge this gap, we propose DeepResearch-Slice, a simple yet effective neuro-symbolic framework. Unlike implicit attention, our approach predicts precise span indices to perform a deterministic hard filter before reasoning. Extensive evaluations across six benchmarks show substantial robustness gains. Applying our method to frozen backbones yields a 73 percent relative improvement, from 19.1 percent to 33.0 percent, effectively mitigating noise without requiring parameter updates to the reasoning model. These results highlight the need for explicit grounding mechanisms in open-ended research.
