paper-with-me

Papers

Causal Confusion and Reward Misidentification in Preference-Based Reward Learning

2022-04-13 · Jeremy Tien, Jerry Zhi-Yang He, Zackory Erickson, Anca D. Dragan, Daniel S. Brown

Learning policies via preference-based reward learning is an increasingly popular method for customizing agent behavior, but has been shown anecdotally to be prone to spurious correlations and reward hacking behaviors. While much prior work focuses on causal confusion in reinforcement learning and behavioral cloning, we focus on a systematic study of causal confusion and reward misidentification when learning from preferences. In particular, we perform a series of sensitivity and ablation analyses on several benchmark domains where rewards learned from preferences achieve minimal test error but fail to generalize to out-of-distribution states -- resulting in poor policy performance when optimized. We find that the presence of non-causal distractor features, noise in the stated preferences, and partial state observability can all exacerbate reward misidentification. We also identify a set of methods with which to interpret misidentified learned rewards. In general, we observe that optimizing misidentified rewards drives the policy off the reward's training distribution, resulting in high predicted (learned) rewards but low true rewards. These findings illuminate the susceptibility of preference learning to reward misidentification and causal confusion -- failure to consider even one of many factors can result in unexpected, undesirable behavior.

📄 PDF Abstract BibTeX arXiv:2204.06601

Code (0)

등록된 구현이 없습니다.

Tasks

Imitation Learning

Similar Papers 제목 키워드 기반

Causally Robust Reward Learning from Reason-Augmented Preference Feedback

2026-03-05 · Minjune Hwang, Yigit Korkmaz, Daniel Seita, Erdem Bıyık arxiv

Preference-based reward learning is widely used for shaping agent behavior to match a user's preference, yet its sparse binary feedback makes it especially vulnerable to causal confusion. The learned reward often latches…

Exploring and Addressing Reward Confusion in Offline Preference Learning

2024-07-22 · Xin Chen, Sam Toyer, Florian Shkurti

Spurious correlations in a reward model's training data can prevent Reinforcement Learning from Human Feedback (RLHF) from identifying the desired goal and induce unwanted behaviors. This paper shows that offline RLHF is…

Active Learningreinforcement-learning

Causal Confusion in Imitation Learning

2019-05-28 · NeurIPS 2019 12 · Pim de Haan, Dinesh Jayaraman, Sergey Levine

Behavioral cloning reduces policy learning to supervised learning by training a discriminative model to predict expert actions given observations. Such discriminative models are non-causal: the training procedure is unaw…

Imitation Learning

Beyond Reward Hacking: Causal Rewards for Large Language Model Alignment

2025-01-16 · Chaoqi Wang, Zhuokai Zhao, Yibo Jiang, Zhaorun Chen 외

Recent advances in large language models (LLMs) have demonstrated significant progress in performing complex tasks. While Reinforcement Learning from Human Feedback (RLHF) has been effective in aligning LLMs with human p…

Causal InferencecounterfactualFairnessLanguage Modeling+2

CausalRM: Causal-Theoretic Reward Modeling for RLHF from Observational User Feedbacks

2026-03-19 · Hao Wang, Licheng Pan, Zhichao Chen, Chunyuan Zheng 외 arxiv

Despite the success of reinforcement learning from human feedback (RLHF) in aligning language models, current reward modeling heavily relies on experimental feedback data collected from human annotators under controlled …

Reinforcement Learning