LGAIMay 22, 2025

Optimal Policy Minimum Bayesian Risk

arXiv:2505.17242v22 citationsh-index: 43Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing inference-time performance for LLMs in complex domains like math and coding, representing an incremental advance over existing methods.

The paper tackles the problem of improving LLM accuracy in reasoning tasks by introducing a novel method for minimum Bayes risk decoding that incorporates reward and risk signals via optimal policy concepts, achieving higher robustness and improved accuracy on math and coding benchmarks.

Inference scaling helps LLMs solve complex reasoning problems through extended runtime computation. On top of long chain-of-thought (long-CoT) models, purely inference-time techniques such as best-of-N (BoN) sampling, majority voting, or more generally, minimum Bayes risk decoding (MBRD), can further improve LLM accuracy by generating multiple candidate solutions and aggregating over them. These methods typically leverage additional signals in the form of reward models and risk/similarity functions that compare generated samples, e.g., exact match in some normalized space or standard similarity metrics such as Rouge. Here we present a novel method for incorporating reward and risk/similarity signals into MBRD. Based on the concept of optimal policy in KL-controlled reinforcement learning, our framework provides a simple and well-defined mechanism for leveraging such signals, offering several advantages over traditional inference-time methods: higher robustness, improved accuracy, and well-understood asymptotic behavior. In addition, it allows for the development of a sample-efficient variant of MBRD that can adjust the number of samples to generate according to the difficulty of the problem, without relying on majority vote counts. We empirically demonstrate the advantages of our approach on math (MATH-$500$) and coding (HumanEval) tasks using recent open-source models. We also present a comprehensive analysis of its accuracy-compute trade-offs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes