๐ค AI Summary
This work identifies a critical vulnerability in the LLM-as-a-judge paradigm: pairwise preference evaluation is highly susceptible to spurious feature manipulation, causing 35% preference reversals and inducing erroneous judgments of low-quality outputs and training bias. In contrast, absolute scoring demonstrates superior robustness (only 9% reversals), substantially reducing discriminative bias and improving assessment fidelity. Through controlled perturbation injection, cross-protocol consistency analysis, and response quality attribution, the study systematically quantifies, for the first time at scale, the differences between these protocols along three dimensionsโbias, robustness, and reliability. It further proposes a data-aware feedback protocol selection framework grounded in input-output characteristics. The findings provide actionable, empirically validated guidelines for designing feedback protocols in RLAIF-based training and model benchmarking, directly addressing practical deployment challenges in human-free evaluation pipelines.
๐ Abstract
Large Language Models (LLMs) are widely used as proxies for human labelers in both training (Reinforcement Learning from AI Feedback) and large-scale response evaluation (LLM-as-a-judge). Alignment and evaluation are critical components in the development of reliable LLMs, and the choice of feedback protocol plays a central role in both but remains understudied. In this work, we show that the choice of feedback protocol (absolute scores versus relative preferences) can significantly affect evaluation reliability and induce systematic biases. In particular, we show that pairwise evaluation protocols are more vulnerable to distracted evaluation. Generator models can exploit spurious attributes (or distractor features) favored by the LLM judge, resulting in inflated scores for lower-quality outputs and misleading training signals. We find that absolute scoring is more robust to such manipulation, producing judgments that better reflect response quality and are less influenced by distractor features. Our results demonstrate that generator models can flip preferences by embedding distractor features, skewing LLM-as-a-judge comparisons and leading to inaccurate conclusions about model quality in benchmark evaluations. Pairwise preferences flip in about 35% of the cases, compared to only 9% for absolute scores. We offer recommendations for choosing feedback protocols based on dataset characteristics and evaluation objectives.