Disentangling Dense Embeddings with Sparse Autoencoders
Charles O'Neill, Christine Ye, Kartheik Iyer, John F. Wu
TL;DR
This work introduces sparse autoencoders (SAEs) as a means to disentangle semantic content in dense text embeddings derived from large language models, addressing interpretability and control gaps in semantic search. By training SAEs on embeddings from hundreds of thousands of abstracts across astronomy and computer science, the authors uncover interpretable features, quantify interpretability with automated LLM-based labelling, and reveal a hierarchical organization via feature families built with a graph-based clustering approach. They demonstrate practical utility by steering semantic search through feature- or family-level interventions, showing improved specificity over traditional query rewriting, and provide an open-source toolkit including SAEs, embeddings, and a web app for exploration. The findings establish scaling laws for SAE performance, illuminate the structure of learned features, and offer a replicable pathway to more interpretable and controllable semantic spaces in NLP tasks.
Abstract
Sparse autoencoders (SAEs) have shown promise in extracting interpretable features from complex neural networks. We present one of the first applications of SAEs to dense text embeddings from large language models, demonstrating their effectiveness in disentangling semantic concepts. By training SAEs on embeddings of over 420,000 scientific paper abstracts from computer science and astronomy, we show that the resulting sparse representations maintain semantic fidelity while offering interpretability. We analyse these learned features, exploring their behaviour across different model capacities and introducing a novel method for identifying ``feature families'' that represent related concepts at varying levels of abstraction. To demonstrate the practical utility of our approach, we show how these interpretable features can be used to precisely steer semantic search, allowing for fine-grained control over query semantics. This work bridges the gap between the semantic richness of dense embeddings and the interpretability of sparse representations. We open source our embeddings, trained sparse autoencoders, and interpreted features, as well as a web app for exploring them.
