T$^\star$: Progressive Block Scaling for MDM Through Trajectory Aware RL
Hanchen Xia, Baoyou Chen, Yutang Ge, Guojiang Zhao, Siyu Zhu
TL;DR
The paper tackles how to scale block size in masked diffusion language models without sacrificing math-focused reasoning. It introduces T$^\star$, a progressive block-scaling curriculum built on trajectory-aware reinforcement learning (TraceRL) that expands block size from an initial $B_0$ to a target $\hat{B}$ through a three-step per-stage process (RL on current blocks, boundary shifting, and block expansion). A PPO-style objective with a clipped surrogate and trajectory-level credit assignment is used to train across denoising steps, with KL regularization for stability. Empirical results on SDAR-1.7B-Chat and SDAR-4B-Chat across MATH500, GSM8K, and AIME24 show that T$^\star$ maintains or improves performance while enabling larger blocks, while direct TraceRL can collapse at large block sizes; the work also reveals that trajectory-aware RL can yield non-canonical but effective denoising schedules. Overall, the approach offers a practical pathway to higher-parallel decoding in diffusion LMs and suggests trajectory-aware policy learning as a complement to external search scaffolds for reasoning tasks.
Abstract
We present T$^\star$, a simple \textsc{TraceRL}-based training curriculum for progressive block-size scaling in masked diffusion language models (MDMs). Starting from an AR-initialized small-block MDM, T$^\star$~transitions smoothly to larger blocks, enabling higher-parallelism decoding with minimal performance degradation on math reasoning benchmarks. Moreover, further analysis suggests that T$^\star$~can converge to an alternative decoding schedule $\hat{\rm S}$ that achieves comparable performance.
