paper-with-me

Papers

Graph-based Neural Multi-Document Summarization

2017-06-20 · CONLL 2017 8 · Michihiro Yasunaga, Rui Zhang, Kshitijh Meelu, Ayush Pareek, Krishnan Srinivasan, Dragomir Radev

We propose a neural multi-document summarization (MDS) system that incorporates sentence relation graphs. We employ a Graph Convolutional Network (GCN) on the relation graphs, with sentence embeddings obtained from Recurrent Neural Networks as input node features. Through multiple layer-wise propagation, the GCN generates high-level hidden sentence features for salience estimation. We then use a greedy heuristic to extract salient sentences while avoiding redundancy. In our experiments on DUC 2004, we consider three types of sentence relation graphs and demonstrate the advantage of combining sentence relations in graphs with the representation power of deep neural networks. Our model improves upon traditional graph-based extractive approaches and the vanilla GRU sequence model with no graph, and it achieves competitive results against other state-of-the-art multi-document summarization systems.

📄 PDF Abstract BibTeX arXiv:1706.06681

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationMulti-Document SummarizationRelationSentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Multi-layered graph-based multi-document summarization model

2014-05-17 · Ercan Canhasi

Multi-document summarization is a process of automatic generation of a compressed version of the given collection of documents. Recently, the graph-based models and ranking algorithms have been actively investigated by t…

Document SummarizationExtractive Document SummarizationExtractive Text Summarizationmodel+3

Leveraging Attribute Conditioning for Abstractive Multi Document Summarization

2021-09-29 · Aiswarya Sankar, Ankit Chadha

Abstractive multi document summarization has evolved as a task through the basic sequence to sequence approaches to transformer and graph based techniques. Each of these approaches has primarily focused on the issues of …

AttributeDocument SummarizationMulti-Document Summarization

Leveraging Graph to Improve Abstractive Multi-Document Summarization

2020-05-20 · ACL 2020 6 · Wei Li, Xinyan Xiao, Jiachen Liu, Hua Wu 외

Graphs that capture relations between textual units have great benefits for detecting salient information from multiple documents and generating overall coherent summaries. In this paper, we develop a neural abstractive …

Document SummarizationMulti-Document Summarization

A Mixed-Language Multi-Document News Summarization Dataset and a Graphs-Based Extract-Generate Model

2024-10-13 · Shengxiang Gao, Fang Nan, Yongbing Zhang, Yuxin Huang 외

Existing research on news summarization primarily focuses on single-language single-document (SLSD), single-language multi-document (SLMD) or cross-language single-document (CLSD). However, in real-world scenarios, news …

News Summarization

BASS: Boosting Abstractive Summarization with Unified Semantic Graph

2021-05-25 · ACL 2021 5 · Wenhao Wu, Wei Li, Xinyan Xiao, Jiachen Liu 외

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…

Abstractive Text SummarizationDecoderDocument SummarizationImplicit Relations+1