Why One Always-Present Token Secretly Hijacks Every Attention Statistic — YouTube metadata
Liam explains why token zero, the always-present sentence-start marker with no real content, wins the attention max in a transformer head 91% of the time, and why excluding it from a statistic reveals the actual subject-verb dependency underneath.
Someone assumes that when one token wins the attention max almost every time, it must be carrying the real signal. Liam explains why that assumption is backwards: it isn't signal, it's a sink, and understanding why changes how you should read any attention statistic.
The finding: token zero dominates 91% of the time
Look at one real attention head, layer four, head three, across 50,000 sentences. Token zero, the sentence-start marker, wins the max-attention position in 91 percent of them, carrying more than half the total weight every single time. The verb-to-subject dependency that anyone studying this head would actually expect to find only becomes visible once token zero is excluded from the count.
Why softmax has to put its mass somewhere
The natural guess is that if one position wins a statistic almost every time across thousands of unrelated sentences, it must be carrying the sentence's real meaning, since attention is supposed to point at what matters most. But softmax has to spend all of its probability mass on every single row, whether or not any position in that row actually deserves it. Token zero is present in every sequence and carries no sentence-specific meaning of its own, which makes it the cheapest place for a head to park leftover attention weight when nothing else is strongly preferred. That is not a discovery about meaning. It is simply where the math had nowhere else to go.
The worked example
Take one sentence starting with that marker. The raw attention weights might read something like 0.58 on the marker itself, with far less spread across every actual content word. Run that same pattern across a thousand sequences and the marker wins the max attention position 94 percent of the time. Exclude just that one position from the count, and the real dependency, the verb pointing back to its subject, wins 68 percent of the time instead. The signal was there all along, just buried under the sink.
What a dominant sink does and doesn't tell you
Seeing a sink dominate a head's max attention position does not mean that head learned nothing useful. The real signal can still be sitting in the rest of the row, it is just outweighed by the one reflex position the moment you only look at whichever position wins the max. Going the other direction, a head that does not lean heavily on token zero is not automatically trustworthy either. It might simply be parking its leftover weight on a different filler position instead, like a comma or a padding token.
Masking reveals the real patterns
Mask out the known non-signal positions across the same head, and patterns that were invisible before light up across almost every row: real subject, object, and verb links. One always-present, meaning-empty token quietly wins nearly every attention statistic computed on that head. Excluding it before trusting what the rest of the pattern shows is the necessary step to actually see the structure underneath.
Key takeaways
- Token zero, the sentence-start marker, won the attention max in one real head 91% of the time across 50,000 sentences, carrying over half the weight each time.
- Softmax must distribute its full probability mass on every row, making an always-present, content-empty token the cheapest place to park leftover attention.
- Excluding the sink position from a max-attention statistic can flip the dominant pattern, in the worked example, verb-to-subject dependency rose from invisible to winning 68% of the time.
- A head dominated by a sink token has not necessarily learned nothing, real signal can be present in the row but outweighed at the max position.
- A head avoiding one sink token isn't automatically clean either, it may be parking weight on a different filler position like a comma or padding token.
Who this is for
Anyone doing interpretability work on transformer attention mechanisms, or building intuition about why raw attention statistics can mislead, will find this a concrete method for checking whether a dominant position is real signal or an attention sink.
Full transcript(auto-generated, with timestamps)
[0:00]Someone assumes that when one token wins the attention max almost every time, it must be the real signal. It isn't, it's the sink. So, signal or sink? Look at one real attention head, layer four head three across 50,000 sentences. Token zero, the sentence start marker, wins the max attention position in 91% of them with more than half the weight every time. The verb to subject link everyone expects only shows up once token zero is excluded from that count. The natural guess, if one position wins that statistic almost every time across thousands of unrelated sentences, it must be carrying the sentence's real meaning. Attention is supposed to point
[0:38]At what matters most. But softmax has to spend all of its probability on every single row, whether any position deserves it or not. Token zero is present in every sequence and carries no sentence specific meaning, so it's the cheapest place to park the leftover weight. That's not a discovery about meaning, it's just where the math had nowhere else to go. Take one sentence starting with that marker. The raw weights might read something like 0.58 on the marker and far less on every real word. Run that pattern across a thousand sequences and the marker wins the max 94% of the time. Exclude just that one position from the count and the
[1:12]Real dependency, the verb pointing back to its subject, wins 68% instead. One direction, seeing the sync dominate a head's max, doesn't mean that head learned nothing. The real signal can still be sitting in the rest of the row. It's just outweighed by the one reflex position the moment you only look at the max. The other direction, a head that doesn't lean on token zero, isn't automatically trustworthy either. It might just be parking its leftover weight on a different filler, like a comma or a padding token. Mask out the known non-signal positions across the same head and the patterns that were invisible before, real subject, object, and verb links, light
[1:47]Up across almost every row. One always present, meaning empty token, quietly wins nearly every attention statistic you compute. Exclude it before you trust what the rest of the pattern is actually showing you. Your turn. Here's the prompt. Read it with me. I'm looking at attention weights in a transformer and one position often token zero keeps winning the max across almost every head and layer. Walk me through how to check whether that's a real signal or an attention sink and show me how to redo the statistic with that position excluded so I can see what's actually underneath it. Lay them in for bear. Why one always present token secretly
[2:21]Hijacks every attention statistic. Lay them in for bear.
More from Behind the Model
2:14The Answer Was Never About The Facts
2:26Teaching an AI to Grade Its Own Homework
2:00Why Individual Caution Does Not Add Up to Team Safety
2:41An Agent That Finishes First Can Be Worse Than One That Stops
2:22Why Self-Checking Is Not Independent Verification
2:27