LGAIFeb 2, 2024

An introduction to graphical tensor notation for mechanistic interpretability

arXiv:2402.01790v18 citationsh-index: 4
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of interpreting complex tensor operations in deep learning for researchers in mechanistic interpretability, but it is incremental as it adapts existing notation to this domain.

The paper introduces graphical tensor notation, a method from physics, to simplify the representation of tensor operations in deep learning, aiming to enhance understanding and reverse-engineering of neural networks, particularly in mechanistic interpretability, by applying it to decompositions and constructing example circuits like an 'induction head'.

Graphical tensor notation is a simple way of denoting linear operations on tensors, originating from physics. Modern deep learning consists almost entirely of operations on or between tensors, so easily understanding tensor operations is quite important for understanding these systems. This is especially true when attempting to reverse-engineer the algorithms learned by a neural network in order to understand its behavior: a field known as mechanistic interpretability. It's often easy to get confused about which operations are happening between tensors and lose sight of the overall structure, but graphical tensor notation makes it easier to parse things at a glance and see interesting equivalences. The first half of this document introduces the notation and applies it to some decompositions (SVD, CP, Tucker, and tensor network decompositions), while the second half applies it to some existing some foundational approaches for mechanistically understanding language models, loosely following ``A Mathematical Framework for Transformer Circuits'', then constructing an example ``induction head'' circuit in graphical tensor notation.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes