CLMay 19, 2021

Long Text Generation by Modeling Sentence-Level and Discourse-Level Coherence

arXiv:2105.08963v1724 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining event sequence coherence in open-ended language generation tasks like story generation, which is incremental as it builds on existing models.

The paper tackles the problem of generating long, coherent text by modeling both sentence-level and discourse-level coherence, achieving improved coherence over state-of-the-art baselines in experiments.

Generating long and coherent text is an important but challenging task, particularly for open-ended language generation tasks such as story generation. Despite the success in modeling intra-sentence coherence, existing generation models (e.g., BART) still struggle to maintain a coherent event sequence throughout the generated text. We conjecture that this is because of the difficulty for the decoder to capture the high-level semantics and discourse structures in the context beyond token-level co-occurrence. In this paper, we propose a long text generation model, which can represent the prefix sentences at sentence level and discourse level in the decoding process. To this end, we propose two pretraining objectives to learn the representations by predicting inter-sentence semantic similarity and distinguishing between normal and shuffled sentence orders. Extensive experiments show that our model can generate more coherent texts than state-of-the-art baselines.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes