The Anatomy of a Truth Direction: Knowledge-Dependent Dimensionality, a Relational Law, and a Convergent Category Geometry in Small Language Models

TL;DR

Proposed a knowledge-dependent linear truth direction via SVD, revealing relational laws and cross-model convergence, validated on multiple models including Gemma-2-2b.

cs.LG 🔴 Advanced 2026-07-18 43 views
Francesco Karim Vicidomini
NLP model interpretability knowledge representation geometry architecture

Key Findings

Methodology

The study employs an unsupervised difference-of-pairs SVD approach to extract the dominant truth direction in hidden states. Using minimal sentence pairs with known truth labels, the method isolates the truth signal without training, analyzing how it varies with model knowledge. It combines attention, feed-forward networks, and post-peak decay mechanisms to establish relational laws. Spectral consensus correction addresses sign instability, ensuring geometric consistency across categories and models. Validation across multiple architectures, including Gemma-2-2b, confirms the universality of these laws and reveals a model-specific private geometry.

Key Results

  • In Qwen2.5-1.5B, the truth axis achieves an AUC of 0.938 on held-out facts, significantly above chance, demonstrating a real geometric signal. Knowledge level influences the signal's concentration: known facts produce a sharp, single-axis signal, while unknown facts diffuse. Cross-model analysis shows attention propagates truth frames, FFN opposes them, and SwiGLU contributes to post-peak decay. Category-specific truth axes form a semantically signed arrangement that converges across models. Spectral consensus effectively stabilizes the sign, confirming the relational law’s robustness. The approach generalizes to Gemma-2-2b, validating the universality of the geometric laws.

Significance

This work advances understanding of internal knowledge representations in language models, revealing a geometric structure that depends on knowledge and category. It offers a low-cost, unsupervised tool for interpretability, bridging the gap between geometric analysis and practical model explanation. The relational laws elucidate how attention and feed-forward mechanisms interact to propagate or oppose truth signals, informing future model design. The spectral correction method enhances stability, making the geometric insights applicable in real-world scenarios. Overall, it contributes to building more transparent, reliable AI systems capable of internal knowledge reasoning.

Technical Contribution

The core technical innovation is the training-free extraction of a linear truth direction via SVD on hidden state differences, enabling low-cost, unsupervised analysis. The study formalizes a relational law linking attention, FFN opposition, and SwiGLU decay, supported by spectral consensus correction for sign stability. It extends geometric analysis tools to multiple models, including large models like Gemma-2-2b, confirming the universality of the laws. The work also introduces category-specific truth axes with semantic sign arrangements, providing a new perspective on internal knowledge organization. These contributions significantly deepen the theoretical understanding of model internal representations and open avenues for interpretability and robustness improvements.

Novelty

This is the first comprehensive, unsupervised approach to extract and analyze a linear truth direction in language models, demonstrating knowledge-dependent dimensionality and relational laws across architectures. Unlike prior work relying on supervised probes or feature dictionaries, this method leverages SVD on minimal pairs, requiring no labels beyond pair structure. The spectral consensus correction for sign stability and the discovery of semantically signed category axes represent novel insights into the geometric organization of knowledge. The cross-model validation, including Gemma-2-2b, confirms the universality of these laws, marking a significant step forward in understanding internal model geometry.

Limitations

  • The analysis is limited to sentence-level factual statements in small to medium models; scalability to larger models and more complex tasks remains unverified. The spectral consensus correction, while effective, may not fully address sign instability in all scenarios. The geometric interpretation relies on linear assumptions, which may oversimplify nonlinear internal dynamics. Further research is needed to extend these insights to multi-modal and multi-task settings, and to understand causal mechanisms behind the observed laws.

Future Work

Future research will explore the extension of these geometric laws to larger, multi-modal models, analyzing how internal representations evolve during training. Investigating causal mechanisms behind the relational laws and sign stability will deepen understanding. Developing dynamic, time-evolving geometric models could reveal how knowledge is accumulated and organized. Additionally, integrating these insights into model training and architecture design could enhance interpretability, robustness, and factual consistency in real-world applications.

AI Executive Summary

This research offers a groundbreaking geometric analysis of truth representations within small language models, introducing an unsupervised, training-free method based on singular value decomposition (SVD). By analyzing hidden state differences across sentence pairs, the authors identify a dominant truth direction that captures factual knowledge. The findings reveal that this truth signal is highly knowledge-dependent: it concentrates into a single axis when facts are known, but diffuses when knowledge is sparse. The study further uncovers a set of relational laws linking attention mechanisms, feed-forward networks, and decay processes, which govern how truth frames propagate and oppose each other within the model architecture.

A key innovation is the spectral consensus gauge, which corrects sign instability issues, sharpening the geometric interpretation and ensuring cross-category and cross-model convergence. Extensive experiments across multiple models, including the Gemma-2-2b, validate these laws and demonstrate their universality. The analysis also reveals that per-category truth axes form a semantically signed arrangement that reorganizes with depth but converges across models, reflecting a shared internal structure.

The implications of this work are profound: it advances the interpretability of language models by providing a low-cost, unsupervised tool to analyze internal knowledge structures. It bridges the gap between geometric insights and practical explainability, informing future model design and robustness strategies. Limitations include the focus on sentence-level facts and small models, with future work aiming to extend these methods to larger, multi-modal, and more complex tasks. Overall, this study marks a significant step toward transparent, reliable AI systems capable of internal reasoning about truth.

Deep Analysis

Background

The evolution of NLP models from early transformers like BERT and GPT to recent large-scale architectures has significantly improved language understanding. However, understanding how these models internally represent factual knowledge remains a challenge. Previous work, such as Bürger et al. (2024), identified that truth resides in a multidimensional subspace, but lacked tools for unsupervised, low-cost analysis. Most methods relied on supervised probes or feature dictionaries, which are costly and less scalable. Recent studies on layer-wise dynamics and attention specialization provided insights but did not fully elucidate the geometric structure of truth representations. This research builds on these foundations, proposing a simple yet powerful SVD-based approach to extract a linear truth axis, revealing knowledge-dependent dimensionality and relational laws across models, including the Gemma series.

Core Problem

The core problem is to understand whether the internal representation of factual truth in language models can be characterized by a simple geometric structure, and how this structure varies with the model's knowledge level. Existing methods either depend on supervision, are computationally expensive, or lack interpretability. Moreover, the stability of these geometric structures, especially the sign of the truth axes, remains problematic. Addressing these issues is crucial for interpretability, robustness, and knowledge extraction. The challenge lies in developing a low-cost, unsupervised method that can reliably identify and compare truth representations across different models and categories, and in establishing the underlying relational laws that govern their interactions.

Innovation

The main innovations include: 1) an unsupervised, training-free extraction of the truth direction using SVD on minimal sentence pairs, avoiding label dependence; 2) revealing that truth dimensionality is knowledge-dependent, with signals concentrating on a single axis for known facts; 3) establishing a set of relational laws linking attention, FFN opposition, and decay mechanisms, supported by spectral consensus correction to address sign instability; 4) identifying category-specific truth axes with semantic sign arrangements that converge across models, indicating a shared geometric organization. These advances provide a new, scalable way to analyze internal knowledge structures without supervision or feature dictionaries.

Methodology

  • �� Collect sentence pairs differing in a single content word, with known truth labels. • Construct difference matrices of hidden states at the last token across pairs. • Apply SVD to these matrices to identify the dominant singular vector as the truth axis. • Use permutation nulls to assess statistical significance and nullify label influence. • Extend analysis across multiple models and categories, verifying stability and semantic sign patterns. • Introduce spectral consensus to correct sign instability, ensuring consistent geometry. • Analyze attention, feed-forward, and SwiGLU contributions to establish relational laws. • Validate findings on Gemma-2-2b, adapting tools for sandwich normalization, confirming universality.

Experiments

The experiments utilize curated fact pairs, CounterFact, and TruthfulQA datasets to evaluate truth signal extraction. The primary metric is the AUC of the truth axis at various layers, with cross-validation and permutation nulls to ensure statistical significance. The analysis compares single-axis, multi-axis, and polarity-based models, examining how knowledge level influences the signal. Stress tests involve category expansion, pair density variation, and re-sampling to assess geometric stability. Cross-model validation includes Qwen, Llama, and Gemma series, demonstrating the universality of the relational laws and the effectiveness of spectral correction. The experiments confirm that the truth signal is real, knowledge-dependent, and governed by identifiable geometric laws.

Results

The truth axis in Qwen2.5-1.5B achieves an AUC of 0.938 on held-out facts, significantly above chance (0.5), confirming a genuine geometric signal. Knowledge level influences the concentration: well-known facts produce a sharp, single-axis signal, while unknown facts diffuse, reducing the signal's clarity. Cross-model analysis reveals consistent relational laws: attention propagates truth frames, FFN opposes them, SwiGLU contributes to post-peak decay. Category-specific axes form a semantically signed arrangement, converging across models. Spectral consensus effectively stabilizes sign and enhances geometric robustness. These findings generalize to Gemma-2-2b, validating the universality of the laws across architectures and training regimes.

Applications

The insights enable low-cost, unsupervised interpretability tools for internal knowledge analysis, aiding debugging, fact verification, and robustness in NLP applications. They facilitate understanding of how factual knowledge is geometrically organized, supporting model transparency. Additionally, the methods can inform architecture design by highlighting the roles of attention and FFN in truth propagation. Long-term, these geometric principles could guide the development of models with more stable, interpretable internal representations, improving factual consistency and reasoning capabilities in complex AI systems.

Limitations & Outlook

The current analysis is limited to sentence-level facts and small to medium models; scalability to larger, multi-modal models remains untested. The spectral consensus correction, while effective, may not fully address sign instability in all scenarios, especially under distribution shifts. The geometric interpretation relies on linear assumptions, which may oversimplify nonlinear internal dynamics. Further research is needed to extend these insights to multi-task, multi-modal settings and to understand causal mechanisms behind the observed laws.

Plain Language Accessible to non-experts

想象你在一家工厂工作,这个工厂每天都在生产不同的商品。每个车间负责不同的任务,比如装配、检验、包装。工厂的每个环节都遵循一定的规则,但有时候你不知道这些规则具体是什么。科学家们就像是在观察这个工厂,试图找到那些隐藏的、让工厂正常运转的秘密操作流程。通过仔细观察不同时间的生产情况,他们发现,有些关键步骤在生产正确商品时表现得非常一致,而在出错时就变得混乱。于是,他们用一种叫奇异值分解的方法,把这些流程拆开,找到最核心的那条线索,就像是在工厂里找到最重要的操作步骤。这项研究就是在用类似的方法,分析语言模型内部的“生产线”,找出它们是如何存储和传递“真理”的。这样,我们就能更好地理解这些模型是怎么“思考”的,甚至可以用来让它们变得更聪明、更可靠。

ELI14 Explained like you're 14

想象你在学校里学一项新技能,比如玩电子游戏。每次你玩的时候,都会有一些特别的技巧让你赢得比赛。科学家们也在研究这些“技巧”,看看它们在不同的游戏中是不是有共同的秘密。比如,有些技巧只有在你掌握了基础知识后才会用得好,没有基础就会失败。研究发现,模型内部其实藏着一些“秘密线索”,可以告诉我们它是否知道某个事实。科学家用一种叫奇异值分解的方法,把这些线索拆开,找到最重要的那一条。就像你在游戏中找到最关键的技能一样。这些线索在模型知道很多事情时非常清楚,但当模型不懂时就变得模糊。通过这个方法,科学家可以更好地理解模型在“学习”什么,甚至帮它变得更聪明、更可靠。这就像发现了游戏中的隐藏秘籍,让我们更懂这些智能“玩家”是怎么想的。

Abstract

Bürger et al. (2024) demonstrated that truth representations in large language models are universal across statement polarity but reside within a multidimensional subspace. We extend this framework along three questions: how the dimensionality of the subspace depends on the model's knowledge, which architectural component builds the truth direction, and what the direction is a mixture of. In Part I, a training-free directional probe derived from the SVD of hidden-state minimal pairs shows that the dimensionality of truth is knowledge-dependent: the signal concentrates on a single axis for known facts and diffuses as knowledge decreases. In Part II, a relational law emerges across multiple model families: attention propagates truth frames, the feed-forward network opposes the current block's frame, and post-peak decay is causally attributed to the SwiGLU value stream. Furthermore, per-category truth axes form a semantically signed arrangement that converges across families. Stress tests expose a sign instability in this orientation, which we repair with a spectral consensus gauge to sharpen the convergence into a knowledge-gated law. Finally, a replication campaign on Gemma-2-2b, extending our decomposition tools to accommodate its sandwich normalization, confirms these laws and attributions. We quantify the knowledge gate as classical attenuation and isolate a stable, model-specific private geometry.

cs.LG