paper-with-me

Papers

A Survey on Sparse Autoencoders: Interpreting the Internal Mechanisms of Large Language Models

2025-03-07 · Dong Shu, Xuansheng Wu, Haiyan Zhao, Daking Rai, Ziyu Yao, Ninghao Liu, Mengnan Du

Large Language Models (LLMs) have revolutionized natural language processing, yet their internal mechanisms remain largely opaque. Recently, mechanistic interpretability has attracted significant attention from the research community as a means to understand the inner workings of LLMs. Among various mechanistic interpretability approaches, Sparse Autoencoders (SAEs) have emerged as a particularly promising method due to their ability to disentangle the complex, superimposed features within LLMs into more interpretable components. This paper presents a comprehensive examination of SAEs as a promising approach to interpreting and understanding LLMs. We provide a systematic overview of SAE principles, architectures, and applications specifically tailored for LLM analysis, covering theoretical foundations, implementation strategies, and recent developments in sparsity mechanisms. We also explore how SAEs can be leveraged to explain the internal workings of LLMs, steer model behaviors in desired directions, and develop more transparent training methodologies for future models. Despite the challenges that remain around SAE implementation and scaling, they continue to provide valuable tools for understanding the internal mechanisms of large language models.

📄 PDF Abstract BibTeX arXiv:2503.05613

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Mechanistic Interpretability of ASR models using Sparse Autoencoders

2026-05-12 · Dan Pluth, Zachary Nicholas Houghton, Yu Zhou, Vijay K. Gurbani arxiv

Understanding the internal machinations of deep Transformer-based NLP models is more crucial than ever as these models see widespread use in various domains that affect the public at large, such as industry, academia, fi…

Interpreting and Steering Protein Language Models through Sparse Autoencoders

2025-02-13 · Edith Natalia Villegas Garcia, Alessio Ansuini

The rapid advancements in transformer-based language models have revolutionized natural language processing, yet understanding the internal mechanisms of these models remains a significant challenge. This paper explores …

Interpreting Language Models Through Concept Descriptions: A Survey

2025-10-01 · Nils Feldhus, Laura Kopf arxiv

Understanding the decision-making processes of neural networks is a central goal of mechanistic interpretability. In the context of Large Language Models (LLMs), this involves uncovering the underlying mechanisms and ide…

Sanity Checks for Sparse Autoencoders: Do SAEs Beat Random Baselines?

2026-02-15 · Anton Korznikov, Andrey Galichin, Alexey Dontsov, Oleg Rogov 외 arxiv

Sparse Autoencoders (SAEs) have emerged as a promising tool for interpreting neural networks by decomposing their activations into sparse sets of human-interpretable features. Recent work has introduced multiple SAE vari…

I Have Covered All the Bases Here: Interpreting Reasoning Features in Large Language Models via Sparse Autoencoders

2025-03-24 · Andrey Galichin, Alexey Dontsov, Polina Druzhinina, Anton Razzhigaev 외

Large Language Models (LLMs) have achieved remarkable success in natural language processing. Recent advances have led to the developing of a new class of reasoning LLMs; for example, open-source DeepSeek-R1 has achieved…

All