paper-with-me

홈 › Papers

An Operation Network for Abstractive Sentence Compression

2018-08-01 · COLING 2018 8 · Naitong Yu, Jie Zhang, Minlie Huang, Xiaoyan Zhu

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentence CompressionText Generation

Similar Papers 제목 키워드 기반

A Dataset and Evaluation Metrics for Abstractive Compression of Sentences and Short Paragraphs

2016-11-01 · EMNLP 2016 11 · Kristina Toutanova, Chris Brockett, Ke M. Tran, Saleema Amershi
Document SummarizationSentence Compression

Abstractive Unsupervised Multi-Document Summarization using Paraphrastic Sentence Fusion

2018-08-01 · COLING 2018 8 · Mir Tafseer Nayeem, Tanvir Ahmed Fuad, Yllias Chali

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+5

Summarization Programs: Interpretable Abstractive Summarization with Neural Modular Trees

2022-09-21 · Swarnadeep Saha, Shiyue Zhang, Peter Hase, Mohit Bansal

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 Fusion

Towards Abstractive Multi-Document Summarization Using Submodular Function-Based Framework, Sentence Compression and Merging

2017-11-01 · IJCNLP 2017 11 · Yllias Chali, Moin Tanvee, Mir Tafseer Nayeem

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+3

SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression

2019-04-07 · Christos Baziotis, Ion Androutsopoulos, Ioannis Konstas, Alexandros Potamianos

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