Bayesian Evaluation of Large Language Model Behavior
Rachel Longjohn, Shang Wu, Saatvik Kher, Catarina Belém, Padhraic Smyth
TL;DR
The paper tackles the problem of evaluating LLM-based systems under stochastic text generation by quantifying uncertainty in binary behavioral metrics through a Bayesian Beta-Binomial per-prompt model. It defines per-prompt success probabilities $\theta_m$ and an aggregate metric $W=g(\theta_1,...,\theta_M)$, and demonstrates how to obtain posterior distributions for these quantities as data are collected. Two case studies—pairwise preferences between LLMs and refusals of harmful inputs—illustrate how Bayesian uncertainty quantification provides richer insight than deterministic, greedy evaluations, including credible intervals and per-prompt uncertainty. The authors extend the framework to sequential evaluation via multi-armed bandits (greedy and Thompson sampling), enabling cost-efficient data collection that rapidly reduces uncertainty, with applications to safety auditing and model comparisons in practice.
Abstract
It is increasingly important to evaluate how text generation systems based on large language models (LLMs) behave, such as their tendency to produce harmful output or their sensitivity to adversarial inputs. Such evaluations often rely on a curated benchmark set of input prompts provided to the LLM, where the output for each prompt may be assessed in a binary fashion (e.g., harmful/non-harmful or does not leak/leaks sensitive information), and the aggregation of binary scores is used to evaluate the LLM. However, existing approaches to evaluation often neglect statistical uncertainty quantification. With an applied statistics audience in mind, we provide background on LLM text generation and evaluation, and then describe a Bayesian approach for quantifying uncertainty in binary evaluation metrics. We focus in particular on uncertainty that is induced by the probabilistic text generation strategies typically deployed in LLM-based systems. We present two case studies applying this approach: 1) evaluating refusal rates on a benchmark of adversarial inputs designed to elicit harmful responses, and 2) evaluating pairwise preferences of one LLM over another on a benchmark of open-ended interactive dialogue examples. We demonstrate how the Bayesian approach can provide useful uncertainty quantification about the behavior of LLM-based systems.
