Faster WIND: Accelerating Iterative Best-of-$N$ Distillation for LLM Alignment
Tong Yang, Jincheng Mei, Hanjun Dai, Zixin Wen, Shicong Cen, Dale Schuurmans, Yuejie Chi, Bo Dai
TL;DR
This work addresses the high cost of iterative best-of-$N$ distillation (BoN) for LLM alignment by revealing a unified game-theoretic connection between iterative BoN and self-play. It introduces WIND, a win-rate-dominance framework with a regularized two-player game that approximates iterative BoN in the parameter space and provides convergence and sample-efficiency guarantees. The authors develop an exact last-iterate wind optimizer with linear convergence and a family of practical, sample-efficient estimators based on squared risk, KL, or NCE objectives. Empirical results on contextual bandits and LLM alignment benchmarks show WIND achieves competitive or superior performance with reduced sampling and training costs compared to state-of-the-art methods such as J-BOND and SPPO, highlighting its potential for scalable and efficient alignment.
Abstract
Recent advances in aligning large language models with human preferences have corroborated the growing importance of best-of-N distillation (BOND). However, the iterative BOND algorithm is prohibitively expensive in practice due to the sample and computation inefficiency. This paper addresses the problem by revealing a unified game-theoretic connection between iterative BOND and self-play alignment, which unifies seemingly disparate algorithmic paradigms. Based on the connection, we establish a novel framework, WIN rate Dominance (WIND), with a series of efficient algorithms for regularized win rate dominance optimization that approximates iterative BOND in the parameter space. We provides provable sample efficiency guarantee for one of the WIND variant with the square loss objective. The experimental results confirm that our algorithm not only accelerates the computation, but also achieves superior sample efficiency compared to existing methods.
