An Operation Network for Abstractive Sentence Compression
Sentence compression condenses a sentence while preserving its most important contents. Delete-based models have the strong ability to delete undesired words, while generate-based models are able to reorder or rephrase the words, which are more coherent to human sentence compression. In this paper, we propose Operation Network, a neural network approach for abstractive sentence compression, which combines the advantages of both delete-based and generate-based sentence compression models. The central idea of Operation Network is to model the sentence compression process as an editing procedure. First, unnecessary words are deleted from the source sentence, then new words are either generated from a large vocabulary or copied directly from the source sentence. A compressed sentence can be obtained by a series of such edit operations (delete, copy and generate). Experiments show that Operation Network outperforms state-of-the-art baselines.
Code (0)
등록된 구현이 없습니다.
Tasks
SentenceSentence CompressionText GenerationSimilar Papers 제목 키워드 기반
A Dataset and Evaluation Metrics for Abstractive Compression of Sentences and Short Paragraphs
Abstractive Unsupervised Multi-Document Summarization using Paraphrastic Sentence Fusion
In this work, we aim at developing an unsupervised abstractive summarization system in the multi-document setting. We design a paraphrastic sentence fusion model which jointly performs sentence fusion and paraphrasing us…
Abstractive Text SummarizationDocument SummarizationMachine TranslationMulti-Document Summarization+5Summarization Programs: Interpretable Abstractive Summarization with Neural Modular Trees
Current abstractive summarization models either suffer from a lack of clear interpretability or provide incomplete rationales by only highlighting parts of the source document. To this end, we propose the Summarization P…
Abstractive Text SummarizationSentenceSentence FusionTowards Abstractive Multi-Document Summarization Using Submodular Function-Based Framework, Sentence Compression and Merging
We propose a submodular function-based summarization system which integrates three important measures namely importance, coverage, and non-redundancy to detect the important sentences for the summary. We design monotone …
Abstractive Text SummarizationDocument SummarizationMulti-Document SummarizationQuery-focused Summarization+3SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression
Neural sequence-to-sequence models are currently the dominant approach in several natural language processing tasks, but require large parallel corpora. We present a sequence-to-sequence-to-sequence autoencoder (SEQ^3), …
DecoderLanguage ModelingLanguage ModellingReinforcement Learning+3