Neural Extractive Text Summarization with Syntactic Compression
Jiacheng Xu, Greg Durrett

TL;DR
This paper introduces a neural extractive summarization model that incorporates syntactic compression, selecting and compressing sentences based on constituency parses to generate concise, grammatical summaries with strong ROUGE scores.
Contribution
It presents a novel joint extractive and syntactic compression neural model for single-document summarization, trained with oracle summaries and evaluated on major datasets.
Findings
Achieves performance comparable to state-of-the-art systems
Outperforms off-the-shelf compression modules
Generates grammatically correct summaries
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
