中文
相关论文

相关论文: Abstractive Summarization for Low Resource Data us…

200 篇论文

Abstractive multi-document summarization (MDS) is the task of automatically summarizing information in multiple documents, from news articles to conversations with multiple speakers. The training approaches for current MDS models can be…

计算与语言 · 计算机科学 2025-08-01 Alexandra DeLucia , Mark Dredze

Abstractive text summarization aims to shorten long text documents into a human readable form that contains the most important facts from the original document. However, the level of actual abstraction as measured by novel phrases that do…

计算与语言 · 计算机科学 2018-08-27 Wojciech Kryściński , Romain Paulus , Caiming Xiong , Richard Socher

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 then used to condition…

计算与语言 · 计算机科学 2020-04-29 Sandeep Subramanian , Raymond Li , Jonathan Pilault , Christopher Pal

Natural Language Processing is booming with its applications in the real world, one of which is Text Summarization for large texts including news articles. This research paper provides an extensive comparative evaluation of extractive and…

计算与语言 · 计算机科学 2023-10-19 Kavach Dheer , Arpit Dhankhar

Automatic text summarization extracts important information from texts and presents the information in the form of a summary. Abstractive summarization approaches progressed significantly by switching to deep neural networks, but results…

计算与语言 · 计算机科学 2021-09-03 Aleš Žagar , Marko Robnik-Šikonja

In a world of proliferating data, the ability to rapidly summarize text is growing in importance. Automatic summarization of text can be thought of as a sequence to sequence problem. Another area of natural language processing that solves a…

计算与语言 · 计算机科学 2018-10-23 Jacob Krantz , Jugal Kalita

This paper explores the effect of using multitask learning for abstractive summarization in the context of small training corpora. In particular, we incorporate four different tasks (extractive summarization, language modeling, concept…

计算与语言 · 计算机科学 2021-09-20 Ahmed Magooda , Mohamed Elaraby , Diane Litman

We propose a unified model combining the strength of extractive and abstractive summarization. On the one hand, a simple extractive model can obtain sentence-level attention with high ROUGE scores but less readable. On the other hand, a…

计算与语言 · 计算机科学 2018-07-06 Wan-Ting Hsu , Chieh-Kai Lin , Ming-Ying Lee , Kerui Min , Jing Tang , Min Sun

Abstractive text summarization aims at compressing the information of a long source document into a rephrased, condensed summary. Despite advances in modeling techniques, abstractive summarization models still suffer from several key…

By harnessing pre-trained language models, summarization models had rapid progress recently. However, the models are mainly assessed by automatic evaluation metrics such as ROUGE. Although ROUGE is known for having a positive correlation…

计算与语言 · 计算机科学 2021-06-03 Wonjin Yoon , Yoon Sun Yeo , Minbyul Jeong , Bong-Jun Yi , Jaewoo Kang

Recent progress of abstractive text summarization largely relies on large pre-trained sequence-to-sequence Transformer models, which are computationally expensive. This paper aims to distill these large models into smaller ones for faster…

计算与语言 · 计算机科学 2022-03-02 Shengqiang Zhang , Xingxing Zhang , Hangbo Bao , Furu Wei

With the abundance of automatic meeting transcripts, meeting summarization is of great interest to both participants and other parties. Traditional methods of summarizing meetings depend on complex multi-step pipelines that make joint…

计算与语言 · 计算机科学 2020-09-22 Chenguang Zhu , Ruochen Xu , Michael Zeng , Xuedong Huang

The task of automatic text summarization produces a concise and fluent text summary while preserving key information and overall meaning. Recent approaches to document-level summarization have seen significant improvements in recent years…

计算与语言 · 计算机科学 2022-12-07 Gonçalo Raposo , Afonso Raposo , Ana Sofia Carmo

Neural network-based methods for abstractive summarization produce outputs that are more fluent than other techniques, but which can be poor at content selection. This work proposes a simple technique for addressing this issue: use a…

计算与语言 · 计算机科学 2018-10-10 Sebastian Gehrmann , Yuntian Deng , Alexander M. Rush

Modern models for text generation show state-of-the-art results in many natural language processing tasks. In this work, we explore the effectiveness of abstractive text summarization models for keyphrase selection. A list of keyphrases is…

计算与语言 · 计算机科学 2024-10-23 Anna Glazkova , Dmitry Morozov

Inspired by how humans summarize long documents, we propose an accurate and fast summarization model that first selects salient sentences and then rewrites them abstractively (i.e., compresses and paraphrases) to generate a concise overall…

计算与语言 · 计算机科学 2018-05-29 Yen-Chun Chen , Mohit Bansal

In this research work, we present a method to generate summaries of long scientific documents that uses the advantages of both extractive and abstractive approaches. Before producing a summary in an abstractive manner, we perform the…

计算与语言 · 计算机科学 2020-06-15 Vladislav Tretyak , Denis Stepanov

Pre-trained sequence-to-sequence (seq-to-seq) models have significantly improved the accuracy of several language generation tasks, including abstractive summarization. Although the fluency of abstractive summarization has been greatly…

计算与语言 · 计算机科学 2020-03-31 Itsumi Saito , Kyosuke Nishida , Kosuke Nishida , Junji Tomita

Although domain shift has been well explored in many NLP applications, it still has received little attention in the domain of extractive text summarization. As a result, the model is under-utilizing the nature of the training data due to…

计算与语言 · 计算机科学 2019-09-02 Danqing Wang , Pengfei Liu , Ming Zhong , Jie Fu , Xipeng Qiu , Xuanjing Huang

The recent success of deep learning techniques for abstractive summarization is predicated on the availability of large-scale datasets. When summarizing reviews (e.g., for products or movies), such training data is neither available nor can…

计算与语言 · 计算机科学 2020-12-15 Reinald Kim Amplayo , Stefanos Angelidis , Mirella Lapata