arXiv:2509.25148cs.AI2025-09被引 1

用对抗性锚定提升大模型对齐效果,避免过拟合与行为漂移。

AAPA: Adversarially Anchored Preference Alignment for Post-Training of Large Language Models

  • 引入轻量级判别器对比模型输出与专家回答,实现句级锚定。
  • 在不同规模模型上提升指令跟随性能,最高增益达5.77%。
  • 可无缝接入SFT、GRPO等训练流程,适合追求稳定对齐的研究者。

大模型后训练对齐通常结合监督微调(SFT)与基于偏好或可验证反馈的强化学习(RL)。SFT提供行为锚点但易过拟合静态示范,而RL虽促进探索却可能偏离专家行为或滥用不完美奖励。本文提出AAPA(对抗性锚定偏好对齐),一种即插即用框架,在现有后训练目标中加入句级对抗锚定信号。该方法使用固定轻量判别器对比策略生成结果与离线收集的专家回复,无需在线教师推理或判别器协同训练。相同锚定项可应用于SFT、GRPO和CHORD,且保持原有训练流程不变。在指令遵循基准测试中,AAPA在不同模型规模下均持续提升基础目标表现。尤其在分阶段配置下,相比强基线GRPO,Qwen3-0.6B提升5.77%,Qwen3-4B提升3.75%。对响应长度、概率分布及判别器变体的分析表明,对抗锚定为偏好优化提供了稳定的语义引导信号。代码已开源。

原文摘要 · Abstract (English)

Post-training alignment of large language models often combines supervised fine-tuning (SFT) on expert demonstrations with reinforcement learning (RL) from preference or verifiable feedback. SFT provides a useful behavioral anchor but can overfit to static demonstrations, whereas RL encourages exploration but may drift from expert behavior or exploit imperfect rewards. We propose \textbf{AAPA} (\emph{Adversarially Anchored Preference Alignment}), a plug-in framework that augments existing post-training objectives with a sentence-level adversarial anchoring signal. AAPA compares policy rollouts with offline, pre-collected expert responses using a fixed lightweight discriminator, and therefore requires neither online teacher inference nor discriminator co-training during policy optimization. The same anchoring term can be added to SFT, GRPO, and CHORD while preserving their original training pipelines. Experiments on instruction-following benchmarks show that AAPA consistently improves the corresponding base objectives across model scales. In particular, the staged AAPA configuration improves over a strong GRPO baseline by 5.77\% on \texttt{Qwen3-0.6B} and 3.75\% on \texttt{Qwen3-4B}. Further analyses on response length, log-probability distributions, and discriminator variants suggest that adversarial anchoring provides a stable semantic grounding signal for preference optimization. Code is available at \url{https://github.com/IsFaqq/AAPA}.

大模型对齐强化学习对抗训练指令遵循

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