MemSearch-o1: Empowering Large Language Models with Reasoning-Aligned Memory Growth in Agentic Search
For LLM-based agentic search systems, MemSearch-o1 provides a memory management method that improves reasoning over long system memories.
MemSearch-o1 addresses the memory dilution problem in LLM-based agentic search by introducing reasoning-aligned memory growth and retracing. Experiments on eight benchmarks show it effectively mitigates memory dilution and activates reasoning potential across diverse LLMs.
Recent advances in large language models (LLMs) have scaled the potential for reasoning and agentic search, wherein models autonomously plan, retrieve, and reason over external knowledge to answer complex queries. However, the iterative think-search loop accumulates long system memories, leading to memory dilution problem. In addition, existing memory management methods struggle to capture fine-grained semantic relations between queries and documents and often lose substantial information. Therefore, we propose MemSearch-o1, an agentic search framework built on reasoning-aligned memory growth and retracing. MemSearch-o1 dynamically grows fine-grained memory fragments from memory seed tokens from the queries, then retraces and deeply refines the memory via a contribution function, and finally reorganizes a globally connected memory path. This shifts memory management from stream-like concatenation to structured, token-level growth with path-based reasoning. Experiments on eight benchmark datasets show that MemSearch-o1 substantially mitigates memory dilution, and more effectively activates the reasoning potential of diverse LLMs, establishing a solid foundation for memory-aware agentic intelligence.