Believe It or Not: How Deeply do LLMs Believe Implanted Facts?
Stewart Slocum, Julian Minder, Clément Dumas, Henry Sleight, Ryan Greenblatt, Samuel Marks, Rowan Wang
TL;DR
The paper defines belief depth for implanted facts in LLMs and introduces a framework with Generality, Robustness, and Internal representations to rigorously evaluate whether edits resemble genuine pretraining knowledge. It systematically compares prompting, mechanistic editing, and Synthetic Document Finetuning (SDF), showing that SDF more reliably yields deep, generalizable, and robust beliefs, while prompting and surgical edits often produce brittle or surface-level changes. The study reveals that belief depth is contingent on fact plausibility and stresses that highly plausible false claims can become brittle under scrutiny, whereas SDF can produce internal representations closely aligned with true knowledge. These findings offer measurable criteria for deploying knowledge editing in AI safety-critical applications and highlight the importance of evaluation across behavior and latent representations. The work also discusses limitations, such as focusing on isolated facts and the uncertain scalability to future, more capable models. Overall, it provides a framework and empirical guidance for rigorously assessing belief depth in edited LLMs.
Abstract
Knowledge editing techniques promise to implant new factual knowledge into large language models (LLMs). But do LLMs really believe these facts? We develop a framework to measure belief depth and use it to evaluate the success of knowledge editing techniques. We operationalize belief depth as the extent to which implanted knowledge 1) generalizes to related contexts (e.g. Fermi estimates several logical steps removed), 2) is robust to self-scrutiny and direct challenge, and 3) is represented similarly to genuine knowledge (as measured by linear probes). Our evaluations show that simple prompting and mechanistic editing techniques fail to implant knowledge deeply. In contrast, Synthetic Document Finetuning (SDF) - where models are trained on LLM-generated documents consistent with a fact - often succeeds at implanting beliefs that behave similarly to genuine knowledge. However, SDF's success is not universal, as implanted beliefs that contradict basic world knowledge are brittle and representationally distinct from genuine knowledge. Overall, our work introduces measurable criteria for belief depth and enables the rigorous evaluation necessary for deploying knowledge editing in real-world applications.
