English

Neural Extractive Text Summarization with Syntactic Compression

Computation and Language 2019-09-11 v2

Abstract

Recent neural network approaches to summarization are largely either selection-based extraction or generation-based abstraction. In this work, we present a neural model for single-document summarization based on joint extraction and syntactic compression. Our model chooses sentences from the document, identifies possible compressions based on constituency parses, and scores those compressions with a neural model to produce the final summary. For learning, we construct oracle extractive-compressive summaries, then learn both of our components jointly with this supervision. Experimental results on the CNN/Daily Mail and New York Times datasets show that our model achieves strong performance (comparable to state-of-the-art systems) as evaluated by ROUGE. Moreover, our approach outperforms an off-the-shelf compression module, and human and manual evaluation shows that our model's output generally remains grammatical.

Keywords

Cite

@article{arxiv.1902.00863,
  title  = {Neural Extractive Text Summarization with Syntactic Compression},
  author = {Jiacheng Xu and Greg Durrett},
  journal= {arXiv preprint arXiv:1902.00863},
  year   = {2019}
}

Comments

14 pages, EMNLP 2019

R2 v1 2026-06-23T07:30:39.275Z