CLFeb 27, 2019

DiscoFuse: A Large-Scale Dataset for Discourse-Based Sentence Fusion

arXiv:1902.10526v31116 citations
Originality Incremental advance
AI Analysis

This provides a resource for training neural models in discourse-based sentence fusion, addressing a bottleneck in natural language processing, though it is incremental as it builds on existing datasets and methods.

The authors tackled the problem of limited training data for sentence fusion by automatically generating DiscoFuse, a large-scale dataset with 60 million examples from Wikipedia and Sports articles, and showed that pretraining on it substantially improves performance on the WebSplit simplification task.

Sentence fusion is the task of joining several independent sentences into a single coherent text. Current datasets for sentence fusion are small and insufficient for training modern neural models. In this paper, we propose a method for automatically-generating fusion examples from raw text and present DiscoFuse, a large scale dataset for discourse-based sentence fusion. We author a set of rules for identifying a diverse set of discourse phenomena in raw text, and decomposing the text into two independent sentences. We apply our approach on two document collections: Wikipedia and Sports articles, yielding 60 million fusion examples annotated with discourse information required to reconstruct the fused text. We develop a sequence-to-sequence model on DiscoFuse and thoroughly analyze its strengths and weaknesses with respect to the various discourse phenomena, using both automatic as well as human evaluation. Finally, we conduct transfer learning experiments with WebSplit, a recent dataset for text simplification. We show that pretraining on DiscoFuse substantially improves performance on WebSplit when viewed as a sentence fusion task.

Code Implementations2 repos
Foundations

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

Your Notes