MoME: Mixture-of-Memory Embeddings for Context-Aware Sparse Lookup
Summary
Introduces MoME, a context-aware memory mechanism for LLMs that uses a mixture of slots to handle token polysemy, improving over baselines in pretraining experiments.
View Cached Full Text
Cached at: 09/21/26, 07:19 AM
Paper page - MoME: Mixture-of-Memory Embeddings for Context-Aware Sparse Lookup
Source: https://huggingface.co/papers/2609.15126
Abstract
ScalinglargelanguagemodelsefficientlyhasmotivatedsparsecapacitymechanismssuchasMixture-of-Expertsand,morerecently,conditionalmemory:token-indexedembeddingtablesthataugmentthebackbonewithcheapparametriclookups.Existingmemory-embeddingmethodsretrieveviaadeterministicfunctionofthesurfaceform,whichcollapsesdifferentcontextualsensesofthesametoken(e.g.,pythonthelanguagevs.theanimal)intoasinglefixedentry.WeintroduceMixtureofMemoryEmbeddings(MoME),acontext-awarememorymechanismthatreplaceseachtoken’ssinglememoryrowwithamixtureofMslotsandusesalearnedgateoverthehiddenstatetochoosewhichslotstoreadateachposition.Incontrolledpretrainingexperimentsacrossnanochat,Llama-3/MobileLLM,andQwen3backbones,MoMEimprovesoverValueEmbedding,Bigram,andSTEMbaselinesiniso-parameterandiso-training-FLOPsettings,showsamorepromisingmemory-sizescalingtrendatsub-billionscale,andremainsefficientintrainingandinference.Qualitativeroutinganalysesonpolysemoustokensfurthersuggestthatthelearnedmixtureexhibitsadegreeofsemanticinterpretability,dispatchingthesamesurfacetokentodistinctmemoryslotsunderdifferentsenses.
View arXiv pageView PDFGitHub6Add to collection
Get this paper in your agent:
hf papers read 2609\.15126
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2609.15126 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.15126 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.15126 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Understanding Is Done Early: A Depth Division of Labor in Large Language Models and Its Use for Unbounded-Context Memory
This paper introduces CoMem, a method that exploits the depth-wise division of labor in LLMs to cache intermediate residual tensors and recompute only upper layers for retrieval, enabling bounded read compute and memory independent of stored-context length. Evaluated on Qwen3-8B, CoMem achieves strong long-context performance with significant memory savings and prefill speedups.
@dair_ai: // Memory as a Model // The paper augments any LLM with a separate trained memory model that stores, retrieves, and int…
MeMo introduces a modular memory model that augments any LLM to store, retrieve, and integrate new knowledge without retraining or catastrophic forgetting. It outperforms RAG-based methods on benchmarks like BrowseComp-Plus, NarrativeQA, and MuSiQue.
SimpleMem: Efficient Lifelong Memory for LLM Agents
Introduces SimpleMem, an efficient memory framework for LLM agents that uses semantic lossless compression to improve accuracy and reduce token consumption, achieving 26.4% F1 improvement and up to 30x reduction in inference-time token usage.
MemTrain: Self-Supervised Context Memory Training
MemTrain proposes a self-supervised training framework that uses masked reconstruction and intermediate memory recall proxy tasks on Wikipedia corpora to enhance LLM agents' context memory, achieving up to 17.67 point gains on downstream memory-intensive QA benchmarks.
Less Context, More Accuracy: A Bi-Temporal Memory Engine for LLM Agents Where a Lean Retrieved Context Beats the Full History
This paper introduces Engram, an open-source bi-temporal memory engine for LLM agents that retrieves a compact context slice (∼9.6k tokens) to outperform the full-history baseline (79k tokens) by 10.4 accuracy points on LongMemEval, using a hybrid read path fusing dense, lexical, graph, and temporal signals.