Pre-training Limited Memory Language Models with Internal and External Knowledge
Linxi Zhao, Sofian Zalouk, Christian K. Belardi, Justin Lovelace, Jin Peng Zhou, Ryan Thomas Noonan, Dongyoung Go, Kilian Q. Weinberger, Yoav Artzi, Jennifer J. Sun
TL;DR
This paper proposes Limited Memory Language Models (LmLm), which offload entity-level factual knowledge to an external database during pre-training and rely on explicit lookups during inference. By masking retrieved values in the pretraining loss, LmLm decouples factual memory from language understanding, enabling instant unlearning and easy knowledge editing through database operations. Experiments show LmLm achieves competitive perplexity and markedly higher factual precision with far fewer parameters than size-matched baselines, and it demonstrates effective forgetting on the TOFU benchmark without harming general capabilities. The approach complements retrieval-based systems and offers a path to scalable, verifiable knowledge grounding in language models, while highlighting limitations such as retrieval noise and current focus on entity-level facts.
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.
