记忆智能体 / Memory Intelligence Agent
1️⃣ 一句话总结
这篇论文提出了一个名为MIA的新型记忆智能体框架,它通过一个管理者-规划者-执行者的架构,结合参数化和非参数化记忆,解决了现有深度研究智能体在记忆进化、存储和检索效率上的不足,从而在多个基准测试中实现了更高效、更自主的推理与自我进化。
Deep research agents (DRAs) integrate LLM reasoning with external tools. Memory systems enable DRAs to leverage historical experiences, which are essential for efficient reasoning and autonomous evolution. Existing methods rely on retrieving similar trajectories from memory to aid reasoning, while suffering from key limitations of ineffective memory evolution and increasing storage and retrieval costs. To address these problems, we propose a novel Memory Intelligence Agent (MIA) framework, consisting of a Manager-Planner-Executor architecture. Memory Manager is a non-parametric memory system that can store compressed historical search trajectories. Planner is a parametric memory agent that can produce search plans for questions. Executor is another agent that can search and analyze information guided by the search plan. To build the MIA framework, we first adopt an alternating reinforcement learning paradigm to enhance cooperation between the Planner and the Executor. Furthermore, we enable the Planner to continuously evolve during test-time learning, with updates performed on-the-fly alongside inference without interrupting the reasoning process. Additionally, we establish a bidirectional conversion loop between parametric and non-parametric memories to achieve efficient memory evolution. Finally, we incorporate a reflection and an unsupervised judgment mechanisms to boost reasoning and self-evolution in the open world. Extensive experiments across eleven benchmarks demonstrate the superiority of MIA.
记忆智能体 / Memory Intelligence Agent
这篇论文提出了一个名为MIA的新型记忆智能体框架,它通过一个管理者-规划者-执行者的架构,结合参数化和非参数化记忆,解决了现有深度研究智能体在记忆进化、存储和检索效率上的不足,从而在多个基准测试中实现了更高效、更自主的推理与自我进化。
源自 arXiv: 2604.04503