SgSum: Transforming Multi-document Summarization into Sub-graph Selection
Moye Chen, Wei Li, Jiachen Liu, Xinyan Xiao, Hua Wu, Haifeng Wang

TL;DR
SgSum transforms multi-document summarization into a sub-graph selection problem, capturing sentence relations to produce more coherent and informative summaries, outperforming traditional methods on multiple datasets.
Contribution
The paper introduces SgSum, a novel framework that models multi-document summarization as sub-graph selection, effectively capturing sentence relations and improving summary quality.
Findings
Significant improvements over strong baselines on MultiNews and DUC datasets.
Human evaluation shows more coherent and informative summaries.
Model demonstrates strong transfer ability from single to multi-document summarization.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
