CLAILGJul 8

Co-LMLM: Continuous-Query Limited Memory Language Models

arXiv:2607.0770719.2
Predicted impact top 28% in CL · last 90 daysOriginality Highly original
AI Analysis

This work advances limited memory language models by enabling flexible vector queries and removing the restriction to relational KBs and Wikipedia, benefiting researchers seeking knowledge-controllable LLMs.

Co-LMLM introduces continuous-query limited memory language models that use continuous keys paired with textual knowledge values, outperforming prior LMLMs and vanilla LLMs in perplexity and factual precision. At 360M scale, it achieves lower perplexity than models pretrained on 40x more data and SimpleQA-verified performance comparable to gpt-4o-mini and higher than Claude Sonnet 4.5.

Limited memory language models (LMLMs) externalize factual knowledge during pretraining to a knowledge base (KB), rather than memorizing it in their weights. During generation, the model then fetches knowledge from the KB as needed. This recently introduced paradigm provides multiple advantages, including knowledge control capabilities that remain beyond conventional LLMs. We propose continuous-query LMLM (CO-LMLM), where the KB pairs continuous keys with textual knowledge values, a significant departure from prior reliance on relational KB and queries. CO-LMLM generates flexible vector queries at minimal cost, while still integrating human-readable and attributable retrieved knowledge into its generation. We pair this design with an annotation pipeline that tags free-form factual spans in arbitrary text, removing prior work's restriction to Wikipedia. Across pretraining on Wikipedia and FineWeb-Edu and at multiple model scales, CO-LMLM outperforms prior LMLMs and vanilla LLMs in both perplexity and factual precision. At 360M scale, this includes lower perplexity than models pretrained on 40x more data, and SimpleQA-verified performance that is in line with gpt-4o-mini and higher than Claude Sonnet 4.5.

Foundations

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

Your Notes