paper-with-me

Papers

Unsupervised Extractive Summarization by Pre-training Hierarchical Transformers

2020-10-16 · Findings of the Association for Computational Linguistics 2020 · Shusheng Xu, Xingxing Zhang, Yi Wu, Furu Wei, Ming Zhou

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.

📄 PDF Abstract BibTeX arXiv:2010.08242

Code (1)

xssstory/STAS 공식 구현 pytorch

Tasks

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text SummarizationSentenceUnsupervised Extractive Summarization

Similar Papers 제목 키워드 기반

HIBERT: Document Level Pre-training of Hierarchical Bidirectional Transformers for Document Summarization

2019-05-16 · ACL 2019 7 · Xingxing Zhang, Furu Wei, Ming Zhou

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 SummarizationSentence

Improving Neural Text Summarization using Knowledge Graphs

2020-10-24 · Ambesh Shekhar, Raj Ratn Pranesh, Sumit Kumar

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 Summarization

Stepwise Extractive Summarization and Planning with Structured Transformers

2020-10-06 · EMNLP 2020 11 · Shashi Narayan, Joshua Maynez, Jakub Adamek, Daniele Pighin 외

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 Generation

Fact-level Extractive Summarization with Hierarchical Graph Mask on BERT

2020-11-19 · COLING 2020 8 · Ruifeng Yuan, Zili Wang, Wenjie Li

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 UnderstandingSentence

A New Sentence Extraction Strategy for Unsupervised Extractive Summarization Methods

2021-12-06 · Dehao Tao, Yingzhu Xiong, Zhongliang Yang, Yongfeng Huang

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