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

10/25/2021
by   Moye Chen, et al.
0

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 the intra and cross-document relations between sentences; (2) neglecting the coherence and conciseness of the whole summary. In this paper, we propose a novel MDS framework (SgSum) to formulate the MDS task as a sub-graph selection problem, in which source documents are regarded as a relation graph of sentences (e.g., similarity graph or discourse graph) and the candidate summaries are its sub-graphs. Instead of selecting salient sentences, SgSum selects a salient sub-graph from the relation graph as the summary. Comparing with traditional methods, our method has two main advantages: (1) the relations between sentences are captured by modeling both the graph structure of the whole document set and the candidate sub-graphs; (2) directly outputs an integrate summary in the form of sub-graph which is more informative and coherent. Extensive experiments on MultiNews and DUC datasets show that our proposed method brings substantial improvements over several strong baselines. Human evaluation results also demonstrate that our model can produce significantly more coherent and informative summaries compared with traditional MDS methods. Moreover, the proposed architecture has strong transfer ability from single to multi-document input, which can reduce the resource bottleneck in MDS tasks. Our code and results are available at: <https://github.com/PaddlePaddle/Research/tree/master/NLP/EMNLP2021-SgSum>.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/20/2020

Leveraging Graph to Improve Abstractive Multi-Document Summarization

Graphs that capture relations between textual units have great benefits ...
research
06/26/2023

Vietnamese multi-document summary using subgraph selection approach – VLSP 2022 AbMuSu Shared Task

Document summarization is a task to generate afluent, condensed summary ...
research
11/17/2022

Abstractive Summarization Guided by Latent Hierarchical Document Structure

Sequential abstractive neural summarizers often do not use the underlyin...
research
09/09/2022

Multi-Document Scientific Summarization from a Knowledge Graph-Centric View

Multi-Document Scientific Summarization (MDSS) aims to produce coherent ...
research
06/07/2023

Absformer: Transformer-based Model for Unsupervised Multi-Document Abstractive Summarization

Multi-document summarization (MDS) refers to the task of summarizing the...
research
05/19/2021

Analysis of GraphSum's Attention Weights to Improve the Explainability of Multi-Document Summarization

Modern multi-document summarization (MDS) methods are based on transform...
research
10/17/2019

Towards Annotating and Creating Sub-Sentence Summary Highlights

Highlighting is a powerful tool to pick out important content and emphas...

Please sign up or login with your details

Forgot password? Click here to reset