paper-with-me

Papers

Interpretable Reward Model via Sparse Autoencoder

2025-08-12 · Shuyi Zhang, Wei Shi, Sihang Li, Jiayi Liao, Hengxing Cai, Xiang Wang arxiv

Large language models (LLMs) have been widely deployed across numerous fields. Reinforcement Learning from Human Feedback (RLHF) leverages reward models (RMs) as proxies for human preferences to align LLM behaviors with human values, making the accuracy, reliability, and interpretability of RMs critical for effective alignment. However, traditional RMs lack interpretability, offer limited insight into the reasoning behind reward assignments, and are inflexible toward user preference shifts. While recent multidimensional RMs aim for improved interpretability, they often fail to provide feature-level attribution and require costly annotations. To overcome these limitations, we introduce the Sparse Autoencoder-enhanced Reward Model (SARM), a novel architecture that integrates a pretrained Sparse Autoencoder (SAE) into a reward model. SARM maps the hidden activations of LLM-based RM into an interpretable, sparse, and monosemantic feature space, from which a scalar head aggregates feature activations to produce transparent and conceptually meaningful reward scores. Empirical evaluations demonstrate that SARM facilitates direct feature-level attribution of reward assignments, allows dynamic adjustment to preference shifts, and achieves superior alignment performance compared to conventional reward models. Our code is available at https://github.com/schrieffer-z/sarm.

📄 PDF Abstract BibTeX arXiv:2508.08746

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

SparseRM: A Lightweight Preference Modeling with Sparse Autoencoder

2025-11-11 · Dengcan Liu, Jiahao Li, Zheren Fu, Yi Tu 외 arxiv

Reward models (RMs) are a core component in the post-training of large language models (LLMs), serving as proxies for human preference evaluation and guiding model alignment. However, training reliable RMs under limited …

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

SteerRM: Debiasing Reward Models via Sparse Autoencoders

2026-03-13 · Mengyuan Sun, Zhuohao Yu, Weizheng Gu, Shikun Zhang 외 arxiv

Reward models (RMs) are critical components of alignment pipelines, yet they exhibit biases toward superficial stylistic cues, preferring better-presented responses over semantically superior ones. Existing debiasing met…

Towards Interpretable and Inference-Optimal COT Reasoning with Sparse Autoencoder-Guided Generation

2025-10-02 · Daniel Zhao, Abhilash Shankarampeta, Lanxiang Hu, Tajana Rosing 외 arxiv

We propose a novel method that leverages sparse autoencoders (SAEs) and clustering techniques to analyze the internal token representations of large language models (LLMs) and guide generations in mathematical reasoning …

Mathematical Reasoning

IR$^3$: Contrastive Inverse Reinforcement Learning for Interpretable Detection and Mitigation of Reward Hacking

2026-02-23 · Mohammad Beigi, Ming Jin, Junshan Zhang, Jiaxin Zhang 외 arxiv

Reinforcement Learning from Human Feedback (RLHF) enables powerful LLM alignment but can introduce reward hacking - models exploit spurious correlations in proxy rewards without genuine alignment. Compounding this, the o…

Reinforcement Learning