MAMay 6

Tree-based Credit Assignment for Multi-Agent Memory System

arXiv:2605.0481138.2
Predicted impact top 2% in MA · last 90 daysOriginality Incremental advance
AI Analysis

For researchers building multi-agent memory pipelines for LLMs, TreeMem provides a method to specialize heterogeneous agents without task-specific annotations, though the gains are incremental over existing RL-based approaches.

TreeMem addresses the coarse and ambiguous credit assignment in multi-agent memory systems for LLMs by deriving agent-specific rewards from the final task reward without costly annotations. It improves performance on long-horizon benchmarks over strong baselines.

Memory systems are widely adopted to enhance LLMs for long-horizon tasks, and are commonly organized as multi-agent pipelines with memory building, summarizing, and retrieval agents. To empower this system, existing RL-based methods either apply final downstream task rewards (e.g., QA accuracy) for all agents uniformly, which are coarse and ambiguous, or design task-specific rewards for agents on different subtasks, which require costly annotations (e.g., key evidence) and are difficult to define reliably. To address these limitations, we propose Tree-based Credit Assignment for Multi-Agent Memory Systems (TreeMem), which derives agent-specific credit from the final reward without task-specific annotations. Specifically, TreeMem extends the multi-agent pipeline (builder--summarizer--retrieval) into a tree structure, where each agent's outputs are expanded into multiple subsequent branches. The contribution of each agent is estimated via Monte Carlo averaging over its subsequent branches, capturing how intermediate agent actions may influence the final reward. This converts the coarse final reward into agent-specific optimization signals. These signals are then used to update all agent policies simultaneously, helping heterogeneous agents specialize effectively. Experiments on long-horizon benchmarks show that TreeMem improves memory system performance over strong baselines, validating the effectiveness of tree-structured credit assignment for the multi-agent memory system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes