← Back to feed
2026-08-13reasoningalignment

SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization

Weihan Meng, Hongzhu Guo, Yi Jing, Dewen Liu, Zijun Yao, Xiaozhi Wang, Lei Hou, Juanzi Li

PDF preview for SAEVerbalizer: Generating Explanations for Sparse Autoencoder Features via Representation Verbalization
Read on arXiv →

Key claim

SAEVerbalizer generates direct explanations from LLM features.

In plain English

Imagine you're building a system that needs to interpret complex data from large language models, like understanding the features they extract. Currently, the process of explaining these features often relies on external observations, which can lead to shallow insights and inefficiencies when trying to gather evidence at scale. This reliance can result in what's called superficial explanations, where the true meaning behind the model's behavior remains unclear. As a builder, you want a more direct way to understand and communicate these features without getting bogged down in cumbersome observation methods.

The authors propose a solution with SAEVerbalizer, which integrates decoder directions from sparse autoencoders directly into the representations of a language model. This framework fine-tunes the model's downstream layers to produce natural-language explanations of the features, allowing for a more intuitive understanding of what the model is doing. The results show that this verbalization capability not only generalizes to unseen features but also adapts across different sparse autoencoder dictionaries and models. This means that as a builder, you can leverage this method to create systems that explain their reasoning more transparently and effectively, ultimately leading to better user trust and understanding.

Novelty
8.0/10

The approach introduces a novel method for generating natural-language explanations from sparse autoencoders.

Reliability
7.5/10

The experiments demonstrate generalization and transferability, though more extensive baselines could strengthen claims.

Deep reliability assessment

The methodology supports generating natural-language explanations for SAE features directly from decoder directions, but the generalization to other LLM families and the correctness of explanations are not fully established.

Reproducibility

No open source code or dataset is mentioned in the paper.

Key figure

Figure 1 provides an overview of SAEVERBALIZER, showing how an SAE decoder direction and a verbalization prompt are used to generate a natural-language explanation of a feature.