Energy-Based Diffusion Language Models for Text Generation
Minkai Xu, Tomas Geffner, Karsten Kreis, Weili Nie, Yilun Xu, Jure Leskovec, Stefano Ermon, Arash Vahdat
TL;DR
This work tackles the performance gap of discrete diffusion models for text by introducing Energy-based Diffusion Language Model (EDLM), a residual energy-based denoiser that operates on full sequences at each diffusion step. The energy function can be instantiated from a pretrained autoregressive model or learned via noise-contrastive estimation, enabling efficient parallel sampling through importance sampling. Empirical results on Text8 and OpenWebText show that EDLM consistently surpasses prior diffusion baselines and approaches autoregressive perplexities, while achieving up to 1.3x faster sampling. Overall, EDLM provides a principled path to high-quality, fast parallel text generation by integrating energy-based denoising with discrete diffusion.
Abstract
Despite remarkable progress in autoregressive language models, alternative generative paradigms beyond left-to-right generation are still being actively explored. Discrete diffusion models, with the capacity for parallel generation, have recently emerged as a promising alternative. Unfortunately, these models still underperform the autoregressive counterparts, with the performance gap increasing when reducing the number of sampling steps. Our analysis reveals that this degradation is a consequence of an imperfect approximation used by diffusion models. In this work, we propose Energy-based Diffusion Language Model (EDLM), an energy-based model operating at the full sequence level for each diffusion step, introduced to improve the underlying approximation used by diffusion models. More specifically, we introduce an EBM in a residual form, and show that its parameters can be obtained by leveraging a pretrained autoregressive model or by finetuning a bidirectional transformer via noise contrastive estimation. We also propose an efficient generation algorithm via parallel important sampling. Comprehensive experiments on language modeling benchmarks show that our model can consistently outperform state-of-the-art diffusion models by a significant margin, and approaches autoregressive models' perplexity. We further show that, without any generation performance drop, our framework offers a 1.3$\times$ sampling speedup over existing diffusion models. Reproduced code is available at https://github.com/MinkaiXu/Energy-Diffusion-LLM.
