paper-with-me

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 onto spurious features that merely co-occur with preferred trajectories during training, collapsing when those correlations disappear or reverse at test time. We introduce ReCouPLe, a lightweight framework that uses natural language rationales to provide the missing causal signal. Each rationale is treated as a guiding projection axis in an embedding space, training the model to score trajectories based on features aligned with that axis while de-emphasizing context that is unrelated to the stated reason. Because the same rationales (e.g., "avoids collisions", "completes the task faster") can appear across multiple tasks, ReCouPLe naturally reuses the same causal direction whenever tasks share semantics, and transfers preference knowledge to novel tasks without extra data or language-model fine-tuning. Our learned reward model can ground preferences on the articulated reason, aligning better with user intent and generalizing beyond spurious features. ReCouPLe outperforms baselines by up to 1.5x in reward accuracy under distribution shifts, and 2x in downstream policy performance in novel tasks. We have released our code at https://github.com/mj-hwang/ReCouPLe

📄 PDF Abstract BibTeX arXiv:2603.04861

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Preference-based Reinforcement Learning with Self-augmented Feedback from Large Language Model

2024-12-22 · Songjun Tu, Jingbo Sun, Qichao Zhang, Xiangyuan Lan 외

Preference-based reinforcement learning (PbRL) provides a powerful paradigm to avoid meticulous reward engineering by learning rewards based on human preferences. However, real-time human feedback is hard to obtain in on…

Language ModelingLanguage ModellingLarge Language Model

Tool-Augmented Reward Modeling

2023-10-02 · Lei LI, Yekun Chai, Shuohuan Wang, Yu Sun 외

Reward modeling (a.k.a., preference modeling) is instrumental for aligning large language models with human preferences, particularly within the context of reinforcement learning from human feedback (RLHF). While convent…

TruthfulQA

Reward-Augmented Data Enhances Direct Preference Alignment of LLMs

2024-10-10 · Shenao Zhang, Zhihan Liu, Boyi Liu, Yufeng Zhang 외

Preference alignment in Large Language Models (LLMs) has significantly improved their ability to adhere to human instructions and intentions. However, existing direct alignment algorithms primarily focus on relative pref…

Instruction Following

ProRAG: Process-Supervised Reinforcement Learning for Retrieval-Augmented Generation

2026-01-29 · Zhao Wang, Ziliang Zhao, Zhicheng Dou arxiv

Reinforcement learning (RL) has become a promising paradigm for optimizing Retrieval-Augmented Generation (RAG) in complex reasoning tasks. However, traditional outcome-based RL approaches often suffer from reward sparsi…

Reinforcement Learning

Exploring Reasoning Reward Model for Agents

2026-01-29 · Kaixuan Fan, Kaituo Feng, Manyuan Zhang, Tianshuo Peng 외 arxiv

Agentic Reinforcement Learning (Agentic RL) has achieved notable success in enabling agents to perform complex reasoning and tool use. However, most methods still relies on sparse outcome-based reward for training. Such …

Reinforcement Learning