paper-with-me

Papers

Generating Abstractive Summaries with Finetuned Language Models

2019-10-01 · WS 2019 10 · Sebastian Gehrmann, Zachary Ziegler, Alex Rush, er

Neural abstractive document summarization is commonly approached by models that exhibit a mostly extractive behavior. This behavior is facilitated by a copy-attention which allows models to copy words from a source document. While models in the mostly extractive news summarization domain benefit from this inductive bias, they commonly fail to paraphrase or compress information from the source document. Recent advances in transfer-learning from large pretrained language models give rise to alternative approaches that do not rely on copy-attention and instead learn to generate concise and abstractive summaries. In this paper, as part of the TL;DR challenge, we compare the abstractiveness of summaries from different summarization approaches and show that transfer-learning can be efficiently utilized without any changes to the model architecture. We demonstrate that the approach leads to a higher level of abstraction for a similar performance on the TL;DR challenge tasks, enabling true natural language compression.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationInductive BiasNews SummarizationTransfer Learning

Similar Papers 제목 키워드 기반

Assessment of Transformer-Based Encoder-Decoder Model for Human-Like Summarization

2024-10-22 · Sindhu Nair, Y. S. Rao, Radha Shankarmani

In recent times, extracting valuable information from large text is making significant progress. Especially in the current era of social media, people expect quick bites of information. Automatic text summarization seeks…

Abstractive Text SummarizationArticlesDecoderDomain Adaptation+1

On Extractive and Abstractive Neural Document Summarization with Transformer Language Models

2019-09-07 · EMNLP 2020 11 · Sandeep Subramanian, Raymond Li, Jonathan Pilault, Christopher Pal

We present a method to produce abstractive summaries of long documents that exceed several thousand words via neural abstractive summarization. We perform a simple extractive step before generating a summary, which is th…

Abstractive Text SummarizationDocument SummarizationLanguage ModelingLanguage Modelling+1

Generating Extended and Multilingual Summaries with Pre-trained Transformers

2022-06-01 · LREC 2022 6 · Rémi Calizzano, Malte Ostendorff, Qian Ruan, Georg Rehm

Almost all summarisation methods and datasets focus on a single language and short summaries. We introduce a new dataset called WikinewsSum for English, German, French, Spanish, Portuguese, Polish, and Italian summarisat…

Articles

Towards Generating Query to Perform Query Focused Abstractive Summarization using Pre-trained Model

2020-12-01 · INLG (ACL) 2020 12 · Deen Mohammad Abdullah, Yllias Chali

Query Focused Abstractive Summarization (QFAS) represents an abstractive summary from the source document based on a given query. To measure the performance of abstractive summarization tasks, different datasets have bee…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingSentence

Leveraging Graph to Improve Abstractive Multi-Document Summarization

2020-05-20 · ACL 2020 6 · Wei Li, Xinyan Xiao, Jiachen Liu, Hua Wu 외

Graphs that capture relations between textual units have great benefits for detecting salient information from multiple documents and generating overall coherent summaries. In this paper, we develop a neural abstractive …

Document SummarizationMulti-Document Summarization