SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training
FreeComparative study of SFT and RL in foundation model post-training
About SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training
This research paper, titled 'SFT Memorizes, RL Generalizes: A Comparative Study of Foundation Model Post-training,' provides a systematic comparison between supervised fine-tuning (SFT) and reinforcement learning (RL) in the post-training of foundation models. The study introduces GeneralPoints, an arithmetic reasoning card game, and utilizes V-IRL, a real-world navigation environment, to assess generalization across both textual rule-based variants and visual variants. Key findings demonstrate that RL, especially with outcome-based rewards, generalizes effectively to unseen variants, while SFT tends to memorize training data and struggles with out-of-distribution scenarios. Furthermore, the paper reveals that SFT is essential for stabilizing the model's output format, which enables subsequent RL to achieve performance gains. The work highlights the distinct roles of SFT and RL in acquiring generalizable knowledge for complex multi-modal tasks.
Key Features
Pros & Cons
- RL generalizes well to out-of-distribution rule-based and visual variants
- SFT effectively stabilizes model output format, facilitating subsequent RL training
- Provides clear empirical evidence distinguishing memorization from generalization in post-training
- SFT tends to memorize training data and fails on out-of-distribution scenarios
- RL may require initial SFT for format stabilization to achieve its full potential
- Findings are demonstrated on specific tasks (GeneralPoints, V-IRL) and may not fully generalize to all domains