paper-with-me

Papers

Consistent Diffusion Language Models

2026-04-30 · Hasan Amin, Yuan Gao, Yaser Souri, Subhojit Som, Ming Yin, Rajiv Khanna, Xia Song arxiv

Diffusion language models (DLMs) are an attractive alternative to autoregressive models because they promise sublinear-time, parallel generation, yet practical gains remain elusive as high-quality samples still demand hundreds of refinement steps. In continuous domains, consistency training along the probability-flow ODE is a popular recipe to accelerate diffusion. For discrete diffusion, no analogous sample-space ODE exists, making direct adaptation ill-defined. We argue that the right discrete substitute is the exact posterior bridge, the closed-form conditional law linking any two noise levels, which is available for broad corruptions including masked and uniform diffusion. Building on this observation, we introduce Multi-Path Discrete Consistency (MPDC), a new principle that trains a denoiser to be path-invariant in expectation across these stochastic bridges, and instantiate it as the Consistent Diffusion Language Model (CDLM), a single-stage training framework that does not require an already trained teacher model. Our CDLM objective recovers masked diffusion, continuous consistency models, and progressive or discrete distillation as analytic limits or empirical approximations of one common view. Empirically, CDLM establishes a new state of the art on both conditional and unconditional text-generation, consistently outperforming strong base discrete diffusion models and often even multi-stage distilled baselines across sampling budgets, with the largest gains in the few-step regime. Together, these results position CDLM as a principled and scalable foundation for the next generation of fast, high-fidelity discrete generative modeling.

📄 PDF Abstract BibTeX arXiv:2605.00161

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GIFT: Guided Importance-Aware Fine-Tuning for Diffusion Language Models

2025-09-25 · Guowei Xu, Wenxin Xu, Jiawang Zhao, Kaisheng Ma arxiv

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…

Dream 7B: Diffusion Large Language Models

2025-08-21 · Jiacheng Ye, Zhihui Xie, Lin Zheng, Jiahui Gao 외 arxiv

We introduce Dream 7B, the most powerful open diffusion large language model to date. Unlike autoregressive (AR) models that generate tokens sequentially, Dream 7B employs discrete diffusion modeling to refine sequences …

Diffusion Language Models Can Perform Many Tasks with Scaling and Instruction-Finetuning

2023-08-23 · Jiasheng Ye, Zaixiang Zheng, Yu Bao, Lihua Qian 외

The recent surge of generative AI has been fueled by the generative power of diffusion probabilistic models and the scalable capabilities of large language models. Despite their potential, it remains elusive whether diff…

In-Context LearningLanguage ModelingLanguage ModellingMasked Language Modeling

Diffusion on language model encodings for protein sequence generation

2024-03-06 · Viacheslav Meshchaninov, Pavel Strashnov, Andrey Shevtsov, Fedor Nikolaev 외

Protein sequence design has seen significant advances through discrete diffusion and autoregressive approaches, yet the potential of continuous diffusion remains underexplored. Here, we present DiMA, a latent diffusion f…

DiversityLanguage ModelingLanguage ModellingProtein Design+1

Prompt Optimization Via Diffusion Language Models

2026-01-30 · Shiyu Wang, Haolin Chen, Liangwei Yang, Jielin Qiu 외 arxiv

We propose a diffusion-based framework for prompt optimization that leverages Diffusion Language Models (DLMs) to iteratively refine system prompts through masked denoising. By conditioning on interaction traces, includi…