paper-with-me

Papers

Ask a Strong LLM Judge when Your Reward Model is Uncertain

2025-10-23 · Zhenghao Xu, Qin Lu, Qingru Zhang, Liang Qiu, Ilgee Hong, Changlong Yu, Wenlin Yao, Yao Liu, Haoming Jiang, Lihong Li, Hyokun Yun, Tuo Zhao arxiv

Reward model (RM) plays a pivotal role in reinforcement learning with human feedback (RLHF) for aligning large language models (LLMs). However, classical RMs trained on human preferences are vulnerable to reward hacking and generalize poorly to out-of-distribution (OOD) inputs. By contrast, strong LLM judges equipped with reasoning capabilities demonstrate superior generalization, even without additional training, but incur significantly higher inference costs, limiting their applicability in online RLHF. In this work, we propose an uncertainty-based routing framework that efficiently complements a fast RM with a strong but costly LLM judge. Our approach formulates advantage estimation in policy gradient (PG) methods as pairwise preference classification, enabling principled uncertainty quantification to guide routing. Uncertain pairs are forwarded to the LLM judge, while confident ones are evaluated by the RM. Experiments on RM benchmarks demonstrate that our uncertainty-based routing strategy significantly outperforms random judge calling at the same cost, and downstream alignment results showcase its effectiveness in improving online RLHF.

📄 PDF Abstract BibTeX arXiv:2510.20369

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Calibrate, Don't Curate: Label-Efficient Estimation from Noisy LLM Judges

2026-05-10 · Yanran Li arxiv

Multi-judge evaluation is increasingly used to assess LLMs and reward models, and the prevailing heuristic is to curate: keep the most accurate judges and discard weaker ones. We show that this heuristic can reverse when…

Uncertainty-Aware Step-wise Verification with Generative Reward Models

2025-02-16 · Zihuiwen Ye, Luckeciano Carvalho Melo, Younesse Kaddar, Phil Blunsom 외

Complex multi-step reasoning tasks, such as solving mathematical problems, remain challenging for large language models (LLMs). While outcome supervision is commonly used, process supervision via process reward models (P…

Mathematical ReasoningUncertainty Quantification

Reward Hacking in Rubric-Based Reinforcement Learning

2026-05-12 · Anas Mahmoud, MohammadHossein Rezaei, Zihao Wang, Anisha Gunjal 외 arxiv

Reinforcement learning with verifiable rewards has enabled strong post-training gains in domains such as math and coding, though many open-ended settings rely on rubric-based rewards. We study reward hacking in rubric-ba…

Reinforcement Learning

When RLHF Fails: A Mechanistic Taxonomy of Reward Hacking, Collapse, and Evaluator Gaming

2026-06-02 · Zelalem Abahana, David Evans, Satish Mahadevan Srinivasan, Matjaz Gams arxiv

RLHF evaluation should track how failures emerge, where they localize, and which warning signals appear before external quality degrades. We study this problem with a compact RLHF pipeline built for this paper, including…

Truthfulness Despite Weak Supervision: Evaluating and Training LLMs Using Peer Prediction

2026-01-28 · Tianyi Alex Qiu, Micah Carroll, Cameron Allen arxiv

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…