A New Sentence Extraction Strategy for Unsupervised Extractive Summarization Methods
Dehao Tao, Yingzhu Xiong, Zhongliang Yang, Yongfeng Huang
TL;DR
This paper addresses unsupervised extractive summarization by framing it within Information Theory and proposing a uniform graph-based framework. A novel sentence extraction strategy recomputes sentence importances after each selection to reduce mutual information and diversify features. Experiments on CNN/DailyMail, NYT, TTNews, and CLTS with TextRank and PACSUM show ROUGE improvements and more evenly distributed extraction positions, highlighting a trade-off between mutual-information reduction and entropy. The approach is computationally lightweight (roughly $O(n^2)$) and can complement existing methods, with future work aimed at automatic determination of the summary length $k$ via average entropy $\bar{H}$.
Abstract
In recent years, text summarization methods have attracted much attention again thanks to the researches on neural network models. Most of the current text summarization methods based on neural network models are supervised methods which need large-scale datasets. However, large-scale datasets are difficult to obtain in practical applications. In this paper, we model the task of extractive text summarization methods from the perspective of Information Theory, and then describe the unsupervised extractive methods with a uniform framework. To improve the feature distribution and to decrease the mutual information of summarization sentences, we propose a new sentence extraction strategy which can be applied to existing unsupervised extractive methods. Experiments are carried out on different datasets, and results show that our strategy is indeed effective and in line with expectations.
