🤖 AI Summary
This work addresses the limited transparency of large language models, which hinders their controllability and improvability. Building upon the Qwen3/Qwen3.5 model family—including both dense and mixture-of-experts (MoE) architectures—the authors introduce the first open-source suite of sparse autoencoders (SAEs), decomposing internal activations into sparse, interpretable feature representations. Crucially, they elevate SAEs beyond mere analytical tools by establishing them as reusable representation-layer interfaces. This interface enables feature-level interventions during inference—such as feature steering, feature-based data synthesis, and fine-tuning—without altering model weights. The approach facilitates language and preference control, safe data generation, multilingual toxicity classification, analysis of redundant behaviors, and post-training optimization, thereby substantially enhancing model diagnosability, controllability, and overall performance.
📝 Abstract
Large language models have achieved remarkable capabilities across diverse tasks, yet their internal decision-making processes remain largely opaque, limiting our ability to inspect, control, and systematically improve them. This opacity motivates a growing body of research in mechanistic interpretability, with sparse autoencoders (SAEs) emerging as one of the most promising tools for decomposing model activations into sparse, interpretable feature representations. We introduce Qwen-Scope, an open-source suite of SAEs built on the Qwen model family, comprising 14 groups of SAEs across 7 model variants from the Qwen3 and Qwen3.5 series, covering both dense and mixture-of-expert architectures. Built on top of these SAEs, we show that SAEs can go beyond post-hoc analysis to serve as practical interfaces for model development along four directions: (i) inference-time steering, where SAE feature directions control language, concepts, and preferences without modifying model weights; (ii) evaluation analysis, where activated SAE features provide a representation-level proxy for benchmark redundancy and capability coverage; (iii) data-centric workflows, where SAE features support multilingual toxicity classification and safety-oriented data synthesis; and (iv) post-training optimization, where SAE-derived signals are incorporated into supervised fine-tuning and reinforcement learning objectives to mitigate undesirable behaviors such as code-switching and repetition. Together, these results demonstrate that SAEs can serve not only as post-hoc analysis tools, but also as reusable representation-level interfaces for diagnosing, controlling, evaluating, and improving large language models. By open-sourcing Qwen-Scope, we aim to support mechanistic research and accelerate practical workflows that connect model internals to downstream behavior.