What's In My Human Feedback? Learning Interpretable Descriptions of Preference Data
Rajiv Movva, Smitha Milli, Sewon Min, Emma Pierson
TL;DR
What’s In My Human Feedback? (WIMHF) presents a data-driven, interpretable framework to explain human feedback in model alignment by first extracting measurable preferences from response pairs via a sparse autoencoder, then describing these features in natural language, and finally linking them to expressed preferences with a logistic model. Across seven datasets, WIMHF reveals both dataset-specific and conflicting preferences, showing how response generation and context shape what humans prefer and how reward models may be exploited. The approach achieves substantial signal using only a handful of interpretable features (approximately four active features per example) and aligns with annotator explanations, enabling practical data curation (e.g., boosting safety by relabeling high-risk examples) and annotator-level personalization with data-efficient updates. These insights support principled data-centric preference learning, improve safety and evaluation practices, and offer a controllable pathway for aligning models with diverse human preferences while mitigating reward hacking.
Abstract
Human feedback can alter language models in unpredictable and undesirable ways, as practitioners lack a clear understanding of what feedback data encodes. While prior work studies preferences over certain attributes (e.g., length or sycophancy), automatically extracting relevant features without pre-specifying hypotheses remains challenging. We introduce What's In My Human Feedback? (WIMHF), a method to explain feedback data using sparse autoencoders. WIMHF characterizes both (1) the preferences a dataset is capable of measuring and (2) the preferences that the annotators actually express. Across 7 datasets, WIMHF identifies a small number of human-interpretable features that account for the majority of the preference prediction signal achieved by black-box models. These features reveal a wide diversity in what humans prefer, and the role of dataset-level context: for example, users on Reddit prefer informality and jokes, while annotators in HH-RLHF and PRISM disprefer them. WIMHF also surfaces potentially unsafe preferences, such as that LMArena users tend to vote against refusals, often in favor of toxic content. The learned features enable effective data curation: re-labeling the harmful examples in Arena yields large safety gains (+37%) with no cost to general performance. They also allow fine-grained personalization: on the Community Alignment dataset, we learn annotator-specific weights over subjective features that improve preference prediction. WIMHF provides a human-centered analysis method for practitioners to better understand and use preference data.
