Beyond Components: Singular Vector-Based Interpretability of Transformer Circuits
Transformer-based language models exhibit complex and distributed behavior, yet their internal computations remain poorly understood. Existing mechanistic interpretability methods typically treat attention heads and multilayer perceptron layers (MLPs) (the building blocks of a transformer architecture) as indivisible units, overlooking possibilities of functional substructure learned within them. In this work, we introduce a more fine-grained perspective that decomposes these components into orthogonal singular directions, revealing superposed and independent computations within a single head or MLP. We validate our perspective on widely used standard tasks like Indirect Object Identification (IOI), Gender Pronoun (GP), and Greater Than (GT), showing that previously identified canonical functional heads, such as the name mover, encode multiple overlapping subfunctions aligned with distinct singular directions. Nodes in a computational graph, that are previously identified as circuit elements show strong activation along specific low-rank directions, suggesting that meaningful computations reside in compact subspaces. While some directions remain challenging to interpret fully, our results highlight that transformer computations are more distributed, structured, and compositional than previously assumed. This perspective opens new avenues for fine-grained mechanistic interpretability and a deeper understanding of model internals.
Code (0)
등록된 구현이 없습니다.
Similar Papers 제목 키워드 기반
From Weights to Concepts: Data-Free Interpretability of CLIP via Singular Vector Decomposition
As vision-language models are deployed at scale, understanding their internal mechanisms becomes increasingly critical. Existing interpretability methods predominantly rely on activations, making them dataset-dependent, …
Enhancing Blind Source Separation with Dissociative Principal Component Analysis
Sparse principal component analysis (sPCA) enhances the interpretability of principal components (PCs) by imposing sparsity constraints on loading vectors (LVs). However, when used as a precursor to independent component…
blind source separationImage InpaintingImage ReconstructionSingular Vectors of Attention Heads Align with Features
Identifying feature representations in language models is a central task in mechanistic interpretability. Several recent studies have made the observation that feature representations can be inferred in some cases from s…
Beyond Traditional Beamforming: Singular Vector Projection for MU-MIMO
This letter introduces a low-complexity beamforming approach for MU-MIMO systems with multiple data streams per user, minimizing inter-user interference and improving spectral efficiency (SE). The Interference-Optimized …
Computational EfficiencyManagementSVD-ViT: Does SVD Make Vision Transformers Attend More to the Foreground?
Vision Transformers (ViT) have been established as large-scale foundation models. However, because self-attention operates globally, they lack an explicit mechanism to distinguish foreground from background. As a result,…