arXiv:2512.07175cs.LG2025-12NeurIPS被引 7

用噪声对比估计稳定自对弈微调,让大模型更可靠地学习真实数据分布。

SPACE: Noise Contrastive Estimation Stabilizes Self-Play Fine-Tuning for Large Language Models

  • 将合成数据与真实数据视为二分类任务,通过噪声对比估计优化绝对奖励值。
  • 在多个任务上超越监督微调(使用更多真实数据),且收敛过程稳定。
  • 适合需要高稳定性、少标注数据的下游任务场景,如智能对话系统训练。

自对弈微调在有限真实数据下展现强大能力,其核心是迭代使用真实样本和模型生成的合成样本进行优化。然而,现有方法多关注两类数据奖励之间的相对差距,忽视了绝对值的重要性。理论分析表明,基于差距的方法因目标退化而存在演化不稳问题。为此,本文提出一种新方法——自对弈噪声对比估计(SPACE),通过噪声对比估计建模真实数据分布。SPACE将合成样本作为辅助成分,在二分类框架中区分真实与合成样本,从而独立优化两类数据的绝对奖励值,确保目标始终有意义,避免不稳定。理论上,空间最优解与真实数据分布一致,且保证可证明的稳定收敛。实验显示,SPACE在多种任务上显著提升大模型性能,优于使用大量真实样本的监督微调,且相比基于差距的方法表现更优、演化更稳定。

原文摘要 · Abstract (English)

Self-play fine-tuning has demonstrated promising abilities in adapting large language models (LLMs) to downstream tasks with limited real-world data. The basic principle is to iteratively refine the model with real samples and synthetic ones generated from itself. However, the existing methods primarily focus on the relative gaps between the rewards for two types of data, neglecting their absolute values. Through theoretical analysis, we identify that the gap-based methods suffer from unstable evolution, due to the potentially degenerated objectives. To address this limitation, we introduce a novel self-play fine-tuning method, namely Self-PlAy via Noise Contrastive Estimation (SPACE), which leverages noise contrastive estimation to capture the real-world data distribution. Specifically, SPACE treats synthetic samples as auxiliary components, and discriminates them from the real ones in a binary classification manner. As a result, SPACE independently optimizes the absolute reward values for each type of data, ensuring a consistently meaningful objective and thereby avoiding the instability issue. Theoretically, we show that the optimal solution of the objective in SPACE aligns with the underlying distribution of real-world data, and SPACE guarantees a provably stable convergence to the optimal distribution. Empirically, we show that SPACE significantly improves the performance of LLMs over various tasks, and outperforms supervised fine-tuning that employs much more real-world samples. Compared to gap-based self-play fine-tuning methods, SPACE exhibits remarkable superiority and stable evolution.

自对弈大模型微调噪声对比估计

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。