Discrete Diffusion Language Model for Efficient Text Summarization
Do Huu Dat, Do Duc Anh, Anh Tuan Luu, Wray Buntine
TL;DR
This work tackles the challenge of applying discrete diffusion models to conditional long-text generation by introducing a semantic-aware forward noising process and a CrossMamba encoder-decoder backbone. By leveraging Transformer-based attention-informed noising and a state-space Mamba framework, the method enables efficient long-sequence summarization with linear-time processing and competitive or superior ROUGE/bertscore metrics on Gigaword, CNN/DailyMail, and Arxiv. It achieves state-of-the-art performance among discrete diffusion approaches while delivering significantly faster decoding than autoregressive baselines. The combination of semantic-aware conditioning and CrossMamba yields strong practical impact for long-context text generation, though gaps remain relative to autoregressive models and scalability challenges in extreme long sequences remain for future work.
Abstract
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 prior discrete diffusion models for conditional long-text generation, particularly in long sequence-to-sequence tasks such as abstractive summarization. Despite fast decoding speeds compared to autoregressive methods, previous diffusion models failed on the abstractive summarization task due to the incompatibility between the backbone architectures and the random noising process. To overcome these challenges, we introduce a novel semantic-aware noising process that enables Transformer backbones to handle long sequences effectively. Additionally, we propose CrossMamba, an adaptation of the Mamba model to the encoder-decoder paradigm, which integrates seamlessly with the random absorbing noising process. Our approaches achieve state-of-the-art performance on three benchmark summarization datasets: Gigaword, CNN/DailyMail, and Arxiv, outperforming existing discrete diffusion models on ROUGE metrics as well as possessing much faster speed in inference compared to autoregressive models.
