We sincerely thank Reviewer Xt8Y for their detailed analysis of our work. We particularly value their recognition of our paper's clear presentation and the broader contribution of our preference dataset, MultiPref, to the research community. Their feedback highlights important areas where we can provide additional depth and clarity.
## On incorporating direct metrics for evaluating human feedback
We appreciate the question about evaluation metrics. While our main results focus on reward model performance, we conducted additional evaluations using Direct Preference Optimization (DPO) as detailed in Appendix Section 11. The DPO experiments revealed that while our hybrid annotations still outperformed both random sampling and single-source annotations (100% human or synthetic), the performance differences were less pronounced. We attribute this to DPO's training dynamics, specifically the conservative learning rate (LR=5e-7) and KL regularization that limit the policy's deviation from the base SFT weights.
To ensure robust evaluation, our RM evaluation consists of RewardBench as one benchmark, and best-of-N sampling across multiple downstream tasks (GSM8k, BBH, IFEval, Codex, AlpacaEval) as shown in Table 4. The best-of-N sampling results are particularly meaningful as they evaluate actual model generations, providing direct evidence of improved performance from our hybrid annotation mix. Combined with RewardBench evaluations, this gives us a reliable assessment of how reward models will perform in practice when training policy models.
## On the versatility of the features / tags
We thank the reviewer for raising this important point about feature versatility. We want to highlight a key aspect of our experiments that demonstrates the robustness of our feature representation: our PPM demonstrates strong generalization capabilities across different datasets without requiring dataset-specific feature engineering. Specifically, we trained the PPM using features extracted from MultiPref candidates, and then directly applied **this same PPM** to Helpsteer2, AlpacaFarm, and ChatArena without any modification. This choice of evaluation datasets also differ, highlighting the diversity of our evaluation. For example, ChatArena preferences were collected from the public, whereas Helpsteer2 and AlpacaFarm recruited annotators (with different competencies, i.e., expert annotators vs. normal crowdworkers) to provide preferences.
The strong performance shown in Tables 3 and 4 validates that our feature representation captures fundamental characteristics that transfer well across datasets. This cross-dataset generalization is particularly noteworthy because it suggests that our approach avoids the need for task-specific feature design.
Rather than requiring manual feature engineering for each new dataset, our current feature representation appears to capture generalizable properties of preference data. We hope this finding addresses Reviewer Xt8Y’s valid concern about potential complexity in practical applications: the features we developed are sufficiently versatile to work 'out of the box' across multiple datasets.
## On training and evaluation configuration of the PPM
We provide the following in the Appendix:
- Finegrained results for each RewardBench category/subdivision in Section A.10
- Evaluation set-up for best-of-N Section A.12 and training configuration in Section A.8.
## In which cases is AI feedback better?
We thank the reviewer for their insightful question about the specific scenarios where AI feedback provides advantages. While our framework doesn't explicitly optimize for finding instances where LM annotations will be better, it does provide some interesting insights about annotation routing patterns on the datasets we tested.
For example in Appendix Section A.7, we analyze performance gains associated with routing specific feature types to human annotators. Features shown in pink (indicating lower performance gain from human annotation) tend to be routed to LMs by our framework.
Finally, we performed additional analyses on Helpsteer2-Preferences as a case study. We ran the same PPM and examined preference instances that were routed to an LM. We find that certain domains of expertise such as Computer Science or Business tend to be routed to the LM annotator. Upon closer inspection, we also find defining qualities that make an LM annotator more desirable, such as instructions that require roleplay (“Act as a marketing manager in a tech startup…”), or complex objective tasks. We will include these analyses in the paper.