NeFut Logo NeFut
Admin Login

[CS.AI] Revolutionary Advancement: CO-LMLM - Continuous-Query Limited Memory Language Models

Published at: 2026-07-10 22:00 Last updated: 2026-07-13 08:32
#AI #Machine Learning #LLM

Abstract

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 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 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.

Blogger's Review: The introduction of CO-LMLM brings a new perspective to the integration of knowledge retrieval and generation, significantly enhancing the model's flexibility and accuracy. This advancement marks a milestone in technology and points the way for future research in language models.

Original Source: https://arxiv.org/abs/2607.07707

[h] Back to Home