PLANET: Dynamic Content Planning In Autoregressive Transformers For Long-form Text Generation · The Large Language Model Bible Contribute to LLM-Bible

PLANET: Dynamic Content Planning In Autoregressive Transformers For Long-form Text Generation

Hu Zhe, Chan Hou Pong, Liu Jiachen, Xiao Xinyan, Wu Hua, Huang Lifu. Arxiv 2022

[Paper]    
Applications Attention Mechanism GPT Language Modeling Model Architecture Pretraining Methods RAG Tools Transformer

Despite recent progress of pre-trained language models on generating fluent text, existing methods still suffer from incoherence problems in long-form text generation tasks that require proper content control and planning to form a coherent high-level logical flow. In this work, we propose PLANET, a novel generation framework leveraging autoregressive self-attention mechanism to conduct content planning and surface realization dynamically. To guide the generation of output sentences, our framework enriches the Transformer decoder with latent representations to maintain sentence-level semantic plans grounded by bag-of-words. Moreover, we introduce a new coherence-based contrastive learning objective to further improve the coherence of output. Extensive experiments are conducted on two challenging long-form text generation tasks including counterargument generation and opinion article generation. Both automatic and human evaluations show that our method significantly outperforms strong baselines and generates more coherent texts with richer contents.

Similar Work