BASS: Boosting Abstractive Summarization with Unified Semantic Graph

Wenhao Wu,Wei Li,Xinyan Xiao,Jiachen Liu,Ziqiang Cao,Sujian Li,Hua Wu,Haifeng Wang
DOI: https://doi.org/10.18653/v1/2021.acl-long.472
2021-01-01
Abstract:Abstractive summarization for long-document or multi-document remains challenging for the Seq2Seq architecture, as Seq2Seq is not good at analyzing long-distance relations in text. In this paper, we present BASS, a novel framework for Boosting Abstractive Summarization based on a unified Semantic graph, which aggregates co-referent phrases distributing across a long range of context and conveys rich relations between phrases. Further, a graph-based encoder-decoder model is proposed to improve both the document representation and summary generation process by leveraging the graph structure. Specifically, several graph augmentation methods are designed to encode both the explicit and implicit relations in the text while the graph-propagation attention mechanism is developed in the decoder to select salient content into the summary. Empirical results show that the proposed architecture brings substantial improvements for both long-document and multi-document summarization tasks.
What problem does this paper attempt to address?