paper-with-me

홈 › Papers

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 learning due to the domain shifting problem, and overfitting could happen without adequate labeled examples. Furthermore, the annotations of abstractive summarization are costly, which often demand domain knowledge to ensure the ground-truth quality. Thus, there are growing appeals for Low-Resource Abstractive Summarization, which aims to leverage past experience to improve the performance with limited labeled examples of target corpus. In this paper, we propose to utilize two knowledge-rich sources to tackle this problem, which are large pre-trained models and diverse existing corpora. The former can provide the primary ability to tackle summarization tasks; the latter can help discover common syntactic or semantic information to improve the generalization ability. We conduct extensive experiments on various summarization corpora with different writing styles and forms. The results demonstrate that our approach achieves the state-of-the-art on 6 corpora in low-resource scenarios, with only 0.7% of trainable parameters compared to previous work.

📄 PDF Abstract BibTeX arXiv:2102.09397

Code (1)

YiSyuanChen/MTL-ABS 공식 구현 pytorch

Tasks

Abstractive Text SummarizationTransfer Learning

Similar Papers 제목 키워드 기반

Cross-lingual Fine-tuning for Abstractive Arabic Text Summarization

2021-09-01 · RANLP 2021 9 · Mram Kahla, Zijian Győző Yang, Attila Novák

While abstractive summarization in certain languages, like English, has already reached fairly good results due to the availability of trend-setting resources, like the CNN/Daily Mail dataset, and considerable progress i…

Abstractive Text SummarizationExtractive SummarizationText SummarizationTransfer Learning

Cross-lingual Transfer of Abstractive Summarizer to Less-resource Language

2020-12-08 · Aleš Žagar, Marko Robnik-Šikonja

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

Abstractive Text SummarizationArticlesCross-Lingual TransferDecoder+3

Abstractive Summarization for Low Resource Data using Domain Transfer and Data Synthesis

2020-02-09 · Ahmed Magooda, Diane Litman

Training abstractive summarization models typically requires large amounts of data, which can be a limitation for many domains. In this paper we explore using domain transfer and data synthesis to improve the performance…

Abstractive Text SummarizationExtractive Summarization

Cross-Lingual Abstractive Summarization with Limited Parallel Resources

2021-05-28 · ACL 2021 5 · Yu Bai, Yang Gao, Heyan Huang

Parallel cross-lingual summarization data is scarce, requiring models to better use the limited available cross-lingual resources. Existing methods to do so often adopt sequence-to-sequence networks with multi-task frame…

Abstractive Text SummarizationCross-Lingual Abstractive SummarizationDecoderTransfer Learning

Meta-X_{NLG}: A Meta-Learning Approach Based on Language Clustering for Zero-Shot Cross-Lingual Transfer and Generation

2022-05-01 · Findings (ACL) 2022 5 · Kaushal Maurya, Maunendra Desarkar

Recently, the NLP community has witnessed a rapid advancement in multilingual and cross-lingual transfer research where the supervision is transferred from high-resource languages (HRLs) to low-resource languages (LRLs).…

Abstractive Text SummarizationCross-Lingual TransferMeta-LearningQuestion Generation+3