Unsupervised Extractive Summarization with Learnable Length Control Strategies
Renlong Jie, Xiaojun Meng, Xin Jiang, Qun Liu

TL;DR
This paper presents an unsupervised extractive summarization model that uses a learnable length control strategy and end-to-end training, outperforming traditional centrality-based methods in relevance, consistency, and length control.
Contribution
It introduces a novel siamese network-based unsupervised summarization model with a differentiable length control module, enabling end-to-end training without positional assumptions.
Findings
Outperforms centrality-based baselines in relevance and consistency.
Achieves superior length control compared to non-end-to-end methods.
Human evaluation confirms better summary quality.
Abstract
Unsupervised extractive summarization is an important technique in information extraction and retrieval. Compared with supervised method, it does not require high-quality human-labelled summaries for training and thus can be easily applied for documents with different types, domains or languages. Most of existing unsupervised methods including TextRank and PACSUM rely on graph-based ranking on sentence centrality. However, this scorer can not be directly applied in end-to-end training, and the positional-related prior assumption is often needed for achieving good summaries. In addition, less attention is paid to length-controllable extractor, where users can decide to summarize texts under particular length constraint. This paper introduces an unsupervised extractive summarization model based on a siamese network, for which we develop a trainable bidirectional prediction objective…
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
