paper-with-me

Papers

Topic Modeling Based Extractive Text Summarization

2021-06-29 · Kalliath Abdul Rasheed Issam, Shivam Patel, Subalalitha C. N

Text summarization is an approach for identifying important information present within text documents. This computational technique aims to generate shorter versions of the source text, by including only the relevant and salient information present within the source text. In this paper, we propose a novel method to summarize a text document by clustering its contents based on latent topics produced using topic modeling techniques and by generating extractive summaries for each of the identified text clusters. All extractive sub-summaries are later combined to generate a summary for any given source document. We utilize the lesser used and challenging WikiHow dataset in our approach to text summarization. This dataset is unlike the commonly used news datasets which are available for text summarization. The well-known news datasets present their most important information in the first few lines of their source texts, which make their summarization a lesser challenging task when compared to summarizing the WikiHow dataset. Contrary to these news datasets, the documents in the WikiHow dataset are written using a generalized approach and have lesser abstractedness and higher compression ratio, thus proposing a greater challenge to generate summaries. A lot of the current state-of-the-art text summarization techniques tend to eliminate important information present in source documents in the favor of brevity. Our proposed technique aims to capture all the varied information present in source documents. Although the dataset proved challenging, after performing extensive tests within our experimental setup, we have discovered that our model produces encouraging ROUGE results and summaries when compared to the other published extractive and abstractive text summarization models.

📄 PDF Abstract BibTeX arXiv:2106.15313

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationExtractive Text SummarizationText Summarization

Similar Papers 제목 키워드 기반

Extractive Topical Summarization With Aspects

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Extractive summarization is a task of highlighting the most important parts of the text. We introduce a new approach to extractive summarization task using hidden topical structure and information about aspects of the te…

Extractive Summarization

Extractive Summarization of Long Documents by Combining Global and Local Context

2019-09-17 · IJCNLP 2019 11 · Wen Xiao, Giuseppe Carenini

In this paper, we propose a novel neural single document extractive summarization model for long documents, incorporating both the global context of the whole document and the local context within the current topic. We e…

Extractive SummarizationText Summarization

Enhancing Extractive Text Summarization with Topic-Aware Graph Neural Networks

2020-10-13 · COLING 2020 8 · Peng Cui, Le Hu, Yuanchao Liu

Text summarization aims to compress a textual document to a short summary while keeping salient information. Extractive approaches are widely used in text summarization because of their fluency and efficiency. However, m…

Document SummarizationExtractive SummarizationExtractive Text SummarizationGraph Neural Network+2

A topic-based sentence representation for extractive text summarization

2019-09-01 · RANLP 2019 9 · Nikolaos Gialitsis, Nikiforos Pittaras, Panagiotis Stamatopoulos

In this study, we examine the effect of probabilistic topic model-based word representations, on sentence-based extractive summarization. We formulate the task of summary extraction as a binary classification problem, an…

BIG-bench Machine LearningBinary ClassificationExtractive SummarizationExtractive Text Summarization+2

Topic-aware Pointer-Generator Networks for Summarizing Spoken Conversations

2019-10-03 · Zhengyuan Liu, Angela Ng, Sheldon Lee, Ai Ti Aw 외

Due to the lack of publicly available resources, conversation summarization has received far less attention than text summarization. As the purpose of conversations is to exchange information between at least two interlo…

Conversation SummarizationExtractive SummarizationSentenceText Summarization