An Intuitive Explanation of Sparse Autoencoders for Mechanistic Interpretability of LLMs — LessWrong
Sparse Autoencoders (SAEs) have recently become popular for interpretability of machine learning models (although SAEs have been around since 1997). Machine learning models and LLMs are becoming more powerful and useful, but they are still black boxes, and we don't understand how they do the things that they are capable of. It seems like it would be useful if we could understand how they work. Using SAEs, we can begin to break down a model's computation into understandable components. There are several existing explanations of SAEs, and I wanted to create a brief writeup from a different angle with an intuitive explanation of how they work. The most natural component of a neural network is individual neurons. Unfortunately, individual neurons do not conveniently correspond to single concepts. An example neuron in a language model corresponded to academic citations, English dialogue, HTTP requests, and Korean text. This is a concept called superposition, where concepts in a neural netwo
x An Intuitive Explanation of Sparse Autoencoders for Mechanistic Interpretability of LLMs — LessWrong Sparse Autoencoders (SAEs) AI Frontpage 30 An Intuitive Explanation of Sparse Autoencoders for Mechanistic Interpretability of LLMs by Adam Karvonen 25th Jun 2024 Linkpost for adamkarvonen.github.io 10 min read 0 30 Sparse Autoencoders (SAEs) have recently become popular for interpretability of machine learning models (although SAEs have been around since 1997 ). Machine learning models and LLMs are becoming more powerful and useful, but they are still black boxes, and we don't understand how
related reading
- An Intuitive Explanation of Sparse Autoencoders for LLM Interpretability | Adam Karvonenadamkarvonen.github.io
- A gentle introduction to sparse autoencoders — LessWronglesswrong.com
- A Survey on Sparse Autoencoders: Interpreting the Internal Mechanisms of Large Language Modelsarxiv.org
- A gentle introduction to sparse autoencodersnickjiang.substack.com
- GitHub - PaulPauls/llama3_interpretability_sae: A complete end-to-end pipeline for LLM interpretability with sparse autoencoders (SAEs) using Llama 3.2, written in pure PyTorch and fully reproducible.github.com
- Towards Monosemanticity: Decomposing Language Models With Dictionary Learningtransformer-circuits.pub
- Llama Scope: Extracting Features from Llama 3.1-8B with SAEsarxiv.org
- pdfopenreview.net
- Sparse Autoencoders Find Highly Interpretable Features in Language Modelsarxiv.org
- Interpretability with Sparse Autoencoders (Colab exercises) — LessWronglesswrong.com
- Towards Monosemanticity: Decomposing Language Models With Dictionary Learningtransformer-circuits.pub
- SAEBench: A Comprehensive Benchmark for Sparse Autoencoders in Language Model Interpretabilityarxiv.org