dLLM is a single, open-source toolbox that standardizes how diffusion language models are trained, run, and tested.
DFlash is a new way to make big language models answer much faster without changing the final answers.
Stable-DiffCoder is a code-focused diffusion language model that learns to write and edit programs by filling in masked pieces, not just predicting the next token.
The paper proposes Diffusion in Diffusion, a draft-then-revise method that brings back global coherence to fast, block-based diffusion language models.
This paper shows a simple way to turn any strong autoregressive (step-by-step) model into a diffusion vision-language model (parallel, block-by-block) without changing the architecture.
Before this work, most big language models talked one word at a time (autoregressive), which made them slow and hard to parallelize.