Search papers, labs, and topics across Lattice.
This paper investigates the limitations of continuous reward models in reinforcement learning, highlighting their oversensitivity to minor differences in response quality, which can lead to suboptimal policies. By introducing new evaluation metrics focused on "discriminative ability" and "specificity," the authors provide a framework to assess and improve reward models. They propose a training-free algorithm utilizing Monte Carlo dropout to discretize rewards, demonstrating that this approach reduces oversensitivity while maintaining discriminative power, resulting in improved policy performance in both controlled and natural settings.
Discretizing reward models can significantly enhance policy performance by reducing oversensitivity without sacrificing discriminative ability.
Despite their widespread use, the role of reward models in shaping reinforcement learning is poorly understood. Reward models offer a tempting promise: they automatically estimate response quality in the absence of verifiers or human judges. Unlike"verifiable rewards"which typically produce binary scores, reward models typically produce continuous scores, allowing them to be sensitive to fine-grained differences in responses. However, we show this apparent strength is a serious weakness: many popular reward models are oversensitive, assigning different scores to equally good responses. Theoretically, we show that seemingly perfect reward models can be highly oversensitive; empirically, this oversensitivity can lead to bad policies. In place of existing notions of"reward model accuracy,"we propose evaluating reward models using distinct measures of"discriminative ability"and"specificity"(the complement of oversensitivity). As a solution, we describe a training-free algorithm that uses Monte Carlo dropout on any neural reward model to produce discrete reward clusters. Theoretically, we prove there exist discretizations that reduce oversensitivity at minimal expense of discriminative ability; empirically we show, in both controlled and natural RL settings, that discretizing rewards leads to less reward hacking and better policies than training on the original rewards.