concept
active
concept:token-in-context-feature

Token-in-Context Feature

Feature that fires on a specific token only within a specific surrounding context (e.g., 'the' in physics vs 'the' in mathematics)

Neighborhood — ranked by edge-count

Frameworks (1)

framework
  • Theoretical distinction between representing token-context pairs as individual features (local) vs combining independent features (compositional)

Concepts (2)

concept
  • Feature that activates across all tokens within a specific context (e.g., DNA sequences, base64 strings)
  • Action Features
    associated_with
    Dual interpretation of features: in addition to responding to inputs, features also act to increase probability of specific output tokens

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.

  • Tokenconcept0.788
    Basic unit of LLM input/output: words, parts of words, punctuation marks, emojis
  • Features that fire on every instance of a single token; appear in small dictionaries as collapsed versions of many token-in-context features
  • context windowconcept0.747
    Finite number of previous tokens used by autoregressive models to predict the next token; defines interaction range
  • Token embeddingsconcept0.745
    Vector representations of individual tokens from genomic foundation models; the raw inputs to sequence pooling methods.
  • Model outputs influenced by information from training documents not present in context; relevant to synthetic document fine-tuning results
  • The training objective of LLMs: predicting the most likely next token given context; formally P(w_{n+1}|w_1...w_n)
  • An attention algorithm recovered by VPD where the model attends to the immediately preceding token.
  • The standard set of tokens that the functional token remains a part of.