GIFT: Guided Importance-Aware Fine-Tuning for Diffusion Language Models
Guowei Xu, Wenxin Xu, Jiawang Zhao, Kaisheng Ma
TL;DR
Diffusion language models enable parallel sequence refinement but pose challenges for supervised fine-tuning due to uncertain token-level probabilities. The authors introduce GIFT, an entropy-guided, importance-aware fine-tuning method that uses token-wise entropy to assign per-token masking rates and weights, yielding a diffusion-consistent, theoretically grounded loss. Empirical results across 1k–10k data scales, with LoRA and full-parameter fine-tuning on base and instruct models, show consistent improvements over standard SFT on four reasoning benchmarks (Sudoku, Countdown, GSM8K, MATH-500) while maintaining or improving time efficiency. The approach underscores the value of entropy-based token prioritization for training stability and effectiveness in diffusion-based language models. Limitations include reliance on a fixed diffusion generator in the derivation and a scope limited to certain datasets and model scales, suggesting avenues for broader validation and dynamic Q adaptations in future work.
Abstract
Diffusion models have recently shown strong potential in language modeling, offering faster generation compared to traditional autoregressive approaches. However, applying supervised fine-tuning (SFT) to diffusion models remains challenging, as they lack precise probability estimates at each denoising step. While the diffusion mechanism enables the model to reason over entire sequences, it also makes the generation process less predictable and often inconsistent. This highlights the importance of controlling key tokens that guide the direction of generation. To address this issue, we propose GIFT, an importance-aware finetuning method for diffusion language models, where tokens are assigned different importance weights based on their entropy. Derived from diffusion theory, GIFT delivers substantial gains: across diverse settings including different mainstream training datasets ranging from 1k to 10k in size, utilizing LoRA or full parameter fine-tuning, and training on base or instruct models, GIFT consistently achieves superior overall performance compared to standard SFT on four widely used reasoning benchmarks (Sudoku, Countdown, GSM8K, and MATH-500).
