paper-with-me

홈 › Papers

Unsupervised Summarization by Jointly Extracting Sentences and Keywords

2020-09-16 · Zongyi Li, Xiaoqing Zheng, Jun He

We present RepRank, an unsupervised graph-based ranking model for extractive multi-document summarization in which the similarity between words, sentences, and word-to-sentence can be estimated by the distances between their vector representations in a unified vector space. In order to obtain desirable representations, we propose a self-attention based learning method that represent a sentence by the weighted sum of its word embeddings, and the weights are concentrated to those words hopefully better reflecting the content of a document. We show that salient sentences and keywords can be extracted in a joint and mutual reinforcement process using our learned representations, and prove that this process always converges to a unique solution leading to improvement in performance. A variant of absorbing random walk and the corresponding sampling-based algorithm are also described to avoid redundancy and increase diversity in the summaries. Experiment results with multiple benchmark datasets show that RepRank achieved the best or comparable performance in ROUGE.

📄 PDF Abstract BibTeX arXiv:2009.07481

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDocument SummarizationMulti-Document SummarizationSentenceWord Embeddings

Similar Papers 제목 키워드 기반

Neural Document Summarization by Jointly Learning to Score and Select Sentences

2018-07-06 · ACL 2018 7 · Qingyu Zhou, Nan Yang, Furu Wei, Shaohan Huang 외

Sentence scoring and sentence selection are two main steps in extractive document summarization systems. However, previous works treat them as two separated subtasks. In this paper, we present a novel end-to-end neural n…

Document SummarizationExtractive Document SummarizationExtractive SummarizationExtractive Text Summarization+1

RankSum An unsupervised extractive text summarization based on rank fusion

2024-02-07 · A. Joshi, E. Fidalgo, E. Alegre, R. Alaiz-Rodriguez

In this paper, we propose Ranksum, an approach for extractive text summarization of single documents based on the rank fusion of four multi-dimensional sentence features extracted for each sentence: topic information, se…

Extractive Text SummarizationSentenceSentence EmbeddingsText Summarization+1

Centrality Meets Centroid: A Graph-based Approach for Unsupervised Document Summarization

2021-03-29 · Haopeng Zhang, Jiawei Zhang

Unsupervised document summarization has re-acquired lots of attention in recent years thanks to its simplicity and data independence. In this paper, we propose a graph-based unsupervised approach for extractive document …

Document SummarizationExtractive Document SummarizationSentence

Unsupervised Extractive Summarization with Heterogeneous Graph Embeddings for Chinese Document

2022-11-09 · Chen Lin, Ye Liu, Siyu An, Di Yin

In the scenario of unsupervised extractive summarization, learning high-quality sentence representations is essential to select salient sentences from the input document. Previous studies focus more on employing statisti…

Extractive SummarizationSentenceSentence EmbeddingsUnsupervised Extractive Summarization

Conceptual Text Summarizer: A new model in continuous vector space

2017-10-30 · Mohammad Ebrahim Khademi, Mohammad Fakhredanesh, Seyed Mojtaba Hoseini

Traditional methods of summarization are not cost-effective and possible today. Extractive summarization is a process that helps to extract the most important sentences from a text automatically and generates a short inf…

Extractive Summarization