paper-with-me

Papers

SAEExplainer: Interpreting SAE Features with Activation-Guided Preference Optimization

2026-06-07 · Jingyi He, Haiyan Zhao, Ruxue Shi, Yanguang Liu, Xin Wang, Fei Sun, Mengnan Du arxiv

Although Sparse Autoencoders (SAEs) have mitigated the opacity of large language models (LLMs) by decomposing dense representations into sparse features, explaining these features still remains a central challenge. Current explanation methods, however, typically operate within an open-loop paradigm, failing to leverage mechanistic feedback for further refinement. In this paper, we propose SAEExplainer, a training framework utilizes activation scores as an objective reward signal to train the model for self-correction and iterative bootstrapping. By iteratively verifying and correcting foundational explanations through a two-round optimization process, SAEExplainer achieves continuous improvement in its explanatory capabilities. This mechanism significantly reduces explanation hallucinations and reinforces causal triggering patterns. Extensive experiments demonstrate our approach improves upon established baselines across most metrics, especially in causal triggering and discriminative activation.

📄 PDF Abstract BibTeX arXiv:2606.08496

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpretability as Compression: Reconsidering SAE Explanations of Neural Activations with MDL-SAEs

2024-10-15 · Kola Ayonrinde, Michael T. Pearce, Lee Sharkey

Sparse Autoencoders (SAEs) have emerged as a useful tool for interpreting the internal representations of neural networks. However, naively optimising SAEs for reconstruction loss and sparsity results in a preference for…

SAFER: Probing Safety in Reward Models with Sparse Autoencoder

2025-07-01 · Wei Shi, Ziyuan Xie, Sihang Li, Xiang Wang arxiv

Reinforcement learning from human feedback (RLHF) is a key paradigm for aligning large language models (LLMs) with human values, yet the reward models at its core remain largely opaque. In this work, we present Sparse Au…

Reinforcement Learning

YFPO: Yoked Feature Preference Optimization with Neuron-Guided Rewards

2026-05-12 · Yifan Le arxiv

Preference optimization has become a widely used post-training paradigm for improving the reasoning abilities of large language models. Existing methods typically learn from preferred and dispreferred responses as extern…

Mathematical ReasoningLogical Reasoning

Interpreting Learned Feedback Patterns in Large Language Models

2023-10-12 · Luke Marks, Amir Abdullah, Clement Neo, Rauno Arike 외

Reinforcement learning from human feedback (RLHF) is widely used to train large language models (LLMs). However, it is unclear whether LLMs accurately learn the underlying preferences in human feedback data. We coin the …

ProtSAE: Disentangling and Interpreting Protein Language Models via Semantically-Guided Sparse Autoencoders

2025-08-26 · Xiangyu Liu, Haodi Lei, Yi Liu, Yang Liu 외 arxiv

Sparse Autoencoder (SAE) has emerged as a powerful tool for mechanistic interpretability of large language models. Recent works apply SAE to protein language models (PLMs), aiming to extract and analyze biologically mean…