English

LightSearcher: Efficient DeepSearch via Experiential Memory

Artificial Intelligence 2025-12-11 v3

Abstract

DeepSearch paradigms have become a core enabler for deep reasoning models, allowing them to invoke external search tools to access up-to-date, domain-specific knowledge beyond parametric boundaries, thereby enhancing the depth and factual reliability of reasoning. Building upon this foundation, recent advances in reinforcement learning (RL) have further empowered models to autonomously and strategically control search tool usage, optimizing when and how to query external knowledge sources. Yet, these RL-driven DeepSearch systems often reveal a see-saw trade-off between accuracy and efficiency-frequent tool invocations can improve factual correctness but lead to unnecessary computational overhead and diminished efficiency. To address this challenge, we propose LightSearcher, an efficient RL framework that incorporates textual experiential memory by learning contrastive reasoning trajectories to generate interpretable summaries of successful reasoning patterns. In addition, it employs an adaptive reward shaping mechanism that penalizes redundant tool calls only in correct-answer scenarios. This design effectively balances the inherent accuracy-efficiency trade-off in DeepSearch paradigms. Experiments on four multi-hop QA benchmarks show that LightSearcher maintains accuracy comparable to SOTA baseline ReSearch, while reducing search tool invocations by 39.6%, inference time by 48.6%, and token consumption by 21.2%, demonstrating its superior efficiency.

Keywords

Cite

@article{arxiv.2512.06653,
  title  = {LightSearcher: Efficient DeepSearch via Experiential Memory},
  author = {Hengzhi Lan and Yue Yu and Li Qian and Li Peng and Jie Wu and Wei Liu and Jian Luan and Ting Bai},
  journal= {arXiv preprint arXiv:2512.06653},
  year   = {2025}
}

Comments

10 pages, 5 figures

R2 v1 2026-07-01T08:13:22.616Z