English

Self-Supervised Meta-Learning for Few-Shot Natural Language Classification Tasks

Computation and Language 2020-11-17 v2 Machine Learning

Abstract

Self-supervised pre-training of transformer models has revolutionized NLP applications. Such pre-training with language modeling objectives provides a useful initial point for parameters that generalize well to new tasks with fine-tuning. However, fine-tuning is still data inefficient -- when there are few labeled examples, accuracy can be low. Data efficiency can be improved by optimizing pre-training directly for future fine-tuning with few examples; this can be treated as a meta-learning problem. However, standard meta-learning techniques require many training tasks in order to generalize; unfortunately, finding a diverse set of such supervised tasks is usually difficult. This paper proposes a self-supervised approach to generate a large, rich, meta-learning task distribution from unlabeled text. This is achieved using a cloze-style objective, but creating separate multi-class classification tasks by gathering tokens-to-be blanked from among only a handful of vocabulary terms. This yields as many unique meta-training tasks as the number of subsets of vocabulary terms. We meta-train a transformer model on this distribution of tasks using a recent meta-learning framework. On 17 NLP tasks, we show that this meta-training leads to better few-shot generalization than language-model pre-training followed by finetuning. Furthermore, we show how the self-supervised tasks can be combined with supervised tasks for meta-learning, providing substantial accuracy gains over previous supervised meta-learning.

Keywords

Cite

@article{arxiv.2009.08445,
  title  = {Self-Supervised Meta-Learning for Few-Shot Natural Language Classification Tasks},
  author = {Trapit Bansal and Rishikesh Jha and Tsendsuren Munkhdalai and Andrew McCallum},
  journal= {arXiv preprint arXiv:2009.08445},
  year   = {2020}
}

Comments

To appear in EMNLP 2020, camera-ready, link to code added

R2 v1 2026-06-23T18:37:19.058Z