paper-with-me

Papers

Unsupervised Semantic Abstractive Summarization

2018-07-01 · ACL 2018 7 · Shibhansh Dohare, Vivek Gupta, Harish Karnick

Automatic abstractive summary generation remains a significant open problem for natural language processing. In this work, we develop a novel pipeline for Semantic Abstractive Summarization (SAS). SAS, as introduced by Liu et. al. (2015) first generates an AMR graph of an input story, through which it extracts a summary graph and finally, creates summary sentences from this summary graph. Compared to earlier approaches, we develop a more comprehensive method to generate the story AMR graph using state-of-the-art co-reference resolution and Meta Nodes. Which we then use in a novel unsupervised algorithm based on how humans summarize a piece of text to extract the summary sub-graph. Our algorithm outperforms the state of the art SAS method by 1.7{\%} F1 score in node prediction.

📄 PDF Abstract BibTeX

Code (1)

shibhansh/Unsupervised-SAS 공식 구현

Tasks

Abstractive Text SummarizationSentence Compression

Similar Papers 제목 키워드 기반

Unsupervised Abstractive Summarization of Bengali Text Documents

2021-01-26 · EACL 2021 2 · Radia Rayan Chowdhury, Mir Tafseer Nayeem, Tahsin Tasnim Mim, Md. Saifur Rahman Chowdhury 외

Abstractive summarization systems generally rely on large collections of document-summary pairs. However, the performance of abstractive systems remains a challenge due to the unavailability of parallel data for low-reso…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling+2

Absformer: Transformer-based Model for Unsupervised Multi-Document Abstractive Summarization

2023-06-07 · Mohamed Trabelsi, Huseyin Uzunalioglu

Multi-document summarization (MDS) refers to the task of summarizing the text in multiple documents into a concise summary. The generated summary can save the time of reading many documents by providing the important con…

Abstractive Text SummarizationDecoderDocument SummarizationLanguage Modeling+4

Unsupervised Abstractive Meeting Summarization with Multi-Sentence Compression and Budgeted Submodular Maximization

2018-05-14 · ACL 2018 7 · Guokan Shang, Wensi Ding, Zekun Zhang, Antoine Jean-Pierre Tixier 외

We introduce a novel graph-based framework for abstractive meeting speech summarization that is fully unsupervised and does not rely on any annotations. Our work combines the strengths of multiple recent approaches while…

Abstractive Dialogue SummarizationAbstractive Text SummarizationDialogue UnderstandingDiversity+5

TED: A Pretrained Unsupervised Summarization Model with Theme Modeling and Denoising

2020-01-03 · Findings of the Association for Computational Linguistics 2020 · Ziyi Yang, Chenguang Zhu, Robert Gmyr, Michael Zeng 외

Text summarization aims to extract essential information from a piece of text and transform the text into a concise version. Existing unsupervised abstractive summarization models leverage recurrent neural networks frame…

Abstractive Text SummarizationArticlesDenoisingText Summarization

A Novel LLM-based Two-stage Summarization Approach for Long Dialogues

2024-10-09 · Yuan-Jhe Yin, Bo-Yu Chen, Berlin Chen

Long document summarization poses a significant challenge in natural language processing due to input lengths that exceed the capacity of most state-of-the-art pre-trained language models. This study proposes a hierarchi…

Abstractive Text SummarizationDocument Summarization