paper-with-me

홈 › Papers

Learning to Extract Coherent Summary via Deep Reinforcement Learning

2018-04-19 · Yuxiang Wu, Baotian Hu

Coherence plays a critical role in producing a high-quality summary from a document. In recent years, neural extractive summarization is becoming increasingly attractive. However, most of them ignore the coherence of summaries when extracting sentences. As an effort towards extracting coherent summaries, we propose a neural coherence model to capture the cross-sentence semantic and syntactic coherence patterns. The proposed neural coherence model obviates the need for feature engineering and can be trained in an end-to-end fashion using unlabeled data. Empirical results show that the proposed neural coherence model can efficiently capture the cross-sentence coherence patterns. Using the combined output of the neural coherence model and ROUGE package as the reward, we design a reinforcement learning method to train a proposed neural extractive summarizer which is named Reinforced Neural Extractive Summarization (RNES) model. The RNES model learns to optimize coherence and informative importance of the summary simultaneously. Experimental results show that the proposed RNES outperforms existing baselines and achieves state-of-the-art performance in term of ROUGE on CNN/Daily Mail dataset. The qualitative evaluation indicates that summaries produced by RNES are more coherent and readable.

📄 PDF Abstract BibTeX arXiv:1804.07036

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningExtractive SummarizationFeature Engineeringreinforcement-learningReinforcement LearningReinforcement Learning (RL)SentenceText Summarization

Similar Papers 제목 키워드 기반

Bridging the gap between extractive and abstractive summaries: Creation and evaluation of coherent extracts from heterogeneous sources

2016-12-01 · COLING 2016 12 · Darina Benikova, Margot Mieskes, Christian M. Meyer, Iryna Gurevych

Coherent extracts are a novel type of summary combining the advantages of manually created abstractive summaries, which are fluent but difficult to evaluate, and low-quality automatically created extractive summaries, wh…

Document SummarizationMulti-Document Summarization

An Entity-Driven Framework for Abstractive Summarization

2019-09-04 · IJCNLP 2019 11 · Eva Sharma, Luyang Huang, Zhe Hu, Lu Wang

Abstractive summarization systems aim to produce more coherent and concise summaries than their extractive counterparts. Popular neural models have achieved impressive results for single-document summarization, yet their…

Abstract generationAbstractive Text SummarizationDocument SummarizationReinforcement Learning+1

Extractive Summarization using Deep Learning

2017-08-15 · Sukriti Verma, Vagisha Nidhi

This paper proposes a text summarization approach for factual reports using a deep learning model. This approach consists of three phases: feature extraction, feature enhancement, and summary generation, which work toget…

ArticlesDeep LearningExtractive SummarizationText Summarization

SgSum:Transforming Multi-document Summarization into Sub-graph Selection

2021-11-01 · EMNLP 2021 11 · Moye Chen, Wei Li, Jiachen Liu, Xinyan Xiao 외

Most of existing extractive multi-document summarization (MDS) methods score each sentence individually and extract salient sentences one by one to compose a summary, which have two main drawbacks: (1) neglecting both th…

Document SummarizationMulti-Document SummarizationSentence

Deep Communicating Agents for Abstractive Summarization

2018-03-27 · NAACL 2018 6 · Asli Celikyilmaz, Antoine Bosselut, Xiaodong He, Yejin Choi

We present deep communicating agents in an encoder-decoder architecture to address the challenges of representing a long document for abstractive summarization. With deep communicating agents, the task of encoding a long…

Abstractive Text SummarizationDecoderreinforcement-learningReinforcement Learning+1