中文
相关论文

相关论文: Multi-stage Pretraining for Abstractive Summarizat…

200 篇论文

Automatic summarization of radiology reports is an essential application to reduce the burden on physicians. Previous studies have widely used the "pre-training, fine-tuning" strategy to adapt large language models (LLMs) for summarization.…

计算与语言 · 计算机科学 2026-04-13 Mengxian Lyu , Cheng Peng , Ziyi Chen , Mengyuan Zhang , Jieting Li Lu , Yonghui Wu

Summarization based on text extraction is inherently limited, but generation-style abstractive methods have proven challenging to build. In this work, we propose a fully data-driven approach to abstractive sentence summarization. Our method…

计算与语言 · 计算机科学 2015-09-04 Alexander M. Rush , Sumit Chopra , Jason Weston

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

Neural models trained with large amount of parallel data have achieved impressive performance in abstractive summarization tasks. However, large-scale parallel corpora are expensive and challenging to construct. In this work, we introduce a…

计算与语言 · 计算机科学 2022-01-17 Mengsay Loem , Sho Takase , Masahiro Kaneko , Naoaki Okazaki

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

In this paper, we aim to improve abstractive dialogue summarization quality and, at the same time, enable granularity control. Our model has two primary components and stages: 1) a two-stage generation strategy that generates a preliminary…

计算与语言 · 计算机科学 2021-06-04 Chien-Sheng Wu , Linqing Liu , Wenhao Liu , Pontus Stenetorp , Caiming Xiong

Dialogue summarization involves a wide range of scenarios and domains. However, existing methods generally only apply to specific scenarios or domains. In this study, we propose a new pre-trained model specifically designed for…

计算与语言 · 计算机科学 2023-10-17 Weixiao Zhou , Gengyao Li , Xianfu Cheng , Xinnian Liang , Junnan Zhu , Feifei Zhai , Zhoujun Li

As language models become more powerful, training and evaluation are increasingly bottlenecked by the data and metrics used for a particular task. For example, summarization models are often trained to predict human reference summaries and…

Transformer-based models have achieved state-of-the-art results in a wide range of natural language processing (NLP) tasks including document summarization. Typically these systems are trained by fine-tuning a large pre-trained model to the…

计算与语言 · 计算机科学 2021-06-01 Potsawee Manakul , Mark J. F. Gales

We study the problem of domain adaptation for neural abstractive summarization. We make initial efforts in investigating what information can be transferred to a new domain. Experimental results on news stories and opinion articles indicate…

计算与语言 · 计算机科学 2017-07-25 Xinyu Hua , Lu Wang

Abstractive summarization models are typically pre-trained on large amounts of generic texts, then fine-tuned on tens or hundreds of thousands of annotated samples. However, in opinion summarization, large annotated datasets of reviews…

计算与语言 · 计算机科学 2022-05-12 Arthur Bražinskas , Ramesh Nallapati , Mohit Bansal , Markus Dreyer

Supervised approaches for Neural Abstractive Summarization require large annotated corpora that are costly to build. We present a French meeting summarization task where reports are predicted based on the automatic transcription of the…

计算与语言 · 计算机科学 2020-09-18 Paul Tardy , Louis de Seynes , François Hernandez , Vincent Nguyen , David Janiszek , Yannick Estève

Few-shot abstractive summarization has become a challenging task in natural language generation. To support it, we designed a novel soft prompts architecture coupled with a prompt pre-training plus fine-tuning paradigm that is effective and…

计算与语言 · 计算机科学 2022-10-05 Xiaochen Liu , Yang Gao , Yu Bai , Jiawei Li , Yinan Hu , Heyan Huang , Boxing Chen

The Pointer-Generator architecture has shown to be a big improvement for abstractive summarization seq2seq models. However, the summaries produced by this model are largely extractive as over 30% of the generated sentences are copied from…

计算与语言 · 计算机科学 2019-05-07 Freek Boutkan , Jorn Ranzijn , David Rau , Eelco van der Wel

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

An abstract must not change the meaning of the original text. A single most effective way to achieve that is to increase the amount of copying while still allowing for text abstraction. Human editors can usually exercise control over…

计算与语言 · 计算机科学 2019-11-26 Kaiqiang Song , Bingqing Wang , Zhe Feng , Liu Ren , Fei Liu

In this paper, we propose an adversarial process for abstractive text summarization, in which we simultaneously train a generative model G and a discriminative model D. In particular, we build the generator G as an agent of reinforcement…

计算与语言 · 计算机科学 2017-11-28 Linqing Liu , Yao Lu , Min Yang , Qiang Qu , Jia Zhu , Hongyan Li

Sentence position is a strong feature for news summarization, since the lead often (but not always) summarizes the key points of the article. In this paper, we show that recent neural systems excessively exploit this trend, which although…

计算与语言 · 计算机科学 2019-09-11 Matt Grenander , Yue Dong , Jackie Chi Kit Cheung , Annie Louis

Neural network-based approaches have become widespread for abstractive text summarization. Though previously proposed models for abstractive text summarization addressed the problem of repetition of the same contents in the summary, they…

计算与语言 · 计算机科学 2018-10-01 Tomonori Kodaira , Mamoru Komachi

Abstractive summarization models are commonly trained using maximum likelihood estimation, which assumes a deterministic (one-point) target distribution in which an ideal model will assign all the probability mass to the reference summary.…

计算与语言 · 计算机科学 2022-04-01 Yixin Liu , Pengfei Liu , Dragomir Radev , Graham Neubig