Knowledge Graph-Augmented Abstractive Summarization with Semantic-Driven Cloze Reward
Sequence-to-sequence models for abstractive summarization have been studied extensively, yet the generated summaries commonly suffer from fabricated content, and are often found to be near-extractive. We argue that, to address these issues, the summarizer should acquire semantic interpretation over input, e.g., via structured representation, to allow the generation of more informative summaries. In this paper, we present ASGARD, a novel framework for Abstractive Summarization with Graph-Augmentation and semantic-driven RewarD. We propose the use of dual encoders---a sequential document encoder and a graph-structured encoder---to maintain the global context and local characteristics of entities, complementing each other. We further design a reward based on a multiple choice cloze test to drive the model to better capture entity interactions. Results show that our models produce significantly higher ROUGE scores than a variant without knowledge graph as input on both New York Times and CNN/Daily Mail datasets. We also obtain better or comparable performance compared to systems that are fine-tuned from large pretrained language models. Human judges further rate our model outputs as more informative and containing fewer unfaithful errors.
Code (1)
Tasks
Abstractive Text SummarizationCloze TestMultiple-choiceSimilar Papers 제목 키워드 기반
Knowledge and Keywords Augmented Abstractive Sentence Summarization
In this paper, we study the abstractive sentence summarization. There are two essential information features that can influence the quality of news summarization, which are topic keywords and the knowledge structure of t…
News SummarizationSentenceSentence SummarizationFaithful Abstractive Summarization via Fact-aware Consistency-constrained Transformer
Abstractive summarization is a classic task in Natural Language Generation (NLG), which aims to produce a concise summary of the original document. Recently, great efforts have been made on sequence-to-sequence neural ne…
Abstractive Text SummarizationText GenerationAugmented Abstractive Summarization With Document-LevelSemantic Graph
Previous abstractive methods apply sequence-to-sequence structures to generate summary without a module to assist the system to detect vital mentions and relationships within a document. To address this problem, we utili…
Abstractive Text SummarizationDecoderEnsure the Correctness of the Summary: Incorporate Entailment Knowledge into Abstractive Sentence Summarization
In this paper, we investigate the sentence summarization task that produces a summary from a source sentence. Neural sequence-to-sequence models have gained considerable success for this task, while most existing approac…
Abstractive Text SummarizationDecoderInformativenessSentence+3Integrating Semantic Scenario and Word Relations for Abstractive Sentence Summarization
Recently graph-based methods have been adopted for Abstractive Text Summarization. However, existing graph-based methods only consider either word relations or structure information, which neglect the correlation between…
Abstractive Text SummarizationSentenceSentence SummarizationText Summarization