paper-with-me

홈 › Papers

Knowledgeless Language Models: Suppressing Parametric Recall for Evidence-Grounded Language Modeling

2026-07-14 · Roi Cohen, Yvan Carré, Nick Lechtenbörger, Hendrik Droste, Lucas Kerschke, Russa Biswas, Gerard de Melo, Jan Buys arxiv

Language models encode substantial factual knowledge in their parameters, which can lead to unreliable behavior when this knowledge is outdated, incomplete, or misaligned with the provided context. In this work, we study whether modifying the pretraining signal can systematically shift models away from parametric recall and toward evidence-grounded reasoning. We introduce Knowledge--''Less'' Language Models (KLLMs), a fundamentally different epistemic training paradigm for LLMs, which are pretrained on corpora in which named entities are anonymized, thereby removing a primary channel for entity-linked factual supervision. This intervention substantially reduces closed-book factual recall, while often improving performance on tasks where relevant information is provided as context. Across multiple model scales, KLLMs consistently outperform matched baselines on contextual question answering, fact verification, and hallucination detection benchmarks. Crucially, in retrieval-grounded settings with imperfect evidence, KLLMs show improved robustness and achieve up to 20--25\% relative gains over standard language models. They further exhibit better calibration, with improved ECE, Brier score, and AUROC, as well as more reliable abstention behavior. Our results demonstrate that suppressing entity-linked supervision during pretraining induces a shift in epistemic behavior: KLLMs rely less on parametric knowledge and more on external evidence, leading to improved reliability under realistic conditions. This suggests that pretraining-time control over knowledge acquisition can complement retrieval-augmented and tool-based systems by providing a more evidence-sensitive base model.

📄 PDF Abstract BibTeX arXiv:2607.12831

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringFact Verification

Similar Papers 제목 키워드 기반

Unveiling Factual Recall Behaviors of Large Language Models through Knowledge Neurons

2024-08-06 · Yifei Wang, YuHeng Chen, Wanting Wen, Yu Sheng 외

In this paper, we investigate whether Large Language Models (LLMs) actively recall or retrieve their internal repositories of factual knowledge when faced with reasoning tasks. Through an analysis of LLMs' internal factu…

To Copy or Not to Copy: Copying Is Easier to Induce Than Recall

2026-01-17 · Mehrdad Farahani, Franziska Penzkofer, Richard Johansson arxiv

Language models used in retrieval-augmented settings must arbitrate between parametric knowledge stored in their weights and contextual information in the prompt. This work presents a mechanistic study of that choice by …

Resonant Context Anchoring: Decoupling Attention Routing and Signal Gain at Inference Time

2026-06-01 · Mingkuan Zhao, Yide Gao, Wentao Hu, Suquan Chen 외 arxiv

Large Language Models (LLMs) frequently exhibit "contextual disregard" when faced with input evidence that conflicts with their internal parametric memory, leading to persistent factual hallucinations. Existing mitigatio…

ARIA: A Causal-Aware Framework for Rescuing LLM Reasoning in Trustworthy Materials Discovery

2026-06-21 · Yi Cao, Liaoyaqi Wang, Jieneng Chen, Benjamin Van Durme 외 arxiv

Generative models have revolutionized the process of materials discovery, yet they often fail to satisfy underlying physical causality. Through an analysis of Large Language Models (LLMs) augmented with knowledge graphs …

Knowledge Graphs

Friends and Grandmothers in Silico: Localizing Entity Cells in Language Models

2026-04-01 · Itay Yona, Dan Barzilay, Michael Karasik, Mor Geva arxiv

How do language models retrieve entity-specific facts from their parameters? We investigate this question by searching for sparse, entity-selective MLP neurons - which we call entity cells, by analogy to the "grandmother…