ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2026
Year
Memory is central to long-horizon LLM agents, yet existing memory systems primarily preserve interaction content rather than modeling which agents can be trusted and under what conditions. This limitation is particularly important in multi-agent systems, where a central model may be unable to directly verify plausible or correlated peer responses. We introduce Σ-Mem, an online reliability memory that records historical competence evidence for individual peers and peer relationship evidence across the peer set. Both forms of evidence are maintained as real symmetric states and updated from post-decision correctness feedback. By Weyl's inequality, the spectral change caused by each event-level update is bounded, enabling stable online adaptation without retraining the underlying models. Σ-Mem provides a general write-and-read interface: the same memory can be used for residual steering of a central model, response-free peer routing, or reliability-weighted voting. Across five Qwen-family models, Σ-Mem adapts to counterfactual reliability shifts and generalizes to unseen peers and task domains. Direct memory readouts also outperform majority voting and the best fixed peer over the full OOD evaluation set. Moreover, performance improves consistently as more correctness feedback becomes available, indicating that Σ-Mem progressively accumulates actionable reliability information. These results establish reliability memory as a reusable foundation for adaptive coordination in LLM-based multi-agent systems.
This paper addresses a critical gap in LLM-based multi-agent systems: existing memory systems focus on storing interaction content but fail to model which agents can be trusted and under what conditions. In multi-agent settings, a central model often cannot directly verify peer responses, especially when they are plausible or correlated. Σ-Mem introduces a reliability memory that records historical competence evidence, enabling the system to adaptively coordinate based on proven reliability.
The significance lies in its online, stable adaptation mechanism. By leveraging Weyl's inequality, the spectral change from each update is bounded, ensuring stability without retraining underlying models. This makes Σ-Mem practical for dynamic environments where agent reliability shifts over time. The ability to generalize to unseen peers and domains further enhances its utility, making it a foundational component for future multi-agent systems.
The paper reports experiments across five Qwen-family models. Key results include:
These results highlight the practical benefits of reliability memory in improving coordination accuracy and robustness.
Σ-Mem introduces a new dimension to memory in LLM-based multi-agent systems: reliability. This moves beyond content recall to trust modeling, which is crucial for real-world deployments where agents may have varying competence. The stable online adaptation and generalization capabilities make it a scalable solution. This work could inspire further research into reliability-aware coordination, potentially leading to more trustworthy and effective collaborative AI systems.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba