Google 推出了 Gemma Scope 2,这是一套先进的可解释性工具套件,旨在更深入地了解其 Gemini 3 大语言模型的内部工作机制和涌现行为。基于针对 Gemma 2 的原始 Gemma Scope,这个更新版本重新训练了稀疏自编码器(SAE)和转码器,覆盖 Gemini 3 的每一层,包括新颖的跳跃内部表示、理解内部状态如何影响行为,并识别内部状态与输出之间的差异,这些差异可能表明安全风险。关键应用包括调试 AI 智能体、制定针对安全漏洞(如越狱、幻觉和谄媚)的缓解策略,以及分析复杂的聊天机器人行为。Google 还实施了专门的稀疏内核和先进的训练技术,以保持线性复杂度扩展并识别更有用的概念。Gemma Scope 2 的权重已在 Hugging Face 上发布,推动了更广泛的 AI 安全和可解释性研究,类似于 Anthropic 和 OpenAI 的努力。
Gemma Scope 2 is a suite of tools designed to interpret the behavior of Gemini 3 models, enabling researchers to analyze emergent model behaviors, audit and debug AI agents, and devise mitigation strategies against security issues like jailbreaks, hallucinations and sycophancy.
Interpretability research aims to understand the internal workings and learned algorithms of AI models. As AI becomes increasingly more capable and complex, interpretability is crucial for building AI that is safe and reliable.
Google describes Gemma Scope as a microscope for its LLMs. It combines sparse autoencoders (SAEs) and transcoders to let researchers inspect a model's internal representation, examine what it "thinks" and understand how those internal states shape its behavior. One key use case is inspecting discrepancies between a model's output and its internal state, which Google says could help surface safety risks.
Gemma Scope 2 extends the original Gemma Scope, which targeted the Gemma 2 family, in several ways. Most notably, it retrained its SAEs and transcoders across every layer of Gemma 3 models, including skip-transcoders and cross-layer transcoders, which are designed to make multi-step computations and distributed algorithms easier to interpret.
Increasing the number of layers, Google explains, directly increases compute and memory requirements, which required to design specialized sparse kernels to keep complexity scaling linearly with the number of layers.
In addition, Google applied a more advanced training technique to improve Gemma Scope 2's ability to identify more useful concepts, while also addressing several known flaws in the first implementation. Finally, Gemma Scope 2 introduces tools specifically tailored for chatbot analysis, enabling the study of complex, multi-step behaviors, such as jailbreaks, refusal mechanisms, and chain-of-thought faithfulness.
Sparse autoencoders use a pair of encoder and decoder functions to decompose and reconstruct all LLM inputs. Transcoders, on the other hand, are trained to sparsely reconstruct the computations of a multi-layer perceptron (MLP) sublayer, that is to learn how to approximate their output for a given input. This makes them useful for identifying which parts of each layer and sublayer, or more exactly which patterns of activations, are triggered by individual input tokens and or sequences of tokens.
Besides the application to security issues, redditor Mescalian foresees that this research could:
also help inform best practices in other domains, and in the future this technique probably will be used to monitor more intelligent AIs internal reasoning. Right now though it's most useful for steering capabilities through fine-tuning and other modification of weights.
Similarly to Google, Anthropic and OpenAI also released their own "AI microscopes" tailored for their own models.
Google has released the weights of Gemma Scope 2 on Hugging Face.

