paper-with-me

홈 › Papers

Scoring, Reasoning, and Selecting the Best! Ensembling Large Language Models via a Peer-Review Process

2025-12-29 · Zhijun Chen, Zeyu Ji, Qianren Mao, Hao Wu, Jinhuan Song, Junhang Cheng, Bangjie Qin, Zhuoran Li, Jingzheng Li, Kai Sun, Zizhe Wang, Yikun Ban, Zhu Sun, Xiangyang Ji, Hailong Sun arxiv

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 transparent 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 straightforward averaging strategy or a principled graphical model-based truth inference algorithm 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. Our results across four datasets show that the two variants of the proposed approach outperform the advanced model Smoothie-Global by 6.9% and 7.3% points, cross diverse task types including factual recall QA, math reasoning, and instruction following.

📄 PDF Abstract BibTeX arXiv:2512.23213

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction Following

Similar Papers 제목 키워드 기반

The Impact of LLM Self-Consistency and Reasoning Effort on Automated Scoring Accuracy and Cost

2026-04-03 · Scott Frohn arxiv

Strategic model selection and reasoning settings are more effective than ensembling for optimizing automated scoring with large language models (LLMs). We examined self-consistency (intra-model majority voting) and reaso…

High School Mathematics

Breaking the Ceiling of the LLM Community by Treating Token Generation as a Classification for Ensembling

2024-06-18 · Yao-Ching Yu, Chun-Chih Kuo, Ziqi Ye, Yu-Cheng Chang 외

Ensembling multiple models has always been an effective approach to push the limits of existing performance and is widely used in classification tasks by simply averaging the classification probability vectors from multi…

Arithmetic ReasoningLanguage ModelingLanguage ModellingLarge Language Model+2

The Signal is in the Steps: Local Scoring for Reasoning Data Selection

2025-10-05 · Hoang Anh Just, Myeongseob Ko, Ruoxi Jia arxiv

Distilling long-form reasoning from teacher models into smaller students requires selecting which candidate solutions to train on. Recent work argues that one should select responses the student model assigns highest pro…

Adam-Smith at SemEval-2023 Task 4: Discovering Human Values in Arguments with Ensembles of Transformer-based Models

2023-05-15 · Daniel Schroter, Daryna Dementieva, Georg Groh

This paper presents the best-performing approach alias "Adam Smith" for the SemEval-2023 Task 4: "Identification of Human Values behind Arguments". The goal of the task was to create systems that automatically identify t…

PiCSAR: Probabilistic Confidence Selection And Ranking for Reasoning Chains

2025-08-29 · Joshua Ong Jun Leang, Zheng Zhao, Aryo Pradipta Gema, Sohee Yang 외 arxiv

Best-of-n sampling improves the accuracy of large language models (LLMs) and large reasoning models (LRMs) by generating multiple candidate solutions and selecting the one with the highest reward. The key challenge for r…