Judging with Confidence: Calibrating Autoraters to Preference Distributions
Zhuohang Li, Xiaowei Li, Chengyu Huang, Guowang Li, Katayoon Goshvadi, Bo Dai, Dale Schuurmans, Paul Zhou, Hamid Palangi, Yiwen Song, Palash Goyal, Murat Kantarcioglu, Bradley A. Malin, Yuan Xue
TL;DR
This paper tackles the reliability gap in LLM-based judging by arguing that autoraters must model the full distribution of human preferences rather than a single label. It introduces a probabilistic autorater framework and two distribution-matching finetuning methods: direct SFT with probabilistic labels and RL from sparse binary labels with proper scoring rewards. Empirical results show significant improvements in alignment (lower MSE), calibration (lower ECE), and reduced positional bias, while preserving objective-task performance; data efficiency favors RL with many sparse labels. The approach achieves strong out-of-distribution alignment with human judgments (e.g., PandaLM) and demonstrates robustness across subjective and objective tasks, offering a scalable path toward more reliable AI alignment systems.
Abstract
The alignment of large language models (LLMs) with human values increasingly relies on using other LLMs as automated judges, or ``autoraters''. However, their reliability is limited by a foundational issue: they are trained on discrete preference labels, forcing a single ground truth onto tasks that are often subjective, ambiguous, or nuanced. We argue that a reliable autorater must learn to model the full distribution of preferences defined by a target population. In this paper, we propose a general framework for calibrating probabilistic autoraters to any given preference distribution. We formalize the problem and present two learning methods tailored to different data conditions: 1) a direct supervised fine-tuning for dense, probabilistic labels, and 2) a reinforcement learning approach for sparse, binary labels. Our empirical results show that finetuning autoraters with a distribution-matching objective leads to verbalized probability predictions that are better aligned with the target preference distribution, with improved calibration and significantly lower positional bias, all while preserving performance on objective tasks.
