Search papers, labs, and topics across Lattice.
This paper introduces DreamReasoner-8B, a block diffusion reasoning model that addresses the challenges of long chain-of-thought (CoT) reasoning by employing block-size curriculum learning. The study reveals that while large block sizes during training lead to poor reasoning performance, smaller block sizes maintain effective reasoning capabilities. By gradually transitioning from fine-grained to coarse-grained block sizes, the model achieves competitive results on mathematical and code reasoning benchmarks, establishing a new standard for efficient reasoning in diffusion language models.
Training with large block sizes cripples reasoning performance, but a novel curriculum approach unlocks strong reasoning capabilities in diffusion models.
Block diffusion language models accelerate decoding through parallel block-wise denoising, yet whether they can be reliably scaled for long chain-of-thought (CoT) reasoning remains unresolved. To this end, we develop DreamReasoner-8B, an open-source block diffusion reasoning model, and conduct a systematic study of how training and inference block sizes affect long-CoT reasoning. Our analysis reveals a stark performance disparity: training with large block sizes yields remarkably poor reasoning, whereas small block sizes preserve effective reasoning. To bridge this granularity gap, we propose block-size curriculum learning, which gradually transitions training from fine-grained to coarse-grained block sizes, thereby overcoming this limitation and enabling strong reasoning performance that generalizes across diverse inference block sizes. On mathematical and code reasoning benchmarks, DreamReasoner-8B achieves results competitive with leading open autoregressive models such as Qwen3-8B. This work establishes a practical foundation for efficient, reasoning-capable diffusion language models. We release our model at https://github.com/DreamLM/DreamReasoner.