concept
active
concept:attention-heads

Attention heads

Transformer attention heads that could be recruited to extract different kinds of information (text vs. thoughts).

Neighborhood — ranked by edge-count

Concepts (1)

concept
  • Attention
    related_to
    Selective attention mechanism is a component of GWT-2 indicator; AST-1 models and enables control over attention

Findings (1)

finding

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.

  • Analysis measuring whether each attention head's maximum attention increase points to the correct injected sentence
  • A transformer variant where OV and QK matrices of different attention heads can share components, enabling shared copying mechanisms
  • The composition of two attention heads via V-composition, forming a new entity with its own attention pattern A^h2 * A^h1 and OV matrix W_OV^h2 * W_OV^h1
  • Self-attentionconcept0.809
    A form of key-query attention within a single input sequence; core to Transformers.
  • Attention streamsconcept0.783
    Term introduced by this paper for the horizontal axis of information flow in transformers across token-positions via attention heads
  • Process using Q, K, V to compute a heat map over K and weighted sum of V.
  • Attention Schemaconcept0.765
    A predictive model representing and controlling attention; central to attention schema theory.
  • Core operation in transformers, computing weighted combinations of previous elements