HiStruct+: Improving Extractive Text Summarization with Hierarchical Structure Information
Qian Ruan, Malte Ostendorff, Georg Rehm

TL;DR
This paper introduces HiStruct+, a novel extractive summarization model that explicitly incorporates hierarchical structure information from texts, leading to significant improvements over state-of-the-art methods on multiple datasets.
Contribution
The paper proposes a new method to encode and inject hierarchical structure information into a Transformer-based summarization model, enhancing its performance.
Findings
HiStruct+ outperforms strong baselines on PubMed and arXiv datasets.
Hierarchical structure information significantly boosts summarization quality.
The model's improvements are more pronounced with datasets having clearer hierarchical structures.
Abstract
Transformer-based language models usually treat texts as linear sequences. However, most texts also have an inherent hierarchical structure, i.e., parts of a text can be identified using their position in this hierarchy. In addition, section titles usually indicate the common topic of their respective sentences. We propose a novel approach to formulate, extract, encode and inject hierarchical structure information explicitly into an extractive summarization model based on a pre-trained, encoder-only Transformer language model (HiStruct+ model), which improves SOTA ROUGEs for extractive summarization on PubMed and arXiv substantially. Using various experimental settings on three datasets (i.e., CNN/DailyMail, PubMed and arXiv), our HiStruct+ model outperforms a strong baseline collectively, which differs from our model only in that the hierarchical structure information is not injected.…
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 · Biomedical Text Mining and Ontologies
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Byte Pair Encoding · Softmax · Residual Connection · Position-Wise Feed-Forward Layer · Label Smoothing · Dense Connections · Dropout
