CrossFit: A Few-shot Learning Challenge for Cross-task Generalization in NLP
Abstract
Humans can learn a new language task efficiently with only few examples, by leveraging their knowledge obtained when learning prior tasks. In this paper, we explore whether and how such cross-task generalization ability can be acquired, and further applied to build better few-shot learners across diverse NLP tasks. We introduce CrossFit, a problem setup for studying cross-task generalization ability, which standardizes seen/unseen task partitions, data access during different learning stages, and the evaluation protocols. To instantiate different seen/unseen task partitions in CrossFit and facilitate in-depth analysis, we present the NLP Few-shot Gym, a repository of 160 diverse few-shot NLP tasks created from open-access NLP datasets and converted to a unified text-to-text format. Our analysis reveals that the few-shot learning ability on unseen tasks can be improved via an upstream learning stage using a set of seen tasks. We also observe that the selection of upstream learning tasks can significantly influence few-shot performance on unseen tasks, asking further analysis on task similarity and transferability.
Keywords
Cite
@article{arxiv.2104.08835,
title = {CrossFit: A Few-shot Learning Challenge for Cross-task Generalization in NLP},
author = {Qinyuan Ye and Bill Yuchen Lin and Xiang Ren},
journal= {arXiv preprint arXiv:2104.08835},
year = {2021}
}
Comments
Accepted to EMNLP 2021. Camera-ready version. Code: https://github.com/INK-USC/CrossFit