paper-with-me

홈 › Papers

Explaining Learned Reward Functions with Counterfactual Trajectories

2024-02-07 · Jan Wehner, Frans Oliehoek, Luciano Cavalcante Siebert

Learning rewards from human behaviour or feedback is a promising approach to aligning AI systems with human values but fails to consistently extract correct reward functions. Interpretability tools could enable users to understand and evaluate possible flaws in learned reward functions. We propose Counterfactual Trajectory Explanations (CTEs) to interpret reward functions in reinforcement learning by contrasting an original with a counterfactual partial trajectory and the rewards they each receive. We derive six quality criteria for CTEs and propose a novel Monte-Carlo-based algorithm for generating CTEs that optimises these quality criteria. Finally, we measure how informative the generated explanations are to a proxy-human model by training it on CTEs. CTEs are demonstrably informative for the proxy-human model, increasing the similarity between its predictions and the reward function on unseen trajectories. Further, it learns to accurately judge differences in rewards between trajectories and generalises to out-of-distribution examples. Although CTEs do not lead to a perfect understanding of the reward, our method, and more generally the adaptation of XAI methods, are presented as a fruitful approach for interpreting learned reward functions.

📄 PDF Abstract BibTeX arXiv:2402.04856

Code (1)

janweh/counterfactual-trajectory-explanations-for-learned-reward-functions 공식 구현 pytorch

Tasks

counterfactual

Similar Papers 제목 키워드 기반

Learning "What-if" Explanations for Sequential Decision-Making

2020-07-02 · ICLR 2021 1 · Ioana Bica, Daniel Jarrett, Alihan Hüyük, Mihaela Van Der Schaar

Building interpretable parameterizations of real-world decision-making on the basis of demonstrated behavior -- i.e. trajectories of observations and actions made by an expert maximizing some unknown reward function -- i…

counterfactualCounterfactual ReasoningDecision Makingreinforcement-learning+3

Counterfactual Self-Questioning for Stable Policy Optimization in Language Models

2025-12-31 · Mandar Parab arxiv

Recent work on language model self-improvement shows that models can refine their own reasoning through reflection, verification, debate, or self-generated rewards. However, most existing approaches rely on external crit…

Mathematical Reasoning

Counterfactual Reasoning and Environment Design for Active Preference Learning

2025-07-07 · Yi-Shiuan Tung, Bradley Hayes, Alessandro Roncone arxiv

For effective real-world deployment, robots should adapt to human preferences, such as balancing distance, time, and safety in delivery routing. Active preference learning (APL) learns human reward functions by presentin…

Towards Generalizable Reasoning: Group Causal Counterfactual Policy Optimization for LLM Reasoning

2026-02-06 · Jingyao Wang, Peizheng Guo, Wenwen Qiang, Jiahuan Zhou 외 arxiv

Large language models (LLMs) excel at complex tasks with advances in reasoning capabilities. However, existing reward mechanisms remain tightly coupled to final correctness and pay little attention to the underlying reas…

Counterfactual Off-Policy Evaluation with Gumbel-Max Structural Causal Models

2019-05-14 · Michael Oberst, David Sontag

We introduce an off-policy evaluation procedure for highlighting episodes where applying a reinforcement learned (RL) policy is likely to have produced a substantially different outcome than the observed policy. In parti…

counterfactualManagementOff-policy evaluation