paper-with-me

Papers

Beyond Input Activations: Identifying Influential Latents by Gradient Sparse Autoencoders

2025-05-12 · Dong Shu, Xuansheng Wu, Haiyan Zhao, Mengnan Du, Ninghao Liu

Sparse Autoencoders (SAEs) have recently emerged as powerful tools for interpreting and steering the internal representations of large language models (LLMs). However, conventional approaches to analyzing SAEs typically rely solely on input-side activations, without considering the causal influence between each latent feature and the model's output. This work is built on two key hypotheses: (1) activated latents do not contribute equally to the construction of the model's output, and (2) only latents with high causal influence are effective for model steering. To validate these hypotheses, we propose Gradient Sparse Autoencoder (GradSAE), a simple yet effective method that identifies the most influential latents by incorporating output-side gradient information.

📄 PDF Abstract BibTeX arXiv:2505.08080

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Sparse Autoencoder A Sparse Autoencoder is a type of autoencoder that employs sparsity to achieve an information bottleneck. Specifically the loss function is constructed so that activations are…

Similar Papers 제목 키워드 기반

Evaluating Synthetic Activations composed of SAE Latents in GPT-2

2024-09-23 · Giorgi Giglemiani, Nora Petrova, Chatrik Singh Mangat, Jett Janiak 외

Sparse Auto-Encoders (SAEs) are commonly employed in mechanistic interpretability to decompose the residual stream into monosemantic SAE latents. Recent work demonstrates that perturbing a model's activations at an early…

Sensitivity

Sparse Autoencoders Do Not Find Canonical Units of Analysis

2025-02-07 · Patrick Leask, Bart Bussmann, Michael Pearce, Joseph Bloom 외

A common goal of mechanistic interpretability is to decompose the activations of neural networks into features: interpretable properties of the input computed by the model. Sparse autoencoders (SAEs) are a popular method…

Interpret the Internal States of Recommendation Model with Sparse Autoencoder

2024-11-09 · Jiayin Wang, XiaoYu Zhang, Weizhi Ma, Min Zhang

Explainable recommendation systems are important to enhance transparency, accuracy, and fairness. Beyond result-level explanations, model-level interpretations can provide valuable insights that allow developers to optim…

Explainable RecommendationFairnessRecommendation Systems

BatchTopK Sparse Autoencoders

2024-12-09 · Bart Bussmann, Patrick Leask, Neel Nanda

Sparse autoencoders (SAEs) have emerged as a powerful tool for interpreting language model activations by decomposing them into sparse, interpretable features. A popular approach is the TopK SAE, that uses a fixed number…

Language ModelingLanguage Modelling

Beyond the Hard Budget: Sparsity Regularizers for More Interpretable Top-k Sparse Autoencoders

2026-06-25 · Nathanaël Jacquier, Maria Vakalopoulou, Mahdi S. Hosseini arxiv

Sparse autoencoders (SAEs) have become a leading tool for interpreting the representations of vision foundation models, decomposing their polysemantic activations into a larger set of sparse, more monosemantic features. …