paper-with-me

Papers

Multi Graph Neural Network for Extractive Long Document Summarization

2022-10-01 · COLING 2022 10 · Xuan-Dung Doan, Le-Minh Nguyen, Khac-Hoai Nam Bui

Heterogeneous Graph Neural Networks (HeterGNN) have been recently introduced as an emergent approach for extracting document summarization (EDS) by exploiting the cross-relations between words and sentences. However, applying HeterGNN for long documents is still an open research issue. One of the main majors is the lacking of inter-sentence connections. In this regard, this paper exploits how to apply HeterGNN for long documents by building a graph on sentence-level nodes (homogeneous graph) and combine with HeterGNN for capturing the semantic information in terms of both inter and intra-sentence connections. Experiments on two benchmark datasets of long documents such as PubMed and ArXiv show that our method is able to achieve state-of-the-art results in this research field.

📄 PDF Abstract BibTeX

Code (1)

dungdx34/mtgnn-sum 공식 구현 pytorch

Tasks

Document SummarizationGraph Neural NetworkSentence

Similar Papers 제목 키워드 기반

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

HeterGraphLongSum: Heterogeneous Graph Neural Network with Passage Aggregation for Extractive Long Document Summarization

2022-10-01 · COLING 2022 10 · Tuan-Anh Phan, Ngoc-Dung Ngoc Nguyen, Khac-Hoai Nam Bui

Graph Neural Network (GNN)-based models have proven effective in various Natural Language Processing (NLP) tasks in recent years. Specifically, in the case of the Extractive Document Summarization (EDS) task, modeling do…

Document SummarizationExtractive Document SummarizationGraph Neural NetworkSentence

HEGEL: Hypergraph Transformer for Long Document Summarization

2022-10-09 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Extractive summarization for long documents is challenging due to the extended structured input context. The long-distance sentence dependency hinders cross-sentence relations modeling, the critical step of extractive su…

Document SummarizationExtractive SummarizationSentence

GoSum: Extractive Summarization of Long Documents by Reinforcement Learning and Graph Organized discourse state

2022-11-18 · Junyi Bian, Xiaodi Huang, Hong Zhou, Shanfeng Zhu

Extracting summaries from long documents can be regarded as sentence classification using the structural information of the documents. How to use such structural information to summarize a document is challenging. In thi…

ArticlesDocument SummarizationExtractive Document SummarizationExtractive Summarization+6

Multiplex Graph Neural Network for Extractive Text Summarization

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

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. Re…

Extractive Text SummarizationGraph Neural NetworkSemantic SimilaritySemantic Textual Similarity+4