← Search

Serena Booth

8 accepted papers

2024

Learning Optimal Advantage from Preferences and Mistaking It for Reward

AAAI 2024technical

We consider algorithms for learning reward functions from human preferences over pairs of trajectory segments, as used in reinforcement learning from human feedback (RLHF). Most recent work assumes that human preferences are generated based only upon the reward accrued within those segments, or thei…

2024

Quality-Diversity Generative Sampling for Learning with Synthetic Data

AAAI 2024technical

Generative models can serve as surrogates for some real data sources by creating synthetic training datasets, but in doing so they may transfer biases to downstream tasks. We focus on protecting quality and diversity when generating synthetic training datasets. We propose quality-diversity generativ…

2023

The Perils of Trial-and-Error Reward Design: Misdesign through Overfitting and Invalid Task Specifications

AAAI 2023technical

In reinforcement learning (RL), a reward function that aligns exactly with a task's true performance metric is often necessarily sparse. For example, a true task metric might encode a reward of 1 upon success and 0 otherwise. The sparsity of these true task metrics can make them hard to learn from,…

2022

Do Feature Attribution Methods Correctly Attribute Features?

AAAI 2022technical

Feature attribution methods are popular in interpretable machine learning. These methods compute the attribution of each input feature to represent its importance, but there is no consensus on the definition of "attribution", leading to many competing methods with little systematic evaluation, compl…

2021

Bayes-TrEx: a Bayesian Sampling Approach to Model Transparency by Example

AAAI 2021technical

Post-hoc explanation methods are gaining popularity for interpreting, understanding, and debugging neural networks. Most analyses using such methods explain decisions in response to inputs drawn from the test set. However, the test set may have few examples that trigger some model behaviors, such a…