LGAIJun 22, 2023

Can Differentiable Decision Trees Enable Interpretable Reward Learning from Human Feedback?

Berkeley
arXiv:2306.13004v62 citationsh-index: 18
Originality Incremental advance
AI Analysis

This addresses the issue of black-box reward functions in RLHF for researchers and practitioners, offering an incremental improvement in interpretability.

The paper tackles the problem of learning interpretable reward functions from human preferences in RLHF, proposing Differentiable Decision Trees (DDTs) to achieve competitive performance and diagnostic utility for alignment checking across domains like CartPole and Atari games.

Reinforcement Learning from Human Feedback (RLHF) has emerged as a popular paradigm for capturing human intent to alleviate the challenges of hand-crafting the reward values. Despite the increasing interest in RLHF, most works learn black box reward functions that while expressive are difficult to interpret and often require running the whole costly process of RL before we can even decipher if these frameworks are actually aligned with human preferences. We propose and evaluate a novel approach for learning expressive and interpretable reward functions from preferences using Differentiable Decision Trees (DDTs). Our experiments across several domains, including CartPole, Visual Gridworld environments and Atari games, provide evidence that the tree structure of our learned reward function is useful in determining the extent to which the reward function is aligned with human preferences. We also provide experimental evidence that not only shows that reward DDTs can often achieve competitive RL performance when compared with larger capacity deep neural network reward functions but also demonstrates the diagnostic utility of our framework in checking alignment of learned reward functions. We also observe that the choice between soft and hard (argmax) output of reward DDT reveals a tension between wanting highly shaped rewards to ensure good RL performance, while also wanting simpler, more interpretable rewards. Videos and code, are available at: https://sites.google.com/view/ddt-rlhf

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes