CLAILGNov 7, 2025

Optimizing Diversity and Quality through Base-Aligned Model Collaboration

arXiv:2511.05650v13 citationsh-index: 7
Originality Highly original
AI Analysis

This addresses the trade-off between diversity and quality in aligned LLMs for open-ended generation tasks, offering a post hoc solution with strong controllability.

The paper tackles the problem that alignment improves LLM output quality but reduces diversity, proposing Base-Aligned Model Collaboration (BACo) to dynamically combine base and aligned models during inference, achieving a 21.3% joint improvement in diversity and quality.

Alignment has greatly improved large language models (LLMs)' output quality at the cost of diversity, yielding highly similar outputs across generations. We propose Base-Aligned Model Collaboration (BACo), an inference-time token-level model collaboration framework that dynamically combines a base LLM with its aligned counterpart to optimize diversity and quality. Inspired by prior work (Fei et al., 2025), BACo employs routing strategies that determine, at each token, from which model to decode based on next-token prediction uncertainty and predicted contents' semantic role. Prior diversity-promoting methods, such as retraining, prompt engineering, and multi-sampling methods, improve diversity but often degrade quality or require costly decoding or post-training. In contrast, BACo achieves both high diversity and quality post hoc within a single pass, while offering strong controllability. We explore a family of routing strategies, across three open-ended generation tasks and 13 metrics covering diversity and quality, BACo consistently surpasses state-of-the-art inference-time baselines. With our best router, BACo achieves a 21.3% joint improvement in diversity and quality. Human evaluations also mirror these improvements. The results suggest that collaboration between base and aligned models can optimize and control diversity and quality.

Foundations

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

Your Notes