LGAICLMLJan 29, 2024

Iterative Data Smoothing: Mitigating Reward Overfitting and Overoptimization in RLHF

arXiv:2401.16335v154 citationsh-index: 18ICML
Originality Incremental advance
AI Analysis

This addresses a critical bottleneck in aligning language models with human values, though it is incremental as it builds on existing RLHF frameworks.

The paper tackles the problem of reward model degradation and overoptimization in RLHF by proposing Iterative Data Smoothing, which updates both the model and data with soft labels, resulting in superior performance over traditional methods.

Reinforcement Learning from Human Feedback (RLHF) is a pivotal technique that aligns language models closely with human-centric values. The initial phase of RLHF involves learning human values using a reward model from ranking data. It is observed that the performance of the reward model degrades after one epoch of training, and optimizing too much against the learned reward model eventually hinders the true objective. This paper delves into these issues, leveraging the theoretical insights to design improved reward learning algorithm termed 'Iterative Data Smoothing' (IDS). The core idea is that during each training epoch, we not only update the model with the data, but also update the date using the model, replacing hard labels with soft labels. Our empirical findings highlight the superior performance of this approach over the traditional methods.

Foundations

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

Your Notes