AIOct 22, 2024

Navigating Noisy Feedback: Enhancing Reinforcement Learning with Error-Prone Language Models

CMU
arXiv:2410.17389v126 citationsh-index: 16Has CodeEMNLP
Originality Incremental advance
AI Analysis

This addresses the problem of reducing human effort in reinforcement learning from feedback for researchers and practitioners, but it is incremental as it builds on existing techniques for handling noisy language model outputs.

The paper tackles the challenge of using noisy feedback from large language models in reinforcement learning by proposing a method to apply feedback as a potential-based shaping function, which empirically improves convergence speed and policy returns over baselines even with significant ranking errors.

The correct specification of reward models is a well-known challenge in reinforcement learning. Hand-crafted reward functions often lead to inefficient or suboptimal policies and may not be aligned with user values. Reinforcement learning from human feedback is a successful technique that can mitigate such issues, however, the collection of human feedback can be laborious. Recent works have solicited feedback from pre-trained large language models rather than humans to reduce or eliminate human effort, however, these approaches yield poor performance in the presence of hallucination and other errors. This paper studies the advantages and limitations of reinforcement learning from large language model feedback and proposes a simple yet effective method for soliciting and applying feedback as a potential-based shaping function. We theoretically show that inconsistent rankings, which approximate ranking errors, lead to uninformative rewards with our approach. Our method empirically improves convergence speed and policy returns over commonly used baselines even with significant ranking errors, and eliminates the need for complex post-processing of reward functions.

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