paper-with-me

홈 › Papers

Explainable reinforcement learning from human feedback to improve alignment

2025-12-15 · Shicheng Liu, Siyuan Xu, Wenjie Qiu, Hangfan Zhang, Minghui Zhu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2512.13837

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Themis: An explainable AI-enabled framework for Reinforcement Learning with Human Feedback

2026-06-23 · Andreas Chouliaras, Luke Connolly, Dimitris Chatzpoulos arxiv

Training safe Reinforcement Learning (RL) systems is inherently challenging, with no guarantee of avoiding unwanted behaviors. The most effective defenses against this are (i) transparency through explainability and (ii)…

Reinforcement Learning

A Survey on Explainable Deep Reinforcement Learning

2025-02-08 · Zelei Cheng, Jiahao Yu, Xinyu Xing

Deep Reinforcement Learning (DRL) has achieved remarkable success in sequential decision-making tasks across diverse domains, yet its reliance on black-box neural architectures hinders interpretability, trust, and deploy…

Adversarial RobustnessDecision MakingDeep Reinforcement Learningreinforcement-learning+3

Word Overuse and Alignment in Large Language Models: The Influence of Learning from Human Feedback

2025-08-03 · Tom S. Juzek, Zina B. Ward arxiv

Large Language Models (LLMs) are known to overuse certain terms like "delve" and "intricate." The exact reasons for these lexical choices, however, have been unclear. Using Meta's Llama model, this study investigates the…

Reinforcement Learning

MARE: Multimodal Alignment and Reinforcement for Explainable Deepfake Detection via Vision-Language Models

2026-01-28 · Wenbo Xu, Wei Lu, Xiangyang Luo, Jiantao Zhou arxiv

Deepfake detection is a widely researched topic that is crucial for combating the spread of malicious content, with existing methods mainly modeling the problem as classification or spatial localization. The rapid advanc…

Reinforcement LearningDeepFake Detection

Aligning Crowd-sourced Human Feedback for Reinforcement Learning on Code Generation by Large Language Models

2025-03-19 · Man Fai Wong, Chee Wei Tan

This paper studies how AI-assisted programming and large language models (LLM) improve software developers' ability via AI tools (LLM agents) like Github Copilot and Amazon CodeWhisperer, while integrating human feedback…

Bayesian OptimizationCode GenerationLanguage ModelingLanguage Modelling+2