LGAICLMLOct 31, 2023

Vanishing Gradients in Reinforcement Finetuning of Language Models

ApplePrincetonStanford
arXiv:2310.20703v328 citationsh-index: 25
Originality Incremental advance
AI Analysis

This addresses a fundamental optimization problem in aligning language models, which is incremental but crucial for improving efficiency in reinforcement learning pipelines.

The paper identifies that vanishing gradients occur in reinforcement finetuning of language models when reward standard deviation is small, leading to slow optimization, and finds that initial supervised finetuning can mitigate this issue effectively with minimal data.

Pretrained language models are commonly aligned with human preferences and downstream tasks via reinforcement finetuning (RFT), which refers to maximizing a (possibly learned) reward function using policy gradient algorithms. This work identifies a fundamental optimization obstacle in RFT: we prove that the expected gradient for an input vanishes when its reward standard deviation under the model is small, even if the expected reward is far from optimal. Through experiments on an RFT benchmark and controlled environments, as well as a theoretical analysis, we then demonstrate that vanishing gradients due to small reward standard deviation are prevalent and detrimental, leading to extremely slow reward maximization. Lastly, we explore ways to overcome vanishing gradients in RFT. We find the common practice of an initial supervised finetuning (SFT) phase to be the most promising candidate, which sheds light on its importance in an RFT pipeline. Moreover, we show that a relatively small number of SFT optimization steps on as few as 1% of the input samples can suffice, indicating that the initial SFT phase need not be expensive in terms of compute and data labeling efforts. Overall, our results emphasize that being mindful for inputs whose expected gradient vanishes, as measured by the reward standard deviation, is crucial for successful execution of RFT.

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