AIJul 4, 2025

Memory Mosaics at scale

arXiv:2507.03285v25 citationsh-index: 5
Originality Incremental advance
AI Analysis

This work addresses the problem of improving in-context learning and knowledge storage for large language models, representing an incremental advancement in scaling associative memory networks.

The authors scaled Memory Mosaics networks to 10B parameters and trained them on one trillion tokens, showing that they match transformers in learning training knowledge and significantly outperform them in storing new knowledge and in-context learning, with a model trained on one trillion tokens beating a transformer trained on eight trillion tokens.

Memory Mosaics [Zhang et al., 2025], networks of associative memories, have demonstrated appealing compositional and in-context learning capabilities on medium-scale networks (GPT-2 scale) and synthetic small datasets. This work shows that these favorable properties remain when we scale memory mosaics to large language model sizes (llama-8B scale) and real-world datasets. To this end, we scale memory mosaics to 10B size, we train them on one trillion tokens, we introduce a couple architectural modifications ("Memory Mosaics v2"), we assess their capabilities across three evaluation dimensions: training-knowledge storage, new-knowledge storage, and in-context learning. Throughout the evaluation, memory mosaics v2 match transformers on the learning of training knowledge (first dimension) and significantly outperforms transformers on carrying out new tasks at inference time (second and third dimensions). These improvements cannot be easily replicated by simply increasing the training data for transformers. A memory mosaics v2 trained on one trillion tokens still perform better on these tasks than a transformer trained on eight trillion tokens.

Foundations

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

Your Notes