concept
active
concept:kv-cacheKV cache
Stored key and value vectors from previous tokens used by attention heads to carry information across token-time
Neighborhood — ranked by edge-count
Papers (1)
paper
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.
- Caching of key-value pairs to avoid recomputation; also provides a mechanism for introspection of earlier computations.
- Method introduced in mini experiment 2 to steer persona activations in stored KV entries at specific layers and positions
- Janus's claim about KV caching as an introspection mechanism.
- The key-value cache from steered tokens is retained during no-steering continuation, allowing causal effect of steering to propagate
- Proposed pathway flowing across positions at each layer; carries key, value, and attention-weighted information horizontally.
- A form of attention head composition where W_K reads from a subspace affected by a previous head; central to how induction heads are implemented
- A measure of the difference between two probability distributions, used extensively in free energy formulations.
- The causal steering experiment persists KV state over steered tokens so downstream effects can be observed without continued steering