paper-with-me

Papers

Memory for Large Language Models

2026-07-28 · Sining Zhoubian, Dan Zhang, Evgeny Kharlamov, Jie Tang arxiv

Memory has evolved into a foundational architectural dimension in large language models (LLMs), shifting from an implicit byproduct of computation to a spectrum of explicit, controllable mechanisms. While recent advances introduce diverse strategies---spanning transient attention, recurrent state dynamics, parameter-efficient adaptations, and scalable lookup storage---this rapid evolution has led to a highly fragmented research landscape. In this survey, we present a systematic, architecture-centric taxonomy of memory in LLMs. Our framework characterizes memory along three orthogonal axes: representation (implicit versus explicit), update dynamics (offline versus online), and persistence (short-term versus long-term). We further formalize the granular mechanisms dictating memory writing, routing, state transitions, and consolidation. This unified perspective elucidates the conceptual boundaries between computation-coupled and independently addressable memory, effectively bridging disparate architectural paradigms. Additionally, we critically analyze hybrid memory architectures, system-level efficiency trade-offs, and multi-dimensional evaluation methodologies. By consolidating these scattered advancements into a cohesive framework, this survey charts the trajectory of memory-centric LLM design and provides a principled foundation for future innovations in scalable and adaptive language modeling.

📄 PDF Abstract BibTeX arXiv:2607.25380

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Aspects of human memory and Large Language Models

2023-11-07 · Romuald A. Janik

Large Language Models (LLMs) are huge artificial neural networks which primarily serve to generate text, but also provide a very sophisticated probabilistic model of language use. Since generating a semantically consiste…

Language ModelingLanguage ModellingLarge Language Model

Unlocking the Working Memory of Large Language Models for Latent Reasoning

2026-05-28 · Lukas Aichberger, Sepp Hochreiter arxiv

To improve the reasoning capabilities of large language models, test-time compute is typically scaled by generating intermediate tokens before the final answer. However, this couples reasoning to autoregressive generatio…

Augmenting Language Models with Long-Term Memory

2023-06-12 · NeurIPS 2023 11 · Weizhi Wang, Li Dong, Hao Cheng, Xiaodong Liu 외

Existing large language models (LLMs) can only afford fix-sized inputs due to the input length limit, preventing them from utilizing rich long-context information from past inputs. To address this, we propose a framework…

FormIn-Context LearningLanguage ModelingLanguage Modelling+1

Schrodinger's Memory: Large Language Models

2024-09-16 · Wei Wang, Qing Li

Memory is the foundation of all human activities; without memory, it would be nearly impossible for people to perform any task in daily life. With the development of Large Language Models (LLMs), their language capabilit…

SwapMoE: Serving Off-the-shelf MoE-based Large Language Models with Tunable Memory Budget

2023-08-29 · Rui Kong, Yuanchun Li, Qingtian Feng, Weijun Wang 외

Mixture of experts (MoE) is a popular technique to improve capacity of Large Language Models (LLMs) with conditionally-activated parallel experts. However, serving MoE models on memory-constrained devices is challenging …

Mixture-of-Expertsobject-detectionObject DetectionText Summarization