English

TESS: Text-to-Text Self-Conditioned Simplex Diffusion

Computation and Language 2024-02-22 v2 Machine Learning

Abstract

Diffusion models have emerged as a powerful paradigm for generation, obtaining strong performance in various continuous domains. However, applying continuous diffusion models to natural language remains challenging due to its discrete nature and the need for a large number of diffusion steps to generate text, making diffusion-based generation expensive. In this work, we propose Text-to-text Self-conditioned Simplex Diffusion (TESS), a text diffusion model that is fully non-autoregressive, employs a new form of self-conditioning, and applies the diffusion process on the logit simplex space rather than the learned embedding space. Through extensive experiments on natural language understanding and generation tasks including summarization, text simplification, paraphrase generation, and question generation, we demonstrate that TESS outperforms state-of-the-art non-autoregressive models, requires fewer diffusion steps with minimal drop in performance, and is competitive with pretrained autoregressive sequence-to-sequence models. We publicly release our codebase at https://github.com/allenai/tess-diffusion.

Keywords

Cite

@article{arxiv.2305.08379,
  title  = {TESS: Text-to-Text Self-Conditioned Simplex Diffusion},
  author = {Rabeeh Karimi Mahabadi and Hamish Ivison and Jaesung Tae and James Henderson and Iz Beltagy and Matthew E. Peters and Arman Cohan},
  journal= {arXiv preprint arXiv:2305.08379},
  year   = {2024}
}

Comments

EACL 2024

R2 v1 2026-06-28T10:34:22.038Z