concept
active
concept:token-in-context-featureToken-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
- Local vs Compositional Representationsassociated_withTheoretical distinction between representing token-context pairs as individual features (local) vs combining independent features (compositional)
Concepts (2)
concept
- Context FeatureextendsFeature that activates across all tokens within a specific context (e.g., DNA sequences, base64 strings)
- Action Featuresassociated_withDual interpretation of features: in addition to responding to inputs, features also act to increase probability of specific output tokens
Findings (1)
finding
- Demonstrates prevalence of token-in-context features and feature splitting of common tokens
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.
- 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
- Finite number of previous tokens used by autoregressive models to predict the next token; defines interaction range
- 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.