Discovering Millions of Interpretable Features with Sparse Autoencoders
- lab arXiv
- lab arXivLabs
- model Qwen3-1.7B
- model Qwen3-4B
- model Qwen3-8B
- model Qwen3-Instruct SAE
- product Hugging Face
A research team has released Qwen3-Instruct SAE, a suite of sparse autoencoders designed to decompose the internal representations of instruction-tuned language models into interpretable features, according to a preprint posted on arXiv [1]. The work targets the Qwen3 model family, training sparse autoencoders (SAEs) on the 1.7B, 4B, and 8B parameter versions [1]. SAEs are a technique for untangling the superimposed activations inside neural networks, which are a class of statistical algorithms central to modern machine learning [2]. The training process for these tools is computationally intensive, and publicly available SAE models have been scarce [1]. For the two smaller models, the authors trained layer-wise SAEs at three activation sites: residual streams, MLP outputs, and attention outputs. For the 8B model, training was limited to a subset of residual stream layers [1]. The preprint, hosted on the open-access repository arXiv, has not yet been peer-reviewed [5]. Evaluation used both activation-level reconstruction metrics and model-level recovery metrics, revealing distinct sparsity–fidelity trade-offs across different layers and components [1]. The field of deep learning, which relies on multilayered neural networks for tasks such as representation learning, has produced architectures including transformers that underpin large language models [3]. Within these networks, individual components can learn to optimize internal filters through automated learning, a process that simplifies feature extraction compared to hand-engineered approaches [4]. The researchers demonstrated a practical application through a refusal-steering case study. They showed that selected SAE features can causally steer instruction-tuned Qwen3 models toward refusal behavior [1]. The release is intended as a resource for studying sparse representations, feature-level mechanisms, and behavioral interventions in instruction-tuned language models [1].
model-releaseresearch-paperproduct-launchtool-release
Background sources we checked (6)
- en.wikipedia.org ↗ Machine learning (ML) is a field of study in artificial intelligence concerned with the development and study of statistical algorithms that can learn from data and generalize to unseen data, and thus perform tasks without being explicitly programmed. Advances in the field of de…
- en.wikipedia.org ↗ In machine learning, deep learning (DL) focuses on utilizing multilayered neural networks to perform tasks such as classification, regression, and representation learning. The field takes inspiration from biological neuroscience and revolves around stacking artificial neurons int…
- en.wikipedia.org ↗ A convolutional neural network (CNN) is a type of feedforward neural network that learns features via filter (or kernel) optimization. This type of deep learning network has been applied to process and make predictions from many different types of data including text, images and …
- en.wikipedia.org ↗ arXiv (pronounced as "archive"—the X represents the Greek letter chi ⟨χ⟩) is an open-access repository of electronic preprints and postprints (known as e-prints) approved for posting after moderation, but not peer reviewed. It consists of scientific papers in the fields of mathem…
- en.wikipedia.org ↗ 14 (fourteen) is the natural number following 13 and preceding 15.…
- en.wikipedia.org ↗ LK-99 also called PCPOSOS, is a gray–black, polycrystalline compound, identified as a copper-doped lead‒oxyapatite. A team from Korea University led by Lee Sukbae (이석배) and Kim Ji-Hoon (김지훈) began studying this material as a potential superconductor in 1999, and in July 2023 publ…
Sources covering this (2)
- export.arxiv.org — Discovering Millions of Interpretable Features with Sparse Autoencoders ↗
- export.arxiv.org — Beyond the Hard Budget: Sparsity Regularizers for More Interpretable Top-k Sparse Autoencoders · Global