Anonymizing entities during pretraining reduces parametric recall in language models

Researchers propose a training paradigm that deliberately weakens language models' ability to retrieve facts from their parameters by anonymizing named entities during pretraining. The approach, called Knowledge-Less Language Models, trades raw factual recall for improved performance on context-dependent reasoning tasks. This work addresses a fundamental tension in LLM design: models trained on broad internet data absorb outdated or conflicting information that can override provided evidence. The finding matters for practitioners building retrieval-augmented systems and for understanding how training signals shape model behavior beyond raw capability metrics.
Modelwire context
ExplainerThe key inversion here is that this work treats parametric knowledge not as a resource to maximize but as a source of interference. Most pretraining research optimizes for more retained information; this work asks what happens when you systematically prevent that retention from forming in the first place, specifically by anonymizing named entities so the model never builds strong associations to retrieve later.
This connects directly to the evaluation problems surfaced in 'LLM Judges Can Be Too Generous When There Is No Reference Answer' from the same day. That paper showed judge models drift toward incorrect answers when they lack a ground-truth anchor, which is precisely the failure mode KLLM is designed to prevent at the generation level. Both papers are circling the same structural problem: models that rely on internalized priors rather than provided evidence produce outputs that are harder to verify and correct. The medical misconceptions paper ('Evaluating Large Language Models on Misconceptions in Multi-Turn Medical Conversations') adds another angle, showing that parametric confidence can actively resist correction across conversation turns.
The real test is whether KLLM-trained models maintain their context-grounding advantage on retrieval-augmented benchmarks like KILT or PopQA when the retrieved context is noisy or partially wrong. If accuracy holds under adversarial retrieval conditions, the tradeoff is genuinely useful for production RAG systems; if it collapses, the approach may just be shifting where errors originate.
Coverage we drew on
This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.
MentionsKnowledge-Less Language Models · KLLM
Modelwire Editorial
This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.
Modelwire summarizes, we don’t republish. arXiv cs.CL originally reported this story as “Knowledgeless Language Models: Suppressing Parametric Recall for Evidence-Grounded Language Modeling”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.