SparseRM: A Lightweight Preference Modeling with Sparse Autoencoder
Dengcan Liu, Jiahao Li, Zheren Fu, Yi Tu, Jiajun Li, Zhendong Mao, Yongdong Zhang
TL;DR
SparseRM addresses the resource-intensive nature of reward modeling for LLM alignment by extracting preference-relevant features from intermediate representations with a Sparse Autoencoder. It constructs projection vectors along interpretable directions and trains a lightweight single-layer reward head, enabling robust preference scoring without fine-tuning the backbone. Across truthfulness, safety, and adversarial evaluation, SparseRM achieves competitive or superior performance while using less than 1% of trainable parameters and integrating smoothly into online iterative alignment loops. The approach also offers interpretability by linking latent directions to semantic preference cues and demonstrates stronger generalization under distributional shifts compared to dense representations.
Abstract
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 resources remains challenging due to the reliance on large-scale preference annotations and the high cost of fine-tuning LLMs. To address this, we propose SparseRM, which leverages Sparse Autoencoder (SAE) to extract preference-relevant information encoded in model representations, enabling the construction of a lightweight and interpretable reward model. SparseRM first employs SAE to decompose LLM representations into interpretable directions that capture preference-relevant features. The representations are then projected onto these directions to compute alignment scores, which quantify the strength of each preference feature in the representations. A simple reward head aggregates these scores to predict preference scores. Experiments on three preference modeling tasks show that SparseRM achieves superior performance over most mainstream RMs while using less than 1% of trainable parameters. Moreover, it integrates seamlessly into downstream alignment pipelines, highlighting its potential for efficient alignment.
