🤖 AI Summary
This study investigates the stability of internal representations in large language models (LLMs) when distinguishing between true, false, and truth-value-ambiguous statements. Method: We introduce “representation stability” — a novel metric quantifying robustness of decision boundaries under perturbations to truth-value definitions — and apply linear probing to hidden-layer activations across 16 open-source LLMs. Boundary shifts are measured via controlled label perturbations, distinguishing unfamiliar from familiar false statements. Contribution/Results: Unfamiliar false statements induce up to 40% prediction flips, whereas familiar fictional statements yield ≤8.2% flips, indicating that LLM truth judgments rely more on factual familiarity than linguistic form. These findings reveal a cognitive bias in LLM truth representation — grounded in knowledge memorization rather than logical semantics — and establish an interpretable, representation-based paradigm for evaluating AI trustworthiness.
📝 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.