ProFit: Leveraging High-Value Signals in SFT via Probability-Guided Token Selection
Tao Liu, Taiqiang Wu, Runming Yang, Shaoning Sun, Junjie Wang, Yujiu Yang
TL;DR
ProFit tackles single-reference overfitting in supervised fine-tuning by exploiting token-level probability as a proxy for semantic importance. It introduces a probability-guided masking mechanism that retains high-probability tokens carrying core reasoning while masking low-probability, non-essential tokens, backed by a semantic analysis and a gradient-bound justification. The approach yields consistent improvements over standard SFT and other baselines across reasoning and mathematics benchmarks on diverse LLM families, and demonstrates stable training dynamics and favorable RL initialization characteristics. This work provides a practical, data-efficient alternative to multi-reference fine-tuning with potential for broad applicability in reasoning-intensive tasks.
Abstract
Supervised fine-tuning (SFT) is a fundamental post-training strategy to align Large Language Models (LLMs) with human intent. However, traditional SFT often ignores the one-to-many nature of language by forcing alignment with a single reference answer, leading to the model overfitting to non-core expressions. Although our empirical analysis suggests that introducing multiple reference answers can mitigate this issue, the prohibitive data and computational costs necessitate a strategic shift: prioritizing the mitigation of single-reference overfitting over the costly pursuit of answer diversity. To achieve this, we reveal the intrinsic connection between token probability and semantic importance: high-probability tokens carry the core logical framework, while low-probability tokens are mostly replaceable expressions. Based on this insight, we propose ProFit, which selectively masks low-probability tokens to prevent surface-level overfitting. Extensive experiments confirm that ProFit consistently outperforms traditional SFT baselines on general reasoning and mathematical benchmarks.
