paper-with-me

Papers

AMA: Adaptive Memory via Multi-Agent Collaboration

2026-01-28 · Weiquan Huang, Zixuan Wang, Hehai Lin, Sudong Wang, Bo Xu, Qian Li, Beier Zhu, Linyi Yang, Chengwei Qin arxiv

The rapid evolution of Large Language Model (LLM) agents has necessitated robust memory systems to support cohesive long-term interaction and complex reasoning. Benefiting from the strong capabilities of LLMs, recent research focus has shifted from simple context extension to the development of dedicated agentic memory systems. However, existing approaches typically rely on rigid retrieval granularity, accumulation-heavy maintenance strategies, and coarse-grained update mechanisms. These design choices create a persistent mismatch between stored information and task-specific reasoning demands, while leading to the unchecked accumulation of logical inconsistencies over time. To address these challenges, we propose Adaptive Memory via Multi-Agent Collaboration (AMA), a novel framework that leverages coordinated agents to manage memory across multiple granularities. AMA employs a hierarchical memory design that dynamically aligns retrieval granularity with task complexity. Specifically, the Constructor and Retriever jointly enable multi-granularity memory construction and adaptive query routing. The Judge verifies the relevance and consistency of retrieved content, triggering iterative retrieval when evidence is insufficient or invoking the Refresher upon detecting logical conflicts. The Refresher then enforces memory consistency by performing targeted updates or removing outdated entries. Extensive experiments on challenging long-context benchmarks show that AMA significantly outperforms state-of-the-art baselines while reducing token consumption by approximately 80% compared to full-context methods, demonstrating its effectiveness in maintaining retrieval precision and long-term memory consistency.

📄 PDF Abstract BibTeX arXiv:2601.20352

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decentralized and Lifelong-Adaptive Multi-Agent Collaborative Learning

2024-03-11 · Shuo Tang, Rui Ye, Chenxin Xu, Xiaowen Dong 외

Decentralized and lifelong-adaptive multi-agent collaborative learning aims to enhance collaboration among multiple agents without a central server, with each agent solving varied tasks over time. To achieve efficient co…

Computational EfficiencyGraph structure learning

MultiSessionCollab: Learning User Preferences with Memory to Improve Long-Term Collaboration

2026-01-06 · Shuhaib Mehri, Priyanka Kargupta, Tal August, Dilek Hakkani-Tür arxiv

As conversational agents accumulate experience collaborating with users, adapting to user preferences is essential for fostering long-term relationships and improving collaboration quality over time. We introduce MultiSe…

LLM-Powered Decentralized Generative Agents with Adaptive Hierarchical Knowledge Graph for Cooperative Planning

2025-02-08 · Hanqing Yang, Jingdi Chen, Marie Siew, Tania Lorido-Botran 외

Developing intelligent agents for long-term cooperation in dynamic open-world scenarios is a major challenge in multi-agent systems. Traditional Multi-agent Reinforcement Learning (MARL) frameworks like centralized train…

Multi-agent Reinforcement Learning

StackPlanner: A Centralized Hierarchical Multi-Agent System with Task-Experience Memory Management

2026-01-09 · Ruizhe Zhang, Xinke Jiang, Zhibang Yang, Zhixin Zhang 외 arxiv

Multi-agent systems based on large language models, particularly centralized architectures, have recently shown strong potential for complex and knowledge-intensive tasks. However, central agents often suffer from unstab…

Reinforcement Learning

RCR-Router: Efficient Role-Aware Context Routing for Multi-Agent LLM Systems with Structured Memory

2025-08-06 · Jun Liu, Zhenglun Kong, Changdi Yang, Fan Yang 외 arxiv

Multi-agent large language model (LLM) systems have shown strong potential in complex reasoning and collaborative decision-making tasks. However, most existing coordination schemes rely on static or full-context routing …