Search papers, labs, and topics across Lattice.
By tracing signed component contributions directly through raw model weights and activations without fitting external probes, this work reveals that token predictions in transformers are governed by massive destructive interference where opposing logit mass outweighs supporting mass by seven to one. Across models spanning 124M to 7B parameters, this cancellation means just 2 to 16 components鈥攁nd only 1% to 3% of the total network end-to-end鈥攁re sufficient to determine an output. Leveraging this direct interpretability, the authors demonstrate precise, zero-training weight surgery, directly compiling targeted facts and conditional circuits into single units at a fortieth of the damage caused by rank-one updates.
Across models from 124M to 7B parameters, token predictions collapse to a scale-invariant core of just 1% to 3% of the network, enabling direct, closed-form model editing in single units without gradient descent.
How many of a transformer's components decide a token? Counted by the absolute value of each unit's and channel's contribution to the logit, one prediction rests on thousands to hundreds of thousands of them. But contributions are signed, and across eighteen models the mass pushing away from the predicted token is a median of seven times the mass carrying it. Divide by the net and the count is dozens: on the baseline, 53 components carry ninety percent of a prediction, 13 it cannot survive losing, and 8 suffice to produce it alone. Across twelve models trained elsewhere, 124M to 7B parameters, the sufficient set runs from two components to sixteen, and what a prediction draws on, followed all the way back, is one to three percent of the model, a share that does not grow with size. Three quarters of a layer's update is a fixed linear map of the state it received. Everything is read from the model's own parameters and activations, with nothing trained or fitted, and it names a component on both sides: what it writes, from the predictions it drives, reaching close to half of every model; what it reads, from its weights in the frame of its own layer, at 58.9 percent above chance over its eight strongest inputs. Sorting the remainder by upstream source yields grammatical categories the embedding cannot see. A name can be acted on. An association the model does not hold installs into one spare unit, key and value read from the weights, for a quarter of a percent of held-out loss, a fortieth of what a rank-one update costs. An installed attention head and a unit two layers above it make an edit fire only where a token occurred earlier in the context, and a unit the model trained for itself is driven from two layers upstream, 86 percent of the effect passing through it. An order-preserving activation puts a unit's inputs at the instrument's ceiling, at the price of a two-part install.