concept
active
concept:previous-token-headPrevious Token Head
An attention head that primarily attends to the immediately preceding token; key building block for induction heads via K-composition
Neighborhood — ranked by edge-count
Concepts (1)
concept
- Induction Headsassociated_withimplementsMechanistic circuits in transformers documented by Olsson et al. 2022, cited as evidence for pattern-repository assumption
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- A pair of query and key subcomponents distributed across attention heads performs previous-token behaviorfinding0.774VPD recovers an attention algorithm for attending to the previous token, distributed across multiple heads.
- An attention algorithm recovered by VPD where the model attends to the immediately preceding token.
- Basic unit of LLM input/output: words, parts of words, punctuation marks, emojis
- The training objective of LLMs: predicting the most likely next token given context; formally P(w_{n+1}|w_1...w_n)
- The mechanistic explanation of how induction heads are implemented in two-layer models
- Feature that fires on a specific token only within a specific surrounding context (e.g., 'the' in physics vs 'the' in mathematics)
- Baseline steering method that applies intervention at every token generation step, shown to degrade performance at high strengths
- Vector representations of individual tokens from genomic foundation models; the raw inputs to sequence pooling methods.