English

CrossFit: A Few-shot Learning Challenge for Cross-task Generalization in NLP

Computation and Language 2021-10-04 v2 Machine Learning

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

R2 v1 2026-06-24T01:17:47.043Z