Pith. sign in

REVIEW 2 cited by

Demystifying and Enhancing the Efficiency of Large Language Model Based Search Agents

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2505.12065 v1 pith:5NDP6KIV submitted 2025-05-17 cs.AI cs.CLcs.IRcs.LG

classification cs.AIcs.CLcs.IRcs.LG
keywords retrievalsearchagent-xsearchagentsefficiencyapproximategenerationinference
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

Large Language Model (LLM)-based search agents have shown remarkable capabilities in solving complex tasks by dynamically decomposing problems and addressing them through interleaved reasoning and retrieval. However, this interleaved paradigm introduces substantial efficiency bottlenecks. First, we observe that both highly accurate and overly approximate retrieval methods degrade system efficiency: exact search incurs significant retrieval overhead, while coarse retrieval requires additional reasoning steps during generation. Second, we identify inefficiencies in system design, including improper scheduling and frequent retrieval stalls, which lead to cascading latency -- where even minor delays in retrieval amplify end-to-end inference time. To address these challenges, we introduce SearchAgent-X, a high-efficiency inference framework for LLM-based search agents. SearchAgent-X leverages high-recall approximate retrieval and incorporates two key techniques: priority-aware scheduling and non-stall retrieval. Extensive experiments demonstrate that SearchAgent-X consistently outperforms state-of-the-art systems such as vLLM and HNSW-based retrieval across diverse tasks, achieving up to 3.4$\times$ higher throughput and 5$\times$ lower latency, without compromising generation quality. SearchAgent-X is available at https://github.com/tiannuo-yang/SearchAgent-X.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Memory in the Loop: In-Process Retrieval as Extended Working Memory for Language Agents

    cs.AI 2026-07 conditional novelty 6.5 of 10

    Store latency, not architecture, gates per-step memory access; in-process ~100 µs stores make memory-in-the-loop feasible and causally reduce redundant agent actions.

  2. Reinforcement Fine-Tuning for Reasoning towards Multi-Step Multi-Source Search in Large Language Models

    cs.IR 2025-06 conditional novelty 6.0 of 10

    R-Search trains one LLM to reason, plan a multi-source search graph, and synthesize answers in a single pass, beating several search-augmented baselines.

Pith tools