Gradients Must Earn Their Influence: Unifying SFT with Generalized Entropic Objectives
Zecheng Wang, Deyuan Liu, Chunshan Li, Yupeng Zhang, Zhengyun Zhao, Dianhui Chu, Bingning Wang, Dianbo Sui
TL;DR
This work tackles the suboptimal token-wise gradient allocation in supervised fine-tuning by introducing a unified deformed-log objective family that reveals a gate × error structure in learning signals. It derives a state-aware focus trajectory α^*(p) using the Cayley transform, enabling a smooth shift from coverage of uncertain knowledge to sharpening of confident predictions. The authors further instantiate a parameter-free Dynamic Entropy Fine-Tuning (DEFT) by leveraging distribution-level concentration via Rényi-2 entropy, yielding adaptive gating without extra hyperparameters. Empirical results across multiple backbones and tasks show DEFT and Cayley-Trans delivering consistent gains, particularly in strong-prior and weak-prior regimes, and demonstrate improved out-of-domain generalization. The approach offers a principled, information-theoretic path to balance exploration and exploitation in SFT with practical gains for robust model fine-tuning.
Abstract
Standard negative log-likelihood (NLL) for Supervised Fine-Tuning (SFT) applies uniform token-level weighting. This rigidity creates a two-fold failure mode: (i) overemphasizing low-probability targets can amplify gradients on noisy supervision and disrupt robust priors, and (ii) uniform weighting provides weak sharpening when the model is already confident. Existing methods fail to resolve the resulting plasticity--stability dilemma, often suppressing necessary learning signals alongside harmful ones. To address this issue, we unify token-level SFT objectives within a generalized deformed-log family and expose a universal gate $\times$ error gradient structure, where the gate controls how much the model trusts its current prediction. By employing the Cayley transform, we map the model's continuously evolving uncertainty onto a continuous focus trajectory, which enables seamless interpolation between scenarios involving uncertain novel concepts and those involving well-established knowledge. We then introduce Dynamic Entropy Fine-Tuning (DEFT), a parameter-free objective that modulates the trust gate using distribution concentration (Rényi-2 entropy) as a practical proxy for the model's predictive state. Extensive experiments and analyses demonstrate that DEFT achieves a better balance between exploration and exploitation, leading to improved overall performance.
