paper-with-me

홈 › Papers

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

2021-11-01 · EMNLP 2021 11 · Moye Chen, Wei Li, Jiachen Liu, Xinyan Xiao, Hua Wu, Haifeng Wang

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.

📄 PDF Abstract BibTeX

Code (1)

PaddlePaddle/Research/tree/master/NLP/EMNLP2021-SgSum 공식 구현 paddle

Tasks

Document SummarizationMulti-Document SummarizationSentence

Similar Papers 제목 키워드 기반

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

2021-10-25 · Moye Chen, Wei Li, Jiachen Liu, Xinyan Xiao 외

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 th…

Document SummarizationMulti-Document SummarizationSentence

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

2023-06-26 · Huu-Thin Nguyen, Tam Doan Thanh, Cam-Van Thi Nguyen

Document summarization is a task to generate afluent, condensed summary for a document, andkeep important information. A cluster of documents serves as the input for multi-document summarizing (MDS), while the cluster su…

Document Summarization

Leveraging Long-Context Large Language Models for Multi-Document Understanding and Summarization in Enterprise Applications

2024-09-27 · Aditi Godbole, Jabin Geevarghese George, Smita Shandilya

The rapid increase in unstructured data across various fields has made multi-document comprehension and summarization a critical task. Traditional approaches often fail to capture relevant context, maintain logical consi…

DiversityDocument Summarizationdocument understandingMulti-Document Summarization

Transforming Wikipedia into Augmented Data for Query-Focused Summarization

2019-11-08 · Haichao Zhu, Li Dong, Furu Wei, Bing Qin 외

The limited size of existing query-focused summarization datasets renders training data-driven summarization models challenging. Meanwhile, the manual construction of a query-focused summarization corpus is costly and ti…

Data AugmentationQuery-focused Summarization

Interactive Editing for Text Summarization

2023-06-05 · Yujia Xie, Xun Wang, Si-Qing Chen, Wayne Xiong 외

Summarizing lengthy documents is a common and essential task in our daily lives. Although recent advancements in neural summarization models can assist in crafting general-purpose summaries, human writers often have spec…

DecoderText Summarization