paper-with-me

Papers

Extractive Text Summarization with Latent Topics using Heterogeneous Graph Neural Network

2022-01-16 · ACL ARR January 2022 1 · Anonymous

This paper presents a heterogeneous graph neural network (HeterGNN) model for extractive text summarization (ETS) by using latent topics to capture the important content of input documents. Specifically, topical information has been widely used as global information for sentence selection. However, most of the recent approaches use neural models, which lead the training models more complex and difficult for extensibility. In this regard, this study presents a novel graph-based ETS by adding a new node of latent topics into HeterGN for the summarization (TopicHeterGraphSum). Specifically, TopicHeterGraphSum includes three types of semantic nodes (i.e., topic-word-sentence) in order to enrich the cross-sentence relations. Furthermore, an extended version of TopicHeterGraphSum for multi documents extraction is also taken into account to emphasize the advantage of the proposed method. Experiments on benchmark datasets such as CNN/DailyMail and Multi-News show the promising results of our method compared with state-of-the-art models.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Text SummarizationGraph Neural NetworkSentenceText Summarization

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

A Data-driven Latent Semantic Analysis for Automatic Text Summarization using LDA Topic Modelling

2022-07-23 · Daniel F. O. Onah, Elaine L. L. Pang, Mahmoud El-Haj

With the advent and popularity of big data mining and huge text analysis in modern times, automated text summarization became prominent for extracting and retrieving important information from documents. This research in…

ArticlesExtractive SummarizationText Summarization

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

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

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

Investigating Entropy for Extractive Document Summarization

2021-09-22 · Alka Khurana, Vasudha Bhatnagar

Automatic text summarization aims to cut down readers time and cognitive effort by reducing the content of a text document without compromising on its essence. Ergo, informativeness is the prime attribute of document sum…

AttributeDocument SummarizationExtractive Document SummarizationInformativeness+3