PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model
Yizhe Zhang, Jiatao Gu, Zhuofeng Wu, Shuangfei Zhai, Josh Susskind,, Navdeep Jaitly

TL;DR
PLANNER is a novel model that combines latent semantic diffusion with autoregressive generation to produce diverse, high-quality long-form paragraphs with global control, addressing issues of repetition and low quality in text generation.
Contribution
It introduces a hybrid approach that integrates diffusion-based planning with autoregressive decoding for improved long-form text generation.
Findings
Effective in semantic generation, text completion, and summarization.
Produces more fluent and diverse paragraphs.
Achieves efficiency in long-form text generation.
Abstract
Autoregressive models for text sometimes generate repetitive and low-quality output because errors accumulate during the steps of generation. This issue is often attributed to exposure bias - the difference between how a model is trained, and how it is used during inference. Denoising diffusion models provide an alternative approach in which a model can revisit and revise its output. However, they can be computationally expensive and prior efforts on text have led to models that produce less fluent output compared to autoregressive models, especially for longer text and paragraphs. In this paper, we propose PLANNER, a model that combines latent semantic diffusion with autoregressive generation, to generate fluent text while exercising global control over paragraphs. The model achieves this by combining an autoregressive "decoding" module with a "planning" module that uses latent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text and Document Classification Technologies
MethodsDiffusion
