paper-with-me

Papers

Single-Document Summarization Using Sentence Embeddings and K-Means Clustering

2019-07-01 · 2018 International Conference on Advances in Computing, Communication Control and Networking (ICACCCN) 2019 7 · Sanchit Agarwal, Nikhil Kumar Singh, Priyanka Meel

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDocument SummarizationregressionSentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Extractive Multi-document Summarization using K-means, Centroid-based Method, MMR, and Sentence Position

2019-12-04 · The Tenth International Symposium 2019 12 · Hai Cao Manh, Huong Le Thanh, Tuan Luu Minh

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+2

SKT5SciSumm -- Revisiting Extractive-Generative Approach for Multi-Document Scientific Summarization

2024-02-27 · Huy Quoc To, Ming Liu, Guangyan Huang, Hung-Nghiep Tran 외

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 SummarizationSentence

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

Learning to Create Sentence Semantic Relation Graphs for Multi-Document Summarization

2019-09-20 · WS 2019 11 · Diego Antognini, Boi Faltings

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+1

Exploring Sentence Vectors Through Automatic Summarization

2018-01-01 · ICLR 2018 1 · Adly Templeton, Jugal Kalita

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