WritingCohereCoherepublished Oct 1, 2025seen Jun 26

Making Not Taking The Best Of N 2025 10 01

Open original ↗

Captured source

source ↗
published Oct 1, 2025seen Jun 26captured Jun 28http 200method plain

Making, not Taking, the Best of N North Mini Code. Cohere's first model for developers. Learn more

Oct 01, 2025 Making, not Taking, the Best of N Fusion-of-N (FusioN) is a new method that uses a general LLM judge to synthesize the most informative elements of each sample into a single final answer. It consistently outperforms Best-of-N (BoN) across 11 languages, 3 diverse tasks and varying model scales.

read the paper

Authors

Ammar Khairi, Daniel D'souza, Marzieh Fadaee, Julia Kreutzer

Abstract

Obtaining high-quality generations in modern LLMs has largely been framed as a selection problem: identifying a single winning generation from a diverse pool of N samples, the Best-of-N (BoN). Yet, this approach is inherently zero-sum, discarding diverse and potentially useful information from the pool. Instead, we explore a collaborative setup, where all candidates can potentially contribute to the final winning generation. To this end, we propose Fusion-of-N (FusioN): a method that uses a general LLM judge to synthesize the most informative elements of each sample into a single final answer. We compare FusioN to BoN in two settings, (i) test-time scaling, where we sample and aggregate from a single model at test-time (ii) synthetic data generation, where we fuse samples from a pool of diverse teachers to improve a student model. We extensively benchmark both setups across 11 languages, 3 diverse tasks and varying model scales. Across the bench, FusioN consistently outperforms BoN showing versatility and robustness both in test-time scaling and in downstream gains from synthetic data generation. We also perform extensive analysis on FusioN, where it shows surprising strengths and robustness under challenging settings. These results show that we should shift how we think about evaluating and utilizing LLM generations from a monolithic measure of quality, to embracing their polylithic nature. This shift allows us to integrate diverse strengths, unlock latent potential, and achieve improvements that were previously inaccessible through selection alone.

Compute multilingual inference

Related works

Research The Art of Asking: Multilingual Prompt Optimization for Synthetic Data

Read

Research The Culture Funnel: You can’t align what isn’t in the data

Read

Research Findings of the WMT25 Multilingual Instruction Shared Task: Persistent Hurdles in Reasoning, Generation, and Evaluation

Read

Notability

notability 3.0/10

Routine blog post, no major release or traction indicated.