Truthfulness Despite Weak Supervision: Evaluating and Training LLMs Using Peer Prediction
Tianyi Alex Qiu, Micah Carroll, Cameron Allen
TL;DR
This work tackles the challenge of evaluating and training large language models under weak supervision and potential deception. It introduces peer prediction as an incentive-compatible, ground-truth-free mechanism that rewards informative and honest answers via mutual predictability, and it formalizes both evaluation and training pipelines. The authors prove incentive compatibility and demonstrate, across models up to 405B parameters, that peer prediction can recover truthfulness lost to deceptive finetuning and outperform traditional LLM-as-a-Judge baselines, especially when expert–participant capability gaps are large. Empirically, the method differentiates stronger from weaker models, scales favorably with participant and expert pools, and exhibits an inverse scaling with the capability gap, making it practical for evaluating frontier models without strong supervision. These results advance scalable oversight by enabling reliable evaluation and training signals in settings where ground-truth labels are scarce or unreliable, with implications for safer and more trustworthy AI deployment.
Abstract
The evaluation and post-training of large language models (LLMs) rely on supervision, but strong supervision for difficult tasks is often unavailable, especially when evaluating frontier models. In such cases, models are demonstrated to exploit evaluations built on such imperfect supervision, leading to deceptive results. However, underutilized in LLM research, a wealth of mechanism design research focuses on game-theoretic incentive compatibility, i.e., eliciting honest and informative answers with weak supervision. Drawing from this literature, we introduce the peer prediction method for model evaluation and post-training. It rewards honest and informative answers over deceptive and uninformative ones, using a metric based on mutual predictability and without requiring ground truth labels. We demonstrate the method's effectiveness and resistance to deception, with both theoretical guarantees and empirical validation on models with up to 405B parameters. We show that training an 8B model with peer prediction-based reward recovers most of the drop in truthfulness due to prior malicious finetuning, even when the reward is produced by a 0.135B language model with no finetuning. On the evaluation front, in contrast to LLM-as-a-Judge which requires strong and trusted judges, we discover an inverse scaling property in peer prediction, where, surprisingly, resistance to deception is strengthened as the capability gap between the experts and participants widens, enabling reliable evaluation of strong models with weak supervision. In particular, LLM-as-a-Judge become worse than random guess when facing deceptive models 5-20x the judge's size, while peer prediction thrives when such gaps are large, including in cases with over 100x size difference.
