sparse-autoencoder-training

Decompose neural network activations into interpretable features using SAELens.

Updated May 8, 2026
One-click install
npx skills add https://github.com/superfhp/lumi-agent --skill sparse-autoencoder-training-superfhp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sparse-autoencoder-training
Source: https://github.com/superfhp/lumi-agent/tree/main/optional-skills/mlops/saelens
Command: npx skills add https://github.com/superfhp/lumi-agent --skill sparse-autoencoder-training-superfhp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sae-lens>=6.0.0, transformer-lens>=2.0.0, torch>=2.0.0, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of interpreting complex neural network activations by using SAELens to decompose them into sparse, interpretable features.

Core Features & Use Cases

  • Feature Decomposition: Decompose polysemantic neural network activations into sparse, monosemantic features.
  • Interpretability: Aid in understanding what concepts a model has learned and studying superposition.
  • Use Case: Ideal for analyzing safety-relevant features like deception, bias, or harmful content in language models.

Quick Start

Install SAELens and use it to analyze model activations for interpretable features.

Frequently Asked Questions about sparse-autoencoder-training

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decompose neural network activations into interpretable features?

You can decompose neural network activations into interpretable features by using Sparse Autoencoders to break down polysemantic activations into sparse, monosemantic components for model analysis.

What is the best way to identify safety-relevant features like deception in language models?

Identifying safety-relevant features like deception in language models involves decomposing model activations with Sparse Autoencoders to isolate and study specific superposition concepts.

Can I use SAELens to study superposition in neural networks?

Yes, SAELens enables studying superposition in neural networks by decomposing complex model activations into sparse, monosemantic features for interpretability analysis.

Do I need Python and PyTorch to train sparse autoencoders for feature discovery?

Yes, you need Python along with PyTorch, SAELens, and TransformerLens to train sparse autoencoders for feature discovery and neural network interpretability tasks.

How does feature discovery with sparse autoencoders help model interpretability?

Feature discovery with sparse autoencoders improves model interpretability by resolving polysemantic neural network activations into distinct, monosemantic features that reveal learned concepts.

Are there limitations when using sparse autoencoders for neural network interpretability?

Sparse autoencoders for neural network interpretability require decomposing complex polysemantic activations, which demands substantial computational resources and careful feature analysis to ensure accuracy.