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

Learnability-Informed Fine-Tuning of Diffusion Language Models

About

We aim to improve the reasoning capabilities of diffusion language models (DLMs). While SFT is a popular post-training recipe for autoregressive models, its use in DLMs faces challenges and can even hurt performance, though the underlying causes remain understudied. Our analysis reveals that vanilla SFT overlooks learnability, namely what and when tokens are learned. Specifically, rare tokens are difficult to learn when most of the input is masked, whereas it is straightforward and thus of little value to learn common tokens when most of the input is unmasked. Motivated by our analysis, we propose LIFT, an efficient SFT-based post-training algorithm for DLMs. LIFT learns easy tokens when most of the input is masked and hard tokens when more context is available, thus aligning the training with the information available at different diffusion time steps. Our results show that LIFT outperforms existing SFT baselines across six reasoning benchmarks, achieving up to a 3x relative gain on AIME'24 and AIME'25. Our code is publicly available at https://github.com/divelab/LIFT.

Shubham Parashar, Atharv Chagi, Jacob Helwig, Lakshmi Jotsna, Sushil Vemuri, James Caverlee, Dileep Kalathil, Shuiwang Ji• 2026

Related benchmarks

TaskDatasetResultRank
Code GenerationMBPP
Accuracy44
165
Logical reasoningSudoku
Accuracy22.5
142
ReasoningCountdown
Accuracy31.3
49
ReasoningSudoku
Accuracy (Sudoku Reasoning)18.2
25
Arithmetic ReasoningCountdown
Accuracy33.6
19
Mathematical ReasoningAIME 25
Pass@16 Accuracy6.7
12
Showing 6 of 6 rows

Other info

Follow for update