Style Outweighs Substance: Failure Modes of LLM Judges in Alignment Benchmarking
Benjamin Feuer, Micah Goldblum, Teresa Datta, Sanjana Nambiar, Raz Besaleli, Samuel Dooley, Max Cembalest, John P. Dickerson
TL;DR
This work critically examines whether LLM-judge preferences reflect real progress on concrete alignment objectives. It introduces SOS-Bench, a large ground-truth meta-benchmark, and reveals that LLM judges are heavily biased toward stylistic factors, with data scaling during supervised fine-tuning and prompt diversity driving most alignment gains rather than preference optimization methods. Two-stage post-training can degrade world knowledge, while improvements on LLM-judge benchmarks often outpace gains on SOS-Bench, highlighting a misalignment between judge signals and real-world safety, knowledge, and instruction-following metrics. The authors urge precise, domain-focused benchmarks and a shift away from single-dimension judgments, promoting reproducible, scalable evaluation strategies like SOS-Bench to guide robust alignment progress.
Abstract
The release of ChatGPT in November 2022 sparked an explosion of interest in post-training and an avalanche of new preference optimization (PO) methods. These methods claim superior alignment by virtue of better correspondence with human pairwise preferences, often measured by LLM-judges. In this work, we attempt to answer the following question -- do LLM-judge preferences translate to progress on other, more concrete metrics for alignment, and if not, why not? We define a concrete metric for alignment, and introduce SOS-Bench (Substance Outweighs Style Benchmark), which is to the best of our knowledge the largest standardized, reproducible LLM meta-benchmark to date. We find that (1) LLM-judge preferences do not correlate with concrete measures of safety, world knowledge, and instruction following; (2) LLM-judges have powerful implicit biases, prioritizing style over factuality and safety; and (3) the supervised fine-tuning (SFT) stage of post-training, and not the PO stage, has the greatest impact on alignment, with data scaling and prompt diversity as the driving factors. Our codebase and complete results can be found at https://github.com/penfever/sos-bench.
