Summary
This paper introduces Quantile Reward Models (QRMs), a novel approach to learn a distribution over rewards rather than a single scalar value in Reinforcement Learning from Human Feedback (RLHF). By moving beyond point estimates, the authors aim to capture a more representative preference distribution, thereby addressing the inherent limitations of scalar-based reward modeling. QRMs employ quantile regression to estimate distributions over attribute scores, followed by training a gating network that assigns weights to the final reward distribution. Experimental results demonstrate that QRMs outperform baseline architectures on RewardBench, particularly in reasoning tasks, and perform competitively in other evaluated tasks.
Additionally, the paper claims that QRMs improve downstream training in RL tasks by introducing a risk-aware utility distribution. This approach biases final scores toward lower values, which penalizes disagreement. The performance of the risk-aware agent was compared to a neutral agent across various values of tau.
Strengths
This research tackles the critical issue of managing disagreement in human feedback—a significant and underexplored direction. The introduction of a quantile approach to model disagreement through distributions, rather than relying solely on scalar values, is a noteworthy innovation. The proposed methodology is compelling in its ability to learn a robust and fair reward distribution by integrating a quantile regression layer with a gating network.
QRMs also contribute to the development of a risk-aware agent, which prioritizes avoiding disagreeable actions and promotes safer
performance.
Weaknesses
While the methodology is intriguing, several improvements are needed to elevate the paper to a publishable level.
1) Insufficient Performance Analysis: The analysis of QRM’s performance is limited to the primary results in Table 1. Several additional experiments could help substantiate QRM’s effectiveness. For example, what specific training details pertain to the gating network? Does using a selective set of attributes (helpfulness, harmlessness, truthfulness, and complexity) affect performance? Is the reward distribution sensitive to the quality and proportion of disagreeing data? Addressing these questions would make the methodology more convincing and reliable. Additionally, for the results in Table 1, it would be beneficial to explain the standout performance in reasoning tasks. Rather than speculating that the data is more disagreement-sensitive, an analysis with specific metrics on percentage and quality would be more informative.
2) Limited Impact on RL Agent Performance: Although the paper asserts that QRM benefits RL agents, the performance difference in Figure 3 between risk-aware and risk-neutral policies appears minimal. It is standard practice to run training episodes multiple times and present the mean and standard deviation to illustrate differences. The training results also appear unusually similar, possibly due to the same seed? Additionally, adjusting the y-axis scale could highlight performance differences more effectively.
3) Unresolved Philosophical Question Regarding Disagreement: The results prompt an open question regarding policy improvement in the absence of disagreement. Could this lead to more optimal actions, yet inadvertently make the agent overly conservative when confronted with greater diversity in the RL environment? This topic warrants deeper discussion, as the current paper does not fully address this philosophical dimension.
4) Minor Adjustments in Content Balance and Citations: While the first half of the paper devoted extensive space to RLHF basics, the section on related work is relatively sparse. Including recent research on handling noise/disagreement, such as (Jeon et al., 2020) and (Ghosal et al., 2023), would add depth. Additionally, the experiments section could benefit from further expansion.
Jeon, Hong Jun, Smitha Milli, and Anca Dragan. "Reward-rational (implicit) choice: A unifying formalism for reward learning." Advances in Neural Information Processing Systems 33 (2020): 4415-4426.
Ghosal, Gaurav R., et al. "The effect of modeling human rationality level on learning rewards from multiple feedback types." Proceedings of the AAAI Conference on Artificial Intelligence. Vol. 37. No. 5. 2023.
Questions
1) Could you provide additional analysis results, as suggested in Weakness 1, to strengthen the conclusions?
2) Would it be possible to update the results in Figure 3 and the associated discussion to reflect these findings more clearly?
3) Minor request: Could you correct the quotation marks in lines 080 and 095?