method
active
method:natural-language-autoencoders-nlasNatural Language Autoencoders (NLAs)
Core unsupervised method for generating natural language explanations of LLM activations through a verbalizer-reconstructor pair trained with RL.
Neighborhood — ranked by edge-count
Findings (6)
finding
- Mechanistic insight surfaced by NLA explanations and validated through independent causal attribution method.
- Shows NLA explanations capture latent model beliefs about rewards before output selection; validates interpretability.
- Evidence that NLA explanations bear causal relationship to model outputs; demonstrates validity of extracted representations.
- Downstream task validating NLA utility for model auditing; agents succeed without access to misalignment training data.
- Case study demonstrating NLA ability to surface root causes of model misbehavior; corroborated by training data inspection.
- Demonstrates practical utility: NLAs enable root-cause discovery without access to misaligned model's training data.
Methods (6)
method
- Activation Oracles (AO)associated_withextendsSupervised method training models to answer questions about activations; NLAs differ by being unsupervised.
- Sparse Autoencoders (SAE)associated_withInterpretability method criticized in this paper for shattering manifolds into atomic pieces, obscuring overarching semantic structure.
- Logit Lensassociated_withUnsupervised interpretability technique that projects activations through unembedding matrix; provides comparison point for NLA approach.
- Activation Verbalizer (AV)implementsComponent of NLA that maps activations to text descriptions; initialized as copy of target LLM with supervised warm-start on summarization task.
- Activation Reconstructor (AR)implementsComponent of NLA that maps natural language explanations back to activations; truncated to first l layers of target model.
- Model-agnostic measure of reconstruction quality and training progress; ranges from 0 (predicting mean) to 1 (perfect reconstruction).
Artifacts (3)
artifact
- Released on GitHub (github.com/kitft/natural_language_autoencoders) and interactive frontend on Neuronpedia to support community research.
- Interactive tool released for sampling from open model NLAs; enables community exploration of interpretability results.
- Open-source code release enabling reproduction and extension of NLA training; hosted on GitHub.
Datasets (3)
dataset
- Claude Haiku 3.5aboutimplementsTarget model for NLA training and evaluation; used in quantitative benchmarking.
- Claude Haiku 4.5aboutimplementsTarget model for NLA training and evaluation; shows similar FVE curves to Haiku 3.5.
- Claude Opus 4.6implementsPrimary target model for NLA development and case studies; underwent pre-deployment audit using NLAs.
Venues (1)
venue
- Transformer CircuitscitesPublication venue for this paper; platform for interpretability research on LLM internals.
Claims (1)
claim
- Core limitation and usage heuristic: read NLAs for themes rather than individual factual claims; cross-check with original context.
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.
- An unsupervised method for generating natural language explanations of LLM activations through a verbalizer-reconstructor pair trained jointly with RL.
- Neural network architecture that learns compressed representations; SOHMs are functionally equivalent.
- Core insight: reconstruction objective combined with appropriate initialization and KL regularization produces human-interpretable explanations as emergent property.
- Interpretability framework used to decompose layer-40 activations into sparse feature sets for studying emotional alignment and persistence
- The paper positions NLAs as combining unsupervised learning with direct readability.
- Covert encoding of information in NLA explanations beyond their overt natural language meaning.