ResponseRank: Data-Efficient Reward Modeling through Preference Strength Learning
Timo Kaufmann, Yannick Metz, Daniel Keim, Eyke Hüllermeier
TL;DR
ResponseRank tackles the challenge of learning not just preference order but strength, by exploiting locally valid strength signals through stratified rankings and a Plackett–Luce loss with a virtual anchor. It unifies direction and magnitude learning into a single framework that reduces to Bradley–Terry in the single-comparison limit, and introduces the Pearson Distance Correlation (PDC) to quantify learned utility distances independently from ordinal accuracy. Across synthetic data, MultiPref language modeling, and RL control tasks, ResponseRank improves strength recovery (PDC) and often enhances ordinal predictions, achieving better sample efficiency and robustness to heterogeneous strength signals. The work demonstrates practical gains for RLHF and downstream decision-making, while offering a generalizable approach to incorporating imperfect strength cues like response times into reward modeling.
Abstract
Binary choices, as often used for reinforcement learning from human feedback (RLHF), convey only the direction of a preference. A person may choose apples over oranges and bananas over grapes, but which preference is stronger? Strength is crucial for decision-making under uncertainty and generalization of preference models, but hard to measure reliably. Metadata such as response times and inter-annotator agreement can serve as proxies for strength, but are often noisy and confounded. We propose ResponseRank to address the challenge of learning from noisy strength signals. Our method uses relative differences in proxy signals to rank responses to pairwise comparisons by their inferred preference strength. To control for systemic variation, we compare signals only locally within carefully constructed strata. This enables robust learning of utility differences consistent with strength-derived rankings while making minimal assumptions about the strength signal. Our contributions are threefold: (1) ResponseRank, a novel method that robustly learns preference strength by leveraging locally valid relative strength signals; (2) empirical evidence of improved sample efficiency and robustness across diverse tasks: synthetic preference learning (with simulated response times), language modeling (with annotator agreement), and RL control tasks (with simulated episode returns); and (3) the Pearson Distance Correlation (PDC), a novel metric that isolates cardinal utility learning from ordinal accuracy.
