LGMar 3, 2025

All Roads Lead to Likelihood: The Value of Reinforcement Learning in Fine-Tuning

arXiv:2503.01067v258 citationsh-index: 64
Originality Incremental advance
AI Analysis

This addresses a fundamental puzzle in AI fine-tuning, offering insights for researchers and practitioners, though it is incremental in explaining existing methods.

The paper investigates why reinforcement learning (RL) outperforms maximum likelihood estimation in fine-tuning foundation models, finding that RL reduces the search space by focusing on policies optimal for simple reward models, leading to more data-efficient training.

From a first-principles perspective, it may seem odd that the strongest results in foundation model fine-tuning (FT) are achieved via a relatively complex, two-stage training procedure. Specifically, one first trains a reward model (RM) on some dataset (e.g., human preferences) before using it to provide online feedback as part of a downstream reinforcement learning (RL) procedure, rather than directly optimizing the policy parameters on said dataset via offline maximum likelihood estimation. In fact, from an information-theoretic perspective, we can only lose information via passing through a reward model and cannot create any new information via on-policy sampling. To explain this discrepancy, we scrutinize several hypotheses on the value of RL in FT through both theoretical and empirical lenses. Of the hypotheses considered, we find the most support for the explanation that on problems with a generation-verification gap, (1) it is relatively easy to learn the relatively simple RM (verifier) from the preference data. Then, (2) the downstream RL procedure only returns policies (generators) that are optimal for such relatively simple verifiers. Thus, end-to-end, two-stage online FT only has to search over a reduced subset of the full space of policies, requiring less data than offline FT.

Foundations

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

Your Notes