Meta-Transfer Learning for Low-Resource Abstractive Summarization
Yi-Syuan Chen, Hong-Han Shuai

TL;DR
This paper introduces a meta-transfer learning approach leveraging pre-trained models and diverse corpora to improve low-resource abstractive summarization, achieving state-of-the-art results with minimal parameters.
Contribution
It proposes a novel method combining knowledge-rich sources to enhance low-resource summarization, addressing domain shift and annotation cost issues.
Findings
Achieves state-of-the-art performance on 6 summarization corpora in low-resource settings.
Uses only 0.7% of trainable parameters compared to previous methods.
Effectively leverages large pre-trained models and diverse data sources.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
