Knowledgeless Language Models: Suppressing Parametric Recall for Evidence-Grounded Language Modeling
Summary
Knowledgeless Language Models (KLLMs) represent a novel training paradigm designed to reduce large language models' reliance on parametric factual knowledge. These models are pretrained on corpora where named entities are systematically anonymized, removing a primary channel for entity-linked factual supervision. This intervention significantly diminishes closed-book factual recall while enhancing performance on tasks requiring evidence-grounded reasoning. Across various model scales, KLLMs consistently surpass standard language models on benchmarks for contextual question answering, fact verification, and hallucination detection. Notably, they achieve up to 20–25% relative gains in retrieval-grounded scenarios with imperfect evidence and demonstrate improved calibration metrics like ECE, Brier score, and AUROC, alongside more reliable abstention behavior. This approach suggests pretraining-time control over knowledge acquisition can create more evidence-sensitive base models.
Key takeaway
For machine learning engineers building retrieval-augmented generation (RAG) systems, adopting Knowledgeless Language Models (KLLMs) during pretraining can significantly enhance model reliability. Your models will exhibit reduced hallucination and improved factual grounding by relying more on provided context, especially with imperfect evidence. This approach offers a robust base model, complementing existing RAG and tool-based systems, leading to better calibrated predictions and more reliable abstention behavior in critical applications.
Key insights
Suppressing entity-linked supervision during pretraining shifts LLMs from parametric recall to evidence-grounded reasoning, improving reliability.
Principles
- Pretraining signal fundamentally shapes LLM epistemic behavior.
- Suppressing entity-linked supervision enhances evidence reliance.
- KLLMs improve robustness to imperfect evidence and calibration.
Method
Named entities in pretraining corpora are anonymized with placeholder tokens (e.g., "PERSON184"). Models are trained from scratch on this data. Inference involves anonymizing inputs, processing, then de-anonymizing outputs.
In practice
- Pretrain LLMs on entity-anonymized corpora.
- Integrate KLLMs into RAG for improved robustness.
- Use KLLMs for fact verification and hallucination detection.
Topics
- Knowledgeless Language Models
- Parametric Knowledge Suppression
- Evidence-Grounded Reasoning
- Retrieval-Augmented Generation
- LLM Hallucination
- Model Calibration
- Named Entity Anonymization
Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.