New Method Extracts Interpretable Mechanisms Directly from LLM Weights

Ash Manvi, Samreena Tajreen· August 10, 2026 View original

Key takeaways

  • Tiled SVD directly extracts interpretable mechanisms from LLM weights.
  • It identifies trigger, write, and strength components, defining specific weight rules.
  • The method provides a more direct understanding of network operations than proxy dictionaries.
  • It showed strong performance on Gemma-2-2B, aiding mechanistic interpretability.

Who benefits

AI ResearchSoftware DevelopmentCybersecurityFinance

Summary

This paper introduces Tiled SVD, a novel method for extracting interpretable "mechanism mounts" directly from the weights of large language models. Unlike proxy dictionaries, this approach identifies trigger, write, and strength components within linear sites, providing a direct understanding of how the network operates.

Current approaches to mechanistic interpretability often rely on training proxy dictionaries, such as sparse autoencoders, to label features based on max-activating text. While these methods can identify concepts, the interpretability resides within the learned dictionary rather than the intrinsic network weights. This new research proposes an alternative: Tiled SVD.Tiled SVD directly extracts "mechanism mounts" from linear sites within a model's weights. Each mount is defined as a triple: a trigger vector, a write vector, and a strength scalar, which together represent a specific weight rule. This allows for direct identification of how the network's weights contribute to its operations.The method was evaluated on Gemma-2-2B using a WikiText-2 subsample, scoring all seven linear maps. The results indicate high success rates, particularly for residual writes (mlp.down, attn.o), which passed all 52 site-layers. Other maps also showed strong performance. The authors have released the library code and experimental tools for reproducibility.

Why it matters

This method offers a more direct and potentially more accurate way to understand the internal workings of large language models, crucial for debugging, improving reliability, and building trust in AI systems.

How to implement this in your domain

  1. 1Download and explore the released library code for Tiled SVD.
  2. 2Apply the Tiled SVD method to analyze the weights of a pre-trained LLM relevant to your work.
  3. 3Interpret the extracted "mechanism mounts" to gain insights into specific model behaviors.
  4. 4Integrate this interpretability technique into your model development and auditing pipelines.

Original post by Ash Manvi, Samreena Tajreen

"arXiv:2608.06969v1 Announce Type: new Abstract: The dominant approach to mechanistic interpretability trains proxy dictionaries such as sparse autoencoders and labels features from max-activating text. The best such atlases identify con- cepts, but that identity lives in the lear…"

View on X

Originally posted by Ash Manvi, Samreena Tajreen on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses