arXiv:2603.12273cs.CLcs.AI2026-03被引 17

利用用户后续反馈自动优化语言模型行为,无需额外标注。

Aligning Language Models from User Interactions

  • 通过自蒸馏方法,从用户后续对话中学习模型应如何修正自身输出。
  • 在WildChat数据上训练后,模型在对齐与指令遵循任务上显著提升。
  • 支持个性化持续学习,适配个体用户偏好,无需显式反馈。

多轮用户交互是语言模型产生的最丰富数据之一,但现有方法通常将其丢弃。然而,这些交互常包含有用信息:后续消息可能表明前一次回复错误、未遵循指令或不符合用户偏好。值得注意的是,语言模型本身已能在上下文中利用此类信息,观察用户反馈后可自我修正行为。本文提出一种基于自蒸馏的原理性且可扩展的方法,直接从用户交互中学习。通过将模型条件于用户后续消息,并比较生成的词分布与原始策略,得到反映行为修正的更新目标,再将此‘事后分布’蒸馏回当前策略。实验表明,使用真实世界对话数据WildChat训练后,模型在标准对齐和指令遵循基准上表现更优,且未损害其他能力。该机制还能实现个性化,使模型通过持续交互适应单个用户,无需显式反馈。结果证明,部署中自然产生的用户交互可实现对齐、个性化与持续适应。

原文摘要 · Abstract (English)

Multi-turn user interactions are among the most abundant data produced by language models, yet we lack effective methods to learn from them. While typically discarded, these interactions often contain useful information: follow-up user messages may indicate that a response was incorrect, failed to follow an instruction, or did not align with the user's preferences. Importantly, language models are already able to make use of this information in context. After observing a user's follow-up, the same model is often able to revise its behavior. We leverage this ability to propose a principled and scalable method for learning directly from user interactions through self-distillation. By conditioning the model on the user's follow-up message and comparing the resulting token distribution with the original policy, we obtain a target for updating the policy that captures how the model's behavior changes in hindsight. We then distill this hindsight distribution back into the current policy. Remarkably, we show that training on real-world user conversations from WildChat improves language models across standard alignment and instruction-following benchmarks, without regressing other capabilities. The same mechanism enables personalization, allowing models to continually adapt to individual users through interaction without explicit feedback. Our results demonstrate that raw user interactions that arise naturally during deployment enable alignment, personalization, and continual adaptation.

模型对齐自蒸馏个性化

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