Enhancing Extractive Text Summarization with Topic-Aware Graph Neural Networks
Peng Cui, Le Hu, and Yuanchao Liu

TL;DR
This paper introduces a graph neural network-based extractive summarization model that incorporates topical information to better capture inter-sentence relationships, especially in long documents, achieving state-of-the-art results.
Contribution
It presents a novel GNN-based extractive summarization approach combined with a neural topic model to improve content selection in long documents.
Findings
Achieves state-of-the-art results on CNN/DM and NYT datasets.
Outperforms existing methods on scientific paper datasets.
Topical information enhances salient content preselection.
Abstract
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, most of existing extractive models hardly capture inter-sentence relationships, particularly in long documents. They also often ignore the effect of topical information on capturing important contents. To address these issues, this paper proposes a graph neural network (GNN)-based extractive summarization model, enabling to capture inter-sentence relationships efficiently via graph-structured document representation. Moreover, our model integrates a joint neural topic model (NTM) to discover latent topics, which can provide document-level features for sentence selection. The experimental results demonstrate that our model not only substantially achieves state-of-the-art…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsGraph Neural Network
