paper-with-me

홈 › Papers

Ultra-Fast Language Generation via Discrete Diffusion Divergence Instruct

2025-09-29 · Haoyang Zheng, Xinyang Liu, Cindy Xiangrui Kong, Nan Jiang, Zheyuan Hu, Weijian Luo, Wei Deng, Guang Lin arxiv

Fast and high-quality language generation is the holy grail that people pursue in the age of AI. In this work, we introduce Discrete Diffusion Divergence Instruct (DiDi-Instruct), a training-based method that initializes from a pre-trained diffusion large language model (dLLM) and distills a few-step student for fast generation. The model distilled with DiDi-Instruct matches or surpasses its dLLM teacher and the GPT-2 baseline while providing up to 64$\times$ acceleration. The theoretical foundation of DiDi-Instruct is a novel framework based on integral KL-divergence minimization, which leads to a practical training algorithm. We further introduce grouped reward normalization, intermediate-state matching, and the reward-guided ancestral sampler to improve training stability, model coverage, and inference quality. On the OpenWebText benchmark, DiDi-Instruct achieves perplexity ranging from 62.2 (8 NFEs) to 18.4 (128 NFEs), outperforming prior accelerated dLLMs and the GPT-2 baseline. These gains incur a negligible entropy loss (around $1$%) and reduce additional training wall-clock time by more than $20\times$ compared to competing dLLM distillation methods. We further validate the robustness and effectiveness of DiDi-Instruct through extensive ablation studies, model scaling, downstream task evaluations, and unconditional protein sequence generation. In conclusion, DiDi-Instruct enables efficient and effective distillation for language generation in the blink of an eye.

📄 PDF Abstract BibTeX arXiv:2509.25035

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Fast Sampling via Discrete Non-Markov Diffusion Models with Predetermined Transition Time

2023-12-14 · Zixiang Chen, Huizhuo Yuan, YongQian Li, Yiwen Kou 외

Discrete diffusion models have emerged as powerful tools for high-quality data generation. Despite their success in discrete spaces, such as text generation tasks, the acceleration of discrete diffusion models remains un…

Image GenerationMachine TranslationText Generation

dUltra: Ultra-Fast Diffusion Language Models via Reinforcement Learning

2025-12-24 · Shirui Chen, Jiantao Jiao, Lillian J. Ratliff, Banghua Zhu arxiv

Masked diffusion language models (MDLMs) offer the potential for parallel token generation, but most open-source MDLMs decode fewer than 5 tokens per model forward pass even with sophisticated sampling strategies, limiti…

Reinforcement LearningMathematical ReasoningCode Generation

Seed Diffusion: A Large-Scale Diffusion Language Model with High-Speed Inference

2025-08-04 · Yuxuan Song, Zheng Zhang, Cheng Luo, Pengyang Gao 외 arxiv

We present Seed Diffusion Preview, a large-scale language model based on discrete-state diffusion, offering remarkably fast inference speed. Thanks to non-sequential, parallel generation, discrete diffusion models provid…

Tensor-Train Joint Modeling for Few-Step Discrete Diffusion

2026-07-04 · Byoungkwon Kim, Minhyuk Sung arxiv

Discrete diffusion promises orders-of-magnitude faster generation than autoregressive (AR) models for sequential discrete data, yet its full potential of few-step generation has remained out of reach due to a fundamental…

Discrete Diffusion Language Model for Long Text Summarization

2024-06-25 · Do Huu Dat, Do Duc Anh, Anh Tuan Luu, Wray Buntine

While diffusion models excel at conditional generating high-quality images, prior works in discrete diffusion models were not evaluated on conditional long-text generation. In this work, we address the limitations of pri…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+4