English

Unsupervised Cross-Task Generalization via Retrieval Augmentation

Computation and Language 2022-10-19 v2 Artificial Intelligence Machine Learning

Abstract

Humans can perform unseen tasks by recalling relevant skills acquired previously and then generalizing them to the target tasks, even if there is no supervision at all. In this paper, we aim to improve this kind of cross-task generalization ability of massive multi-task language models, such as T0 and FLAN, in an unsupervised setting. We propose a retrieval-augmentation method named ReCross that takes a few unlabelled examples as queries to retrieve a small subset of upstream data and uses them to update the multi-task model for better generalization. ReCross is a straightforward yet effective retrieval method that combines both efficient dense retrieval and effective pair-wise reranking. Our results and analysis show that it significantly outperforms both non-retrieval methods and other baseline methods.

Keywords

Cite

@article{arxiv.2204.07937,
  title  = {Unsupervised Cross-Task Generalization via Retrieval Augmentation},
  author = {Bill Yuchen Lin and Kangmin Tan and Chris Miller and Beiwen Tian and Xiang Ren},
  journal= {arXiv preprint arXiv:2204.07937},
  year   = {2022}
}

Comments

Accepted to NeurIPS 2022. Website: https://inklab.usc.edu/ReCross/

R2 v1 2026-06-24T10:50:11.714Z