method
active
method:activation-verbalizer-avActivation Verbalizer (AV)
Component of NLA that maps activations to text descriptions; initialized as copy of target LLM with supervised warm-start on summarization task.
Neighborhood — ranked by edge-count
Frameworks (1)
framework
- Natural Language Autoencoders (NLA)implementsAn unsupervised method for generating natural language explanations of LLM activations through a verbalizer-reconstructor pair trained jointly with RL.
Methods (2)
method
- Natural Language Autoencoders (NLAs)implementsCore unsupervised method for generating natural language explanations of LLM activations through a verbalizer-reconstructor pair trained with RL.
- RL algorithm used to train the activation verbalizer on open models; samples group of candidate descriptions and applies policy optimization.
Hypotheses (1)
hypothesis
- The paper found that naive initialization from target LLM weights led to unstable training.
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.
- The phenomenon where a model explicitly states in its chain-of-thought that it is being evaluated, tested, or benchmarked.
- Component of NLA that maps natural language explanations back to activations; truncated to first l layers of target model.
- Internal representations of the model on which probes operate; the method uses activations to rank datapoints.
- The paper's proposed training-free prompting strategy that prompts the model to verbalize a probability distribution over a set of responses rather than generating a single response
- Kim et al. 2018 method for identifying concept directions in CNN activations; precursor to LLM probing
- Foundational paper introducing activation steering methodology used in this work
- Key capability: covariance pooling compresses gigabytes of activations into compact stable embeddings without large labeled datasets.
- When the model explicitly mentions being tested in its chain-of-thought reasoning; distinguished from behavioral evaluation awareness.