Representational Stability of Truth in Large Language Models
Samantha Dies, Courtney Maynard, Germans Savcisens, Tina Eliassi-Rad
TL;DR
The paper introduces representational stability as a diagnostic for how LLMs internally encode truth, falsity, and indeterminacy. It combines a linear probing framework (sAwMIL) with controlled label perturbations to assess the robustness of veracity representations across three factual domains and sixteen open-source LLMs. Key findings show tight True/False clustering, with Neither (Fictional and Synthetic) occupying distinct regions; unfamiliar Synthetic content causes the largest boundary rotations and the highest rate of label flips, revealing epistemic brittleness tied to familiarity rather than linguistic form. The study provides a principled auditing approach that complements output accuracy, paving the way for training objectives and data curation aimed at preserving coherent, epistemically stable truth representations in LLMs.
Abstract
Large language models (LLMs) are widely used for factual tasks such as "What treats asthma?" or "What is the capital of Latvia?". However, it remains unclear how stably LLMs encode distinctions between true, false, and neither-true-nor-false content in their internal probabilistic representations. We introduce representational stability as the robustness of an LLM's veracity representations to perturbations in the operational definition of truth. We assess representational stability by (i) training a linear probe on an LLM's activations to separate true from not-true statements and (ii) measuring how its learned decision boundary shifts under controlled label changes. Using activations from sixteen open-source models and three factual domains, we compare two types of neither statements. The first are fact-like assertions about entities we believe to be absent from any training data. We call these unfamiliar neither statements. The second are nonfactual claims drawn from well-known fictional contexts. We call these familiar neither statements. The unfamiliar statements induce the largest boundary shifts, producing up to $40\%$ flipped truth judgements in fragile domains (such as word definitions), while familiar fictional statements remain more coherently clustered and yield smaller changes ($\leq 8.2\%$). These results suggest that representational stability stems more from epistemic familiarity than from linguistic form. More broadly, our approach provides a diagnostic for auditing and training LLMs to preserve coherent truth assignments under semantic uncertainty, rather than optimizing for output accuracy alone.
