paper-with-me

홈 › Papers

AdaptSum: Towards Low-Resource Domain Adaptation for Abstractive Summarization

2021-03-21 · NAACL 2021 4 · Tiezheng Yu, Zihan Liu, Pascale Fung

State-of-the-art abstractive summarization models generally rely on extensive labeled data, which lowers their generalization ability on domains where such data are not available. In this paper, we present a study of domain adaptation for the abstractive summarization task across six diverse target domains in a low-resource setting. Specifically, we investigate the second phase of pre-training on large-scale generative models under three different settings: 1) source domain pre-training; 2) domain-adaptive pre-training; and 3) task-adaptive pre-training. Experiments show that the effectiveness of pre-training is correlated with the similarity between the pre-training data and the target domain task. Moreover, we find that continuing pre-training could lead to the pre-trained model's catastrophic forgetting, and a learning method with less forgetting can alleviate this issue. Furthermore, results illustrate that a huge gap still exists between the low-resource and high-resource settings, which highlights the need for more advanced domain adaptation methods for the abstractive summarization task.

📄 PDF Abstract BibTeX arXiv:2103.11332

Code (1)

TysonYu/AdaptSum 공식 구현 pytorch

Tasks

Abstractive Text SummarizationDomain Adaptation

Similar Papers 제목 키워드 기반

A Pilot Study of Domain Adaptation Effect for Neural Abstractive Summarization

2017-07-21 · WS 2017 9 · Xinyu Hua, Lu Wang

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 opini…

Abstractive Text SummarizationArticlesDomain Adaptation

Domain Adaptation with Pre-trained Transformers for Query Focused Abstractive Text Summarization

2021-12-22 · Md Tahmid Rahman Laskar, Enamul Hoque, Jimmy Xiangji Huang

The Query Focused Text Summarization (QFTS) task aims at building systems that generate the summary of the text document(s) based on the given query. A key challenge in addressing this task is the lack of large labeled d…

Abstractive Text SummarizationDomain AdaptationText SummarizationTransfer Learning+1

Domain Adaptation with Pre-trained Transformers for Query-Focused Abstractive Text Summarization

2022-06-01 · CL (ACL) 2022 6 · Md Tahmid Rahman Laskar, Enamul Hoque, Jimmy Xiangji Huang

The Query-Focused Text Summarization (QFTS) task aims at building systems that generate the summary of the text document(s) based on the given query. A key challenge in addressing this task is the lack of large labeled d…

Abstractive Text SummarizationDomain AdaptationText SummarizationTransfer Learning+1

Meta-Transfer Learning for Low-Resource Abstractive Summarization

2021-02-18 · Yi-Syuan Chen, Hong-Han Shuai

Neural abstractive summarization has been studied in many pieces of literature and achieves great success with the aid of large corpora. However, when encountering novel tasks, one may not always benefit from transfer le…

Abstractive Text SummarizationTransfer Learning

AdaptEval: Evaluating Large Language Models on Domain Adaptation for Text Summarization

2024-07-16 · Anum Afzal, Ribin Chalumattu, Florian Matthes, Laura Mascarell

Despite the advances in the abstractive summarization task using Large Language Models (LLM), there is a lack of research that asses their abilities to easily adapt to different domains. We evaluate the domain adaptation…

Abstractive Text SummarizationDomain AdaptationIn-Context LearningText Summarization