paper-with-me

Papers

Evaluating Sparse Autoencoders for Monosemantic Representation

2025-08-20 · Moghis Fereidouni, Muhammad Umair Haider, Peizhong Ju, A. B. Siddique arxiv

A key barrier to interpreting large language models is polysemanticity, where neurons activate for multiple unrelated concepts. Sparse autoencoders (SAEs) have been proposed to mitigate this issue by transforming dense activations into sparse, more interpretable features. While prior work suggests that SAEs promote monosemanticity, no quantitative comparison has examined how concept activation distributions differ between SAEs and their base models. This paper provides the first systematic evaluation of SAEs against base models through activation distribution lens. We introduce a fine-grained concept separability score based on the Jensen-Shannon distance, which captures how distinctly a neuron's activation distributions vary across concepts. Using two large language models (Gemma-2-2B and DeepSeek-R1) and multiple SAE variants across five datasets (including word-level and sentence-level), we show that SAEs reduce polysemanticity and achieve higher concept separability. To assess practical utility, we evaluate concept-level interventions using two strategies: full neuron masking and partial suppression. We find that, compared to base models, SAEs enable more precise concept-level control when using partial suppression. Building on this, we propose Attenuation via Posterior Probabilities (APP), a new intervention method that uses concept-conditioned activation distributions for targeted suppression. APP achieves the smallest perplexity increase while remaining highly effective at concept removal.

📄 PDF Abstract BibTeX arXiv:2508.15094

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sparse Autoencoders Learn Monosemantic Features in Vision-Language Models

2025-04-03 · Mateusz Pach, Shyamgopal Karthik, Quentin Bouniot, Serge Belongie 외

Sparse Autoencoders (SAEs) have recently been shown to enhance interpretability and steerability in Large Language Models (LLMs). In this work, we extend the application of SAEs to Vision-Language Models (VLMs), such as …

Rethinking Evaluation of Sparse Autoencoders through the Representation of Polysemous Words

2025-01-09 · Gouki Minegishi, Hiroki Furuta, Yusuke Iwasawa, Yutaka Matsuo

Sparse autoencoders (SAEs) have gained a lot of attention as a promising tool to improve the interpretability of large language models (LLMs) by mapping the complex superposition of polysemantic neurons into monosemantic…

Interpreting Video Representations with Spatio-Temporal Sparse Autoencoders

2026-04-05 · Atahan Dokme, Sriram Vishwanath arxiv

We present the first systematic study of Sparse Autoencoders (SAEs) on video representations. Standard SAEs decompose video into interpretable, monosemantic features but destroy temporal coherence: hard TopK selection pr…

Action ClassificationVideo Retrieval

Learning biologically relevant features in a pathology foundation model using sparse autoencoders

2024-07-15 · Nhat Minh Le, Ciyue Shen, Neel Patel, Chintan Shah 외

Pathology plays an important role in disease diagnosis, treatment decision-making and drug development. Previous works on interpretability for machine learning models on pathology images have revolved around methods such…

A is for Absorption: Studying Feature Splitting and Absorption in Sparse Autoencoders

2024-09-22 · David Chanin, James Wilken-Smith, Tomáš Dulka, Hardik Bhatnagar 외

Sparse Autoencoders (SAEs) have emerged as a promising approach to decompose the activations of Large Language Models (LLMs) into human-interpretable latents. In this paper, we pose two questions. First, to what extent d…