paper-with-me

Papers

Knowledge Graph-Augmented Abstractive Summarization with Semantic-Driven Cloze Reward

2020-05-03 · ACL 2020 6 · Luyang Huang, Lingfei Wu, Lu Wang

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.

📄 PDF Abstract BibTeX arXiv:2005.01159

Code (1)

luyang-huang96/GraphAugmentedSum 공식 구현 pytorch

Tasks

Abstractive Text SummarizationCloze TestMultiple-choice

Similar Papers 제목 키워드 기반

Knowledge and Keywords Augmented Abstractive Sentence Summarization

2021-11-01 · EMNLP (newsum) 2021 11 · Shuo Guan

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 Summarization

Faithful Abstractive Summarization via Fact-aware Consistency-constrained Transformer

2022-10-01 · CIKM 2022 10 · Yuanjie Lyu, Chen Zhu, Tong Xu, Zikai Yin 외

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 Generation

Augmented Abstractive Summarization With Document-LevelSemantic Graph

2021-09-13 · Qiwei Bi, Haoyuan Li, Kun Lu, Hanfang Yang

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 SummarizationDecoder

Ensure the Correctness of the Summary: Incorporate Entailment Knowledge into Abstractive Sentence Summarization

2018-08-01 · COLING 2018 8 · Haoran Li, Junnan Zhu, Jiajun Zhang, Cheng-qing Zong

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

Integrating Semantic Scenario and Word Relations for Abstractive Sentence Summarization

2021-11-01 · EMNLP 2021 11 · Yong Guan, Shaoru Guo, Ru Li, XiaoLi Li 외

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