Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

LP-SFT: Local-Preserving Supervised Fine-Tuning via Multimodal Entropy Structure

About

Supervised fine-tuning (SFT) is the standard approach for adapting pretrained language models to downstream domains, yet it often improves target-domain behavior at the cost of degrading pre-existing capabilities. Standard cross-entropy fine-tuning promotes only the observed label token and leaves unconstrained how probability mass is redistributed over other plausible alternatives, potentially distorting the rich local preference structure learned during pretraining. We first analyze next-token predictions using Shannon and Renyi entropies, revealing that pretrained models exhibit a regular multimodal entropy structure. These entropy peaks correspond to varying numbers of plausible alternatives, indicating that the base model intrinsically encodes rich distributional knowledge beyond the single supervised token. Motivated by this observation, we propose LP-SFT, a Local-Preserving Supervised Fine-Tuning objective designed to explicitly protect this inherent entropy structure. At each step, LP-SFT constructs a local top-K support of alternative tokens from the frozen base distribution. Crucially, it removes the supervised target token from this set to avoid conflicting with the cross-entropy objective, and applies a locally normalized KL divergence to maintain the base model's relative preference structure among the remaining non-label alternatives. Across mixed-domain and single-domain fine-tuning experiments, LP-SFT improves overall performance over vanilla SFT and recent SFT-enhancement baselines, achieving the best balance between pass@1 accuracy and pass@k performance. These results suggest that local preservation helps mitigate capability degradation without collapsing sampling-accessible diversity.

Yueyang Wang, Baolong Bi, Shuo Lu, Jingyuan Zhang, Jiajun Shi• 2026

Related benchmarks

TaskDatasetResultRank
Mathematical ReasoningAIME 23-26
Pass@1682
54
Code GenerationMBPP+
Pass@168.2
36
Code GenerationHE+
Pass@175.95
36
General Knowledge ReasoningMMLU
5-shot Accuracy79.65
25
General EvaluationUltraFeedback Aggregate
Overall Average Score59.59
18
General Language UnderstandingMMLU
5-shot Accuracy78.82
18
Language UnderstandingMMLU
MMLU 5-shot Accuracy78.33
18
Mathematical ReasoningMATH 500
Pass@145.19
18
Multi-task evaluation summaryAggregate MATH-500, AIME, MBPP+, HE+, MMLU
Average Performance (Aggregate)63.5
18
Code GenerationMBPP+
Pass@167.94
7
Showing 10 of 12 rows

Other info

Follow for update