CLLGMLOct 20, 2018

Hierarchical Text Generation using an Outline

arXiv:1810.08802v113 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of maintaining coherence in long text generation for NLP applications, but the results are incremental as human perception did not improve.

The paper tackled the problem of generating coherent long text by having language models construct and use outlines, finding that this approach improved perplexity but did not enhance human evaluation scores compared to a baseline.

Many challenges in natural language processing require generating text, including language translation, dialogue generation, and speech recognition. For all of these problems, text generation becomes more difficult as the text becomes longer. Current language models often struggle to keep track of coherence for long pieces of text. Here, we attempt to have the model construct and use an outline of the text it generates to keep it focused. We find that the usage of an outline improves perplexity. We do not find that using the outline improves human evaluation over a simpler baseline, revealing a discrepancy in perplexity and human perception. Similarly, hierarchical generation is not found to improve human evaluation scores.

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