CLJan 23, 2019

Evaluating the State-of-the-Art of End-to-End Natural Language Generation: The E2E NLG Challenge

arXiv:1901.07931v3249 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of generating complex natural language for researchers and practitioners in NLG, though it is incremental as it builds on existing methods and benchmarks.

The paper analyzed the first shared task on End-to-End Natural Language Generation, evaluating 62 systems to determine if they could generate complex outputs from rich datasets, finding that seq2seq models performed well in naturalness but often lacked semantic control and were outperformed by hand-engineered systems in quality and complexity.

This paper provides a comprehensive analysis of the first shared task on End-to-End Natural Language Generation (NLG) and identifies avenues for future research based on the results. This shared task aimed to assess whether recent end-to-end NLG systems can generate more complex output by learning from datasets containing higher lexical richness, syntactic complexity and diverse discourse phenomena. Introducing novel automatic and human metrics, we compare 62 systems submitted by 17 institutions, covering a wide range of approaches, including machine learning architectures -- with the majority implementing sequence-to-sequence models (seq2seq) -- as well as systems based on grammatical rules and templates. Seq2seq-based systems have demonstrated a great potential for NLG in the challenge. We find that seq2seq systems generally score high in terms of word-overlap metrics and human evaluations of naturalness -- with the winning SLUG system (Juraska et al., 2018) being seq2seq-based. However, vanilla seq2seq models often fail to correctly express a given meaning representation if they lack a strong semantic control mechanism applied during decoding. Moreover, seq2seq models can be outperformed by hand-engineered systems in terms of overall quality, as well as complexity, length and diversity of outputs. This research has influenced, inspired and motivated a number of recent studies outwith the original competition, which we also summarise as part of this paper.

Foundations

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

Your Notes