English

Pre-training Limited Memory Language Models with Internal and External Knowledge

Computation and Language 2025-10-06 v3 Artificial Intelligence Machine Learning

Abstract

Neural language models are black-boxes--both linguistic patterns and factual knowledge are distributed across billions of opaque parameters. This entangled encoding makes it difficult to reliably inspect, verify, or update specific facts. We introduce Limited Memory Language Models (LMLM), a new class of language models that externalizes factual knowledge to external database during pre-training rather than memorizing them. Our pre-training approach strategically masks externally retrieved factual values from the training loss, thereby teaching the model to perform targeted lookups rather than relying on memorization in model weights. Our experiments demonstrate that LMLMs achieve competitive performance compared to significantly larger LLMs on standard benchmarks, while offering the advantages of explicit, editable, and verifiable knowledge bases.

Keywords

Cite

@article{arxiv.2505.15962,
  title  = {Pre-training Limited Memory Language Models with Internal and External Knowledge},
  author = {Linxi Zhao and Sofian Zalouk and Christian K. Belardi and Justin Lovelace and Jin Peng Zhou and Ryan Thomas Noonan and Dongyoung Go and Kilian Q. Weinberger and Yoav Artzi and Jennifer J. Sun},
  journal= {arXiv preprint arXiv:2505.15962},
  year   = {2025}
}

Comments

Code, models, and data available at https://github.com/kilian-group/LMLM

R2 v1 2026-07-01T02:29:43.427Z