concept
active
concept:one-layer-attention-only-transformer

One-Layer Attention-Only Transformer

The first toy model analyzed; shown to implement an ensemble of bigram and skip-trigram models readable directly from weights

Neighborhood — ranked by edge-count

Concepts (3)

concept
  • A simplified transformer variant without MLP layers, used as the primary subject of mechanistic analysis in this paper
  • The primary model analyzed; uses attention head composition, especially K-composition, to create induction heads for powerful in-context learning
  • Skip-Trigram
    implements
    A three-token pattern of the form [source]...[destination][out] that one-layer attention heads implement; the paper's key characterization of one-layer transformer behavior

Related by similarity (8)

cosine ≥ 0.65 · no typed edge

Entities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.