Single-Document Summarization Using Sentence Embeddings and K-Means Clustering
This paper proposes a novel method for extractive single document summarization using K-Means clustering and Sentence Embeddings. Sentence embeddings were processed by K-Means algorithm into a number of clusters depending on the required summary size. Sentences in a given cluster contained similar information, and the most appropriate sentence was picked and included in the summary for each cluster by a ridge regression sentence scoring model. Experimental ROUGE score evaluation of summaries of various lengths for the DUC 2001 dataset demonstrated the effectiveness of the approach.
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringDocument SummarizationregressionSentenceSentence EmbeddingsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Extractive Multi-document Summarization using K-means, Centroid-based Method, MMR, and Sentence Position
Multi-document summarization is more challenging than single-document summarization since it has to solve the problem of overlapping information among sentences from different documents. Also, since multi-document summar…
ClusteringDocument SummarizationExtractive Text SummarizationMulti-Document Summarization+2SKT5SciSumm -- Revisiting Extractive-Generative Approach for Multi-Document Scientific Summarization
Summarization for scientific text has shown significant benefits both for the research community and human society. Given the fact that the nature of scientific text is distinctive and the input of the multi-document sum…
Document SummarizationExtractive SummarizationMulti-Document SummarizationSentenceRankSum An unsupervised extractive text summarization based on rank fusion
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+1Learning to Create Sentence Semantic Relation Graphs for Multi-Document Summarization
Linking facts across documents is a challenging task, as the language used to express the same information in a sentence can vary significantly, which complicates the task of multi-document summarization. Consequently, e…
Document SummarizationMulti-Document SummarizationRelationSentence+1Exploring Sentence Vectors Through Automatic Summarization
Vector semantics, especially sentence vectors, have recently been used successfully in many areas of natural language processing. However, relatively little work has explored the internal structure and properties of spac…
SentenceSentence Embeddings