%0 Conference Proceedings %T GUSUM: Graph-based Unsupervised Summarization Using Sentence Features Scoring and Sentence-BERT %A Gokhan, Tuba %A Smith, Phillip %A Lee, Mark %Y Ustalov, Dmitry %Y Gao, Yanjun %Y Panchenko, Alexander %Y Valentino, Marco %Y Thayaparan, Mokanarangan %Y Nguyen, Thien Huu %Y Penn, Gerald %Y Ramesh, Arti %Y Jana, Abhik %S Proceedings of TextGraphs-16: Graph-based Methods for Natural Language Processing %D 2022 %8 October %I Association for Computational Linguistics %C Gyeongju, Republic of Korea %F gokhan-etal-2022-gusum %X Unsupervised extractive document summarization aims to extract salient sentences from a document without requiring a labelled corpus. In existing graph-based methods, vertex and edge weights are usually created by calculating sentence similarities. In this paper, we develop a Graph-Based Unsupervised Summarization(GUSUM) method for extractive text summarization based on the principle of including the most important sentences while excluding sentences with similar meanings in the summary. We modify traditional graph ranking algorithms with recent sentence embedding models and sentence features and modify how sentence centrality is computed. We first define the sentence feature scores represented at the vertices, indicating the importance of each sentence in the document. After this stage, we use Sentence-BERT for obtaining sentence embeddings to better capture the sentence meaning. In this way, we define the edges of a graph where semantic similarities are represented. Next we create an undirected graph that includes sentence significance and similarities between sentences. In the last stage, we determine the most important sentences in the document with the ranking method we suggested on the graph created. Experiments on CNN/Daily Mail, New York Times, arXiv, and PubMed datasets show our approach achieves high performance on unsupervised graph-based summarization when evaluated both automatically and by humans. %U https://aclanthology.org/2022.textgraphs-1.5 %P 44-53