What problem does it solve?
Neural network activations are polysemantic due to superposition, making it difficult to interpret what concepts language models have learned. This Skill uses Sparse Autoencoders (SAEs) to decompose dense activations into sparse, monosemantic features that correspond to human-interpretable concepts.
Core Features & Use Cases
- Pre-trained SAE Analysis: Load and analyze existing SAEs to identify which features activate for specific inputs.
- Custom SAE Training: Train your own SAEs on target model layers with configurable sparsity and architecture options.
- Feature Steering & Ablation: Modify model behavior by amplifying or removing specific interpretable features for causal analysis.
- Use Case: AI safety researchers can use this Skill to discover features related to deceptive behavior or bias in language models for auditing purposes.
Quick Start
Use the sparse-autoencoder-training skill to identify the top 5 activating interpretable features for the input "The Eiffel Tower is located in Paris" using a pre-trained GPT-2 small SAE.