Unsupervised Extractive Summarization by Pre-training Hierarchical Transformers
Unsupervised extractive document summarization aims to select important sentences from a document without using labeled summaries during training. Existing methods are mostly graph-based with sentences as nodes and edge weights measured by sentence similarities. In this work, we find that transformer attentions can be used to rank sentences for unsupervised extractive summarization. Specifically, we first pre-train a hierarchical transformer model using unlabeled documents only. Then we propose a method to rank sentences using sentence-level self-attentions and pre-training objectives. Experiments on CNN/DailyMail and New York Times datasets show our model achieves state-of-the-art performance on unsupervised summarization. We also find in experiments that our model is less dependent on sentence positions. When using a linear combination of our model and a recent unsupervised model explicitly modeling sentence positions, we obtain even better results.
Code (1)
Tasks
Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text SummarizationSentenceUnsupervised Extractive SummarizationSimilar Papers 제목 키워드 기반
HIBERT: Document Level Pre-training of Hierarchical Bidirectional Transformers for Document Summarization
Neural extractive summarization models usually employ a hierarchical encoder for document encoding and they are trained using sentence-level labels, which are created heuristically using rule-based methods. Training the …
Document SummarizationExtractive SummarizationExtractive Text SummarizationSentenceImproving Neural Text Summarization using Knowledge Graphs
In this paper, we propose a method for extractive text summarization using auto-regressive transformers. For better learning procedure we adopt the knowledge graph method to convert our textual data to more informative t…
Extractive Text SummarizationKnowledge GraphsText SummarizationStepwise Extractive Summarization and Planning with Structured Transformers
We propose encoder-centric stepwise models for extractive summarization using structured transformers -- HiBERT and Extended Transformers. We enable stepwise summarization by injecting the previously generated summary in…
Extractive SummarizationSentenceTable-to-Text GenerationText GenerationFact-level Extractive Summarization with Hierarchical Graph Mask on BERT
Most current extractive summarization models generate summaries by selecting salient sentences. However, one of the problems with sentence-level extractive summarization is that there exists a gap between the human-writt…
Extractive SummarizationNatural Language UnderstandingSentenceA New Sentence Extraction Strategy for Unsupervised Extractive Summarization Methods
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 supervi…
Extractive SummarizationExtractive Text SummarizationSentenceText Summarization+1