paper-with-me

Papers

Sparse Autoencoders for Hypothesis Generation

2025-02-05 · Rajiv Movva, Kenny Peng, Nikhil Garg, Jon Kleinberg, Emma Pierson

We describe HypotheSAEs, a general method to hypothesize interpretable relationships between text data (e.g., headlines) and a target variable (e.g., clicks). HypotheSAEs has three steps: (1) train a sparse autoencoder on text embeddings to produce interpretable features describing the data distribution, (2) select features that predict the target variable, and (3) generate a natural language interpretation of each feature (e.g., "mentions being surprised or shocked") using an LLM. Each interpretation serves as a hypothesis about what predicts the target variable. Compared to baselines, our method better identifies reference hypotheses on synthetic datasets (at least +0.06 in F1) and produces more predictive hypotheses on real datasets (~twice as many significant findings), despite requiring 1-2 orders of magnitude less compute than recent LLM-based methods. HypotheSAEs also produces novel discoveries on two well-studied tasks: explaining partisan differences in Congressional speeches and identifying drivers of engagement with online headlines.

📄 PDF Abstract BibTeX arXiv:2502.04382

Code (1)

rmovva/HypotheSAEs 공식 구현 pytorch

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 제목 키워드 기반

Denoising Concept Vectors with Sparse Autoencoders for Improved Language Model Steering

2025-05-21 · Haiyan Zhao, Xuansheng Wu, Fan Yang, Bo Shen 외

Linear Concept Vectors have proven effective for steering large language models (LLMs). While existing approaches like linear probing and difference-in-means derive these vectors from LLM hidden representations, diverse …

counterfactualDenoisingLanguage ModelingLanguage Modelling

Sparse Autoencoders Enable Scalable and Reliable Circuit Identification in Language Models

2024-05-21 · Charles O'Neill, Thang Bui

This paper introduces an efficient and robust method for discovering interpretable circuits in large language models using discrete sparse autoencoders. Our approach addresses key limitations of existing techniques, name…

Quantifying Feature Space Universality Across Large Language Models via Sparse Autoencoders

2024-10-09 · Michael Lan, Philip Torr, Austin Meek, Ashkan Khakzar 외

The Universality Hypothesis in large language models (LLMs) claims that different models converge towards similar concept representations in their latent spaces. Providing evidence for this hypothesis would enable resear…

Dictionary Learning

Towards Understanding the Robustness of Sparse Autoencoders

2026-04-20 · Ahson Saiyed, Sabrina Sadiekh, Chirag Agarwal arxiv

Large Language Models (LLMs) remain vulnerable to optimization-based jailbreak attacks that exploit internal gradient structure. While Sparse Autoencoders (SAEs) are widely used for interpretability, their robustness imp…

Interpreting Attention Layer Outputs with Sparse Autoencoders

2024-06-25 · Connor Kissane, Robert Krzyzanowski, Joseph Isaac Bloom, Arthur Conmy 외

Decomposing model activations into interpretable components is a key open problem in mechanistic interpretability. Sparse autoencoders (SAEs) are a popular method for decomposing the internal activations of trained trans…