用正则化方法让大模型更懂用户多样偏好
Beyond the Binary: Capturing Diverse Preferences With Reward Regularization
- 通过合成数据补充二元偏好标签,捕捉用户对多答案和同义输出的分歧
- 引入边际正则项后,模型预测与真实用户偏好相关性提升27%
- 适合做个性化对话系统、内容生成等需考虑用户差异的场景
大型语言模型日益通过公开接口与数百万用户交互,但其偏好调优仍依赖二元判断(即标注者从两段输出中选更优者)。本文指出,这种二元方式难以反映真实任务中用户的多元偏好。我们提出两个主观维度:一是同一提示存在多种正确回答(响应多样性),二是候选输出为语义相近的改写(响应不可区分性)。在这些情况下,奖励模型与用户偏好相关性较弱。为此,我们提出一种简单有效的方法:在现有二元偏好数据集上生成合成判断,以估计潜在用户分歧,并将其作为边际正则项引入训练过程。实验表明,该方法使模型输出更符合聚合用户偏好。
原文摘要 · Abstract (English)
Large language models (LLMs) are increasingly deployed via public-facing interfaces to interact with millions of users, each with diverse preferences. Despite this, preference tuning of LLMs predominantly relies on reward models trained using binary judgments where annotators select the preferred choice out of pairs of model outputs. In this work, we argue that this reliance on binary choices does not capture the broader, aggregate preferences of the target user in real-world tasks. We propose a taxonomy that identifies two dimensions of subjectivity where different users disagree on the preferred output-namely, the Plurality of Responses to Prompts, where prompts allow for multiple correct answers, and the Indistinguishability of Responses, where candidate outputs are paraphrases of each other. We show that reward models correlate weakly with user preferences in these cases. As a first step to address this issue, we introduce a simple yet effective method that augments existing binary preference datasets with synthetic preference judgments to estimate potential user disagreement. Incorporating these via a margin term as a form of regularization during model training yields predictions that better align with the aggregate user preferences.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。