LiveBrowseComp: Are Search Agents Searching, or Just Verifying What They Already Know?

📅 2026-05-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work investigates whether current large language model (LLM)-based search agents genuinely rely on external retrieval or merely validate their internal knowledge. Through three diagnostic experiments, we uncover a pervasive “internal knowledge dependency” phenomenon, demonstrating that static evaluations often conflate memorization with true retrieval capability. To address this, we introduce LiveBrowseComp, a new benchmark emphasizing temporal sensitivity by focusing on questions arising after models’ pretraining cutoff dates. Our evaluation employs human-crafted queries, evidence-removal controls, and multi-source dynamic data filtering. Results reveal that 44.5% of questions can be answered without tool use; on LiveBrowseComp, closed-book accuracy drops below 2%, search-augmented performance declines by 25–40 points, and established model rankings collapse—highlighting the benchmark’s ability to discern genuine retrieval competence.
📝 Abstract
Are LLM-based search agents genuinely searching, or using the web to verify what they already know? We study this question on BrowseComp with three diagnostics. Our analysis reveals Intrinsic Knowledge Dependence (IKD): even with tool access, agents often rely on intrinsic knowledge -- information encoded in the model before retrieval -- rather than on external evidence. Agents answer up to 44.5% of BrowseComp questions without tools, generate more than half of their search queries from internally produced hypotheses rather than retrieved leads, and perform worse than closed-book baselines when answer-supporting evidence is removed. These results suggest that static search benchmarks can reward memory-backed verification rather than evidence-driven discovery, conflating what agents already know with what they can find. We then introduce LiveBrowseComp, a deep-search benchmark designed to evaluate agents beyond intrinsic coverage. It contains 335 human-authored questions whose answers depend on facts published within the 90 days preceding benchmark construction, drawn from six updated sources and filtered to exclude globally salient events. On LiveBrowseComp, all evaluated agents fall below 2% closed-book accuracy, search-augmented scores drop by 25-40 points relative to BrowseComp, and prior model rankings no longer reliably predict performance. LiveBrowseComp is available at https://huggingface.co/datasets/Forival/LiveBrowseComp.
Problem

Research questions and friction points this paper is trying to address.

search agents
intrinsic knowledge dependence
evidence-driven discovery
static search benchmarks
live information retrieval
Innovation

Methods, ideas, or system contributions that make the work stand out.

Intrinsic Knowledge Dependence
search agents
LiveBrowseComp
evidence-driven discovery
dynamic benchmarking