paper-with-me

Papers

HMARS: A Hierarchical Multi-Agent Memory System for Long-Context Reasoning

2026-06-03 · Zeju Li, Ziyang Zheng, Yizhou Zhou, Qiang Xu arxiv

Long-context reasoning requires models to access, retrieve, and integrate evidence scattered across documents, dialogues, and accumulated interaction histories. Standard retrieval-augmented generation reduces this problem to top-$K$ chunk retrieval, but such passive access can discard relevant evidence before reasoning begins, especially when relevance depends on broader context. We propose HMARS, a hierarchical multi-agent memory system that treats long contexts as managed memory rather than a flat retrieval corpus. Sub-agents maintain grounded access to bounded memory regions, mid-agents manage regional context and provide query-specific coordination, and a frontier model performs final reasoning over retrieved evidence pages. To evaluate this view, we construct two diagnostic benchmarks targeting evidence breadth and context-dependent relevance. Across long-document and multi-turn memory tasks, HMARS achieves the best overall performance against retrieval, reranking, full-context, graph-based, and agentic long-context baselines. Evidence coverage analysis further shows that its gains come from retrieving the required supporting evidence more completely, rather than merely changing the final answer prompt.

📄 PDF Abstract BibTeX arXiv:2606.28349

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

G-Memory: Tracing Hierarchical Memory for Multi-Agent Systems

2025-06-09 · Guibin Zhang, Muxin Fu, Guancheng Wan, Miao Yu 외

Large language model (LLM)-powered multi-agent systems (MAS) have demonstrated cognitive and execution capabilities that far exceed those of single LLM agents, yet their capacity for self-evolution remains hampered by un…

Large Language Model

AgentSafe: Safeguarding Large Language Model-based Multi-agent Systems via Hierarchical Data Management

2025-03-06 · Junyuan Mao, Fanci Meng, Yifan Duan, Miao Yu 외

Large Language Model based multi-agent systems are revolutionizing autonomous communication and collaboration, yet they remain vulnerable to security threats like unauthorized access and data breaches. To address this, w…

Language ModelingLanguage ModellingLarge Language ModelManagement

HiMemFormer: Hierarchical Memory-Aware Transformer for Multi-Agent Action Anticipation

2024-11-03 · ZiRui Wang, Xinran Zhao, Simon Stepputtis, Woojun Kim 외

Understanding and predicting human actions has been a long-standing challenge and is a crucial measure of perception in robotics AI. While significant progress has been made in anticipating the future actions of individu…

Action AnticipationDecoder

MiTa: A Hierarchical Multi-Agent Collaboration Framework with Memory-integrated and Task Allocation

2026-01-30 · XiaoJie Zhang, JianHan Wu, Xiaoyang Qu, Jianzong Wang arxiv

Recent advances in large language models (LLMs) have substantially accelerated the development of embodied agents. LLM-based multi-agent systems mitigate the inefficiency of single agents in complex tasks. However, they …