arXiv:2601.08198cs.CLcs.LG2026-01NeurIPS被引 12

用三元组替代成对比较,让大模型自博弈训练更稳定高效。

Triplets Better Than Pairs: Towards Stable and Effective Self-Play Fine-Tuning for LLMs

  • 引入历史优势对比,缓解当前奖励衰减导致的训练不稳定。
  • 通过熵约束实现无参考策略微调,消除训练与生成的偏差。
  • 仅用25%标注数据即达监督微调效果,适合少样本场景。

近期提出的自博弈微调(SPIN)通过模型自生成合成回复来适应下游任务,但其依赖当前标注回复与合成回复的奖励优势,易在迭代中消失,导致优化不稳。此外,参考策略引发训练奖励与生成指标间的错位。为此,我们提出三元组自博弈微调(T-SPIN),包含两项关键设计:首先,除当前优势外,还引入迭代生成回复与初始策略生成的原型合成回复间的历史优势,即使当前优势消失,历史优势仍可维持优化稳定性;其次,将熵约束引入自博弈框架,理论上支持无参考微调,消除训练与生成之间的差异。实验证明,T-SPIN不仅性能优于SPIN,且迭代过程更稳定。尤其在仅使用25%标注样本时,其表现可媲美甚至超过监督微调,凸显其在标注数据稀缺场景下的有效性。

原文摘要 · Abstract (English)

Recently, self-play fine-tuning (SPIN) has been proposed to adapt large language models to downstream applications with scarce expert-annotated data, by iteratively generating synthetic responses from the model itself. However, SPIN is designed to optimize the current reward advantages of annotated responses over synthetic responses at hand, which may gradually vanish during iterations, leading to unstable optimization. Moreover, the utilization of reference policy induces a misalignment issue between the reward formulation for training and the metric for generation. To address these limitations, we propose a novel Triplet-based Self-Play fIne-tuNing (T-SPIN) method that integrates two key designs. First, beyond current advantages, T-SPIN additionally incorporates historical advantages between iteratively generated responses and proto-synthetic responses produced by the initial policy. Even if the current advantages diminish, historical advantages remain effective, stabilizing the overall optimization. Second, T-SPIN introduces the entropy constraint into the self-play framework, which is theoretically justified to support reference-free fine-tuning, eliminating the training-generation discrepancy. Empirical results on various tasks demonstrate not only the superior performance of T-SPIN over SPIN, but also its stable evolution during iterations. Remarkably, compared to supervised fine-tuning, T-SPIN achieves comparable or even better performance with only 25% samples, highlighting its effectiveness when faced with scarce annotated data.

大模型微调自博弈少样本学习

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