CLFeb 1, 2025

M+: Extending MemoryLLM with Scalable Long-Term Memory

arXiv:2502.00592v233 citationsh-index: 23Has CodeICML
Originality Incremental advance
AI Analysis

This addresses the challenge of retaining distant past information in LLMs, which is incremental as it builds upon MemoryLLM.

The paper tackles the problem of limited long-term information retention in latent-space memory for large language models, introducing M+ which extends knowledge retention from under 20k to over 160k tokens with similar GPU memory overhead.

Equipping large language models (LLMs) with latent-space memory has attracted increasing attention as they can extend the context window of existing language models. However, retaining information from the distant past remains a challenge. For example, MemoryLLM (Wang et al., 2024a), as a representative work with latent-space memory, compresses past information into hidden states across all layers, forming a memory pool of 1B parameters. While effective for sequence lengths up to 16k tokens, it struggles to retain knowledge beyond 20k tokens. In this work, we address this limitation by introducing M+, a memory-augmented model based on MemoryLLM that significantly enhances long-term information retention. M+ integrates a long-term memory mechanism with a co-trained retriever, dynamically retrieving relevant information during text generation. We evaluate M+ on diverse benchmarks, including long-context understanding and knowledge retention tasks. Experimental results show that M+ significantly outperforms MemoryLLM and recent strong baselines, extending knowledge retention from under 20k to over 160k tokens with similar GPU memory overhead. We open-source our code at https://github.com/wangyu-ustc/MemoryLLM

Code Implementations1 repo
Foundations

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

Your Notes