2022

SeqDiffuSeq: Text Diffusion with Encoder-Decoder Transformers

Yuan, Hongyi, Yuan, Zheng, Tan, Chuanqi et al.

Understand

Diffusion model, a new generative modelling paradigm, has achieved great success in image, audio, and video generation.

  • However, considering the discrete categorical nature of text, it is not trivial to extend continuous diffusion models to natural language, and text diffusion models are less studied.
  • Sequence-to-sequence text generation is one of the essential natural language processing topics.
  • In this work, we apply diffusion models to approach sequence-to-sequence text generation, and explore whether the superiority generation performance of diffusion model can transfer to natural language domain.

Reading the bibliography…