paper-with-me

Papers

Multiplex Graph Neural Network for Extractive Text Summarization

2021-08-29 · EMNLP 2021 11 · Baoyu Jing, Zeyu You, Tao Yang, Wei Fan, Hanghang Tong

Extractive text summarization aims at extracting the most representative sentences from a given document as its summary. To extract a good summary from a long text document, sentence embedding plays an important role. Recent studies have leveraged graph neural networks to capture the inter-sentential relationship (e.g., the discourse graph) to learn contextual sentence embedding. However, those approaches neither consider multiple types of inter-sentential relationships (e.g., semantic similarity & natural connection), nor model intra-sentential relationships (e.g, semantic & syntactic relationship among words). To address these problems, we propose a novel Multiplex Graph Convolutional Network (Multi-GCN) to jointly model different types of relationships among sentences and words. Based on Multi-GCN, we propose a Multiplex Graph Summarization (Multi-GraS) model for extractive text summarization. Finally, we evaluate the proposed models on the CNN/DailyMail benchmark dataset to demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2108.12870

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Text SummarizationGraph Neural NetworkSemantic SimilaritySemantic Textual SimilaritySentenceSentence EmbeddingSentence-EmbeddingText Summarization

Similar Papers 제목 키워드 기반

Extractive Summarization Considering Discourse and Coreference Relations based on Heterogeneous Graph

2021-04-01 · EACL 2021 2 · Yin Jou Huang, Sadao Kurohashi

Modeling the relations between text spans in a document is a crucial yet challenging problem for extractive summarization. Various kinds of relations exist among text spans of different granularity, such as discourse rel…

Extractive Summarization

Leveraging Discourse Structure for Extractive Meeting Summarization

2024-05-17 · Virgile Rennard, Guokan Shang, Michalis Vazirgiannis, Julie Hunter

We introduce an extractive summarization system for meetings that leverages discourse structure to better identify salient information from complex multi-party discussions. Using discourse graphs to represent semantic re…

Extractive SummarizationMeeting SummarizationNode Classification

Fact-level Extractive Summarization with Hierarchical Graph Mask on BERT

2020-11-19 · COLING 2020 8 · Ruifeng Yuan, Zili Wang, Wenjie Li

Most current extractive summarization models generate summaries by selecting salient sentences. However, one of the problems with sentence-level extractive summarization is that there exists a gap between the human-writt…

Extractive SummarizationNatural Language UnderstandingSentence

Enhancing Extractive Text Summarization with Topic-Aware Graph Neural Networks

2020-10-13 · COLING 2020 8 · Peng Cui, Le Hu, Yuanchao Liu

Text summarization aims to compress a textual document to a short summary while keeping salient information. Extractive approaches are widely used in text summarization because of their fluency and efficiency. However, m…

Document SummarizationExtractive SummarizationExtractive Text SummarizationGraph Neural Network+2

Reading Like HER: Human Reading Inspired Extractive Summarization

2019-11-01 · IJCNLP 2019 11 · Ling Luo, Xiang Ao, Yan Song, Feiyang Pan 외

In this work, we re-examine the problem of extractive text summarization for long documents. We observe that the process of extracting summarization of human can be divided into two stages: 1) a rough reading stage to lo…

Decision MakingExtractive SummarizationExtractive Text SummarizationText Summarization