GIFT: Reconciling Post-Training Objectives via Finite-Temperature Gibbs Initialization

2026-03-18 19:00 GMT · 4 months ago aimagpro.com

arXiv:2601.09233v2 Announce Type: replace
Abstract: The prevailing post-training paradigm for Large Reasoning Models (LRMs) – Supervised Fine-Tuning (SFT) followed by Reinforcement Learning (RL) – suffers from an intrinsic optimization mismatch: the rigid supervision inherent in SFT induces distributional collapse, thereby exhausting the exploration space necessary for subsequent RL. In this paper, we reformulate SFT to reconcile post-training objectives and propose Gibbs Initialization with Finite Temperature (GIFT). We characterize standard SFT as a degenerate zero-temperature limit that suppresses base priors. Conversely, GIFT incorporates supervision as a finite-temperature energy potential, establishing a distributional bridge that promotes objective consistency throughout the post-training pipeline. Our experiments demonstrate that GIFT significantly outperforms standard SFT and other competitive baselines when utilized for RL initialization, providing a mathematically principled pathway to preserve exploration and align the two post-training stages. Our code is available at https://github.com/zzy1127/GIFT.