Scoring, Reasoning, and Selecting the Best! Ensembling Large Language Models via a Peer-Review Process
Zhijun Chen, Zeyu Ji, Qianren Mao, Junhang Cheng, Bangjie Qin, Hao Wu, Zhuoran Li, Jingzheng Li, Kai Sun, Zizhe Wang, Yikun Ban, Zhu Sun, Xiangyang Ji, Hailong Sun
TL;DR
This work tackles the problem of leveraging multiple open LLMs without labeled data by introducing LLM-PeerReview, an unsupervised, peer-review–inspired ensemble framework. It organizes the ensemble into three stages: scoring candidate responses via LLMs as judges (with a bias-mitigating flipped-triple trick), reasoning over scores through either simple averaging or a Dawid–Skene–style truth inference, and selecting the top-scoring response. The authors formalize a graphical model with latent truth scores and optimize it with EM, yielding a principled, reliability-aware aggregation of judgments. Empirical results on TriviaQA, GSM8k, MATH, and AlpacaEval show that LLM-PeerReview variants consistently surpass single LLMs and strong baselines, with notable improvements over Smoothie-Global, highlighting the practical impact of integrating diverse model judgments in an interpretable, unsupervised framework.
Abstract
We propose LLM-PeerReview, an unsupervised LLM Ensemble method that selects the most ideal response from multiple LLM-generated candidates for each query, harnessing the collective wisdom of multiple models with diverse strengths. LLM-PeerReview is built on a novel, peer-review-inspired framework that offers a clear and interpretable mechanism, while remaining fully unsupervised for flexible adaptability and generalization. Specifically, it operates in three stages: For scoring, we use the emerging LLM-as-a-Judge technique to evaluate each response by reusing multiple LLMs at hand; For reasoning, we can apply a principled graphical model-based truth inference algorithm or a straightforward averaging strategy to aggregate multiple scores to produce a final score for each response; Finally, the highest-scoring response is selected as the best ensemble output. LLM-PeerReview is conceptually simple and empirically powerful. The two variants of the proposed approach obtain strong results across four datasets, including outperforming the recent advanced model Smoothie-Global by 6.9% and 7.3% points, respectively.
