method
active
method:logit-lens

Logit Lens

Unsupervised interpretability technique that projects activations through unembedding matrix; provides comparison point for NLA approach.

Neighborhood — ranked by edge-count

Thinkers (1)

thinker
  • nostalgebraist
    introduces
    Author of LessWrong post deriding GPT-3 evaluations, advocate of ecological evaluation.

Findings (1)

finding

Concepts (2)

concept
  • Proposed pathway flowing through layers at each position; calculates K/V values that feed horizontal information flow.
  • The mid-to-late layer computational process that converts routed perturbation signals into explicit predictions

Methods (1)

method
  • Core unsupervised method for generating natural language explanations of LLM activations through a verbalizer-reconstructor pair trained with RL.

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.

  • Primary self-report measure: probability-weighted expected value over all ten digit-token logits, yielding a continuous rating that preserves full distributional signal
  • Computing each feature's linear effect on output token logits via path expansion through MLP output weights and unembedding matrix
  • Cognitive Lensframework0.723
  • Used with GPT models to constrain responses to binary options (0/1) in belief coherence experiments.
  • Correlating logit weight vectors between features from different models as a measure of downstream-effect universality
  • global logit shiftconcept0.693
    The methodological confound identified by this paper: injection biases model toward 'YES' for any binary question regardless of content
  • Parameter-free loss transformation applied to each task loss to equalize scales
  • Fit a sigmoid to accuracy vs. k to estimate k50 and phase width.