arXiv:2512.13837cs.LG2025-12NeurIPS被引 2

通过追溯错误回答的训练数据根源,改进强化学习人类反馈对齐效果

Explainable reinforcement learning from human feedback to improve alignment

  • 基于特征空间优化,定位导致不良输出的训练数据
  • 修复后使不满意的回复准确率提升12.3%,且不影响其他正常回复
  • 适合需要可解释性与可控对齐的语言模型调优场景

日常生活中,人们常通过找出问题根源并纠正来改善结果。本文探讨这一策略能否用于改进语言模型的强化学习人类反馈(RLHF)对齐。现有研究表明,经RLHF微调的语言模型仍会产生不满意输出。为此,本文提出一种方法:通过纠正导致不良输出的根本原因来提升性能。方法分为两部分:第一,提出一种事后解释技术,通过将提示-响应对在特征空间中表示为一组训练数据的凸组合,识别出引发该不良响应的关键训练样本;此问题被建模为带约束的组合优化问题,并设计了高效的迭代数据选择算法求解。第二,提出一种去学习机制,在移除导致不良响应的训练数据的同时,保持对其他提示的满意响应性能不受显著影响。实验表明,该方法能有效提升RLHF的表现。

原文摘要 · Abstract (English)

A common and effective strategy for humans to improve an unsatisfactory outcome in daily life is to find a cause of this outcome and correct the cause. In this paper, we investigate whether this human improvement strategy can be applied to improving reinforcement learning from human feedback (RLHF) for alignment of language models (LMs). In particular, it is observed in the literature that LMs tuned by RLHF can still output unsatisfactory responses. This paper proposes a method to improve the unsatisfactory responses by correcting their causes. Our method has two parts. The first part proposes a post-hoc explanation method to explain why an unsatisfactory response is generated to a prompt by identifying the training data that lead to this response. We formulate this problem as a constrained combinatorial optimization problem where the objective is to find a set of training data closest to this prompt-response pair in a feature representation space, and the constraint is that the prompt-response pair can be decomposed as a convex combination of this set of training data in the feature space. We propose an efficient iterative data selection algorithm to solve this problem. The second part proposes an unlearning method that improves unsatisfactory responses to some prompts by unlearning the training data that lead to these unsatisfactory responses and, meanwhile, does not significantly degrade satisfactory responses to other prompts. Experimental results demonstrate that our algorithm can improve RLHF.

可解释性强化学习对齐

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