The Limits of Preference Data for Post-Training
Eric Zhao, Jessica Dai, Pranjal Awasthi
TL;DR
The paper shows that relying solely on ordinal preference data to drive post-training of language models imposes fundamental limits, even with infinite, noiseless, online data. By formalizing post-training as routing queries to a fixed set of pretrained circuits and mapping this to a social-choice distortion framework, the authors derive lower bounds that bound how close any preference-based method can get to the optimum, with distortion growing with model complexity. It further argues that reasoning tasks are particularly affected because robustness strategies (e.g., backtracking) are penalized by ordinal preferences, explaining why RLHF has struggled to enhance reasoning relative to instruction-tuning and safety tasks. The work suggests practical mitigations, such as incorporating cardinal feedback or task-specific labeling cues, and calls for grounded scoring and algorithmic innovations to extend RL-based post-training to human-feedback-dependent domains.
Abstract
Recent progress in strengthening the capabilities of large language models has stemmed from applying reinforcement learning to domains with automatically verifiable outcomes. A key question is whether we can similarly use RL to optimize for outcomes in domains where evaluating outcomes inherently requires human feedback; for example, in tasks like deep research and trip planning, outcome evaluation is qualitative and there are many possible degrees of success. One attractive and scalable modality for collecting human feedback is preference data: ordinal rankings (pairwise or $k$-wise) that indicate, for $k$ given outcomes, which one is preferred. In this work, we study a critical roadblock: preference data fundamentally and significantly limits outcome-based optimization. Even with idealized preference data (infinite, noiseless, and online), the use of ordinal feedback can prevent obtaining even approximately optimal solutions. We formalize this impossibility using voting theory, drawing an analogy between how a model chooses to answer a query with how voters choose a candidate to elect. This indicates that grounded human scoring and algorithmic innovations are necessary for extending the success of RL post-training to domains demanding human feedback. We also explore why these limitations have disproportionately impacted RLHF when it comes to eliciting reasoning behaviors (e.g., backtracking) versus situations where RLHF has been historically successful (e.g., instruction-tuning and safety training), finding that the limitations of preference data primarily suppress RLHF's ability to elicit robust strategies -- a class that encompasses most reasoning behaviors.
