CLLGJun 2, 2024

BoNBoN Alignment for Large Language Models and the Sweetness of Best-of-n Sampling

arXiv:2406.00832v3124 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of costly inference in alignment methods for LLMs, offering a more efficient solution, though it is incremental in building on existing sampling techniques.

The paper tackles the problem of aligning large language models to human preferences by analyzing best-of-n sampling and proposing BoNBoN Alignment to mimic its distribution efficiently. It shows that best-of-n is optimal for maximizing win-rate against the base model, and BoNBoN Alignment yields substantial improvements in preference alignment with minimal off-target effects.

This paper concerns the problem of aligning samples from large language models to human preferences using best-of-$n$ sampling, where we draw $n$ samples, rank them, and return the best one. We consider two fundamental problems. First: what is the relationship between best-of-$n$ and approaches to alignment that train LLMs to output samples with a high expected reward (e.g., RLHF or DPO)? To answer this, we embed both the best-of-$n$ distribution and the sampling distributions learned by alignment procedures in a common class of tiltings of the base LLM distribution. We then show that, within this class, best-of-$n$ is essentially optimal in terms of the trade-off between win-rate against the base model vs KL distance from the base model. That is, best-of-$n$ is the best choice of alignment distribution if the goal is to maximize win rate. However, best-of-$n$ requires drawing $n$ samples for each inference, a substantial cost. To avoid this, the second problem we consider is how to fine-tune a LLM to mimic the best-of-$n$ sampling distribution. We derive BoNBoN Alignment to achieve this by exploiting the special structure of the best-of-$n$ distribution. Experiments show that BoNBoN alignment yields substantial improvements in producing a model that is preferred to the base policy while minimally affecting off-target aspects.

Foundations

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

Your Notes