CLLGDec 22, 2020

Few-Shot Text Generation with Pattern-Exploiting Training

arXiv:2012.11926v2158 citations
AI Analysis

This work addresses the challenge of improving data efficiency in generative settings for pretrained language models, which is a problem for researchers and practitioners working with limited data.

The paper introduces GenPET, a method for few-shot text generation that adapts pattern-exploiting training (PET) from classification to generative tasks. GenPET achieves consistent improvements over strong baselines on several summarization and headline generation datasets in few-shot settings.

Providing pretrained language models with simple task descriptions in natural language enables them to solve some tasks in a fully unsupervised fashion. Moreover, when combined with regular learning from examples, this idea yields impressive few-shot results for a wide range of text classification tasks. It is also a promising direction to improve data efficiency in generative settings, but there are several challenges to using a combination of task descriptions and example-based learning for text generation. In particular, it is crucial to find task descriptions that are easy to understand for the pretrained model and to ensure that it actually makes good use of them; furthermore, effective measures against overfitting have to be implemented. In this paper, we show how these challenges can be tackled: We introduce GenPET, a method for text generation that is based on pattern-exploiting training, a recent approach for combining textual instructions with supervised learning that only works for classification tasks. On several summarization and headline generation datasets, GenPET gives consistent improvements over strong baselines in few-shot settings.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes