Hierarchical Attention Graph for Scientific Document Summarization in Global and Local Level
Chenlong Zhao, Xiwen Zhou, Xiaopeng Xie, Yong Zhang

TL;DR
This paper introduces HAESum, a hierarchical graph neural network approach that models both local intra-sentence and global inter-sentence relations to improve scientific document summarization.
Contribution
It presents a novel hierarchical graph neural network with hypergraph self-attention for effective long document summarization, addressing both local and global relations.
Findings
Outperforms existing methods on benchmark datasets
Effectively models hierarchical discourse structures
Highlights importance of combined local and global relation modeling
Abstract
Scientific document summarization has been a challenging task due to the long structure of the input text. The long input hinders the simultaneous effective modeling of both global high-order relations between sentences and local intra-sentence relations which is the most critical step in extractive summarization. However, existing methods mostly focus on one type of relation, neglecting the simultaneous effective modeling of both relations, which can lead to insufficient learning of semantic representations. In this paper, we propose HAESum, a novel approach utilizing graph neural networks to locally and globally model documents based on their hierarchical discourse structure. First, intra-sentence relations are learned using a local heterogeneous graph. Subsequently, a novel hypergraph self-attention layer is introduced to further enhance the characterization of high-order…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Advanced Text Analysis Techniques · Data Quality and Management
MethodsFocus
