English

PADA: Example-based Prompt Learning for on-the-fly Adaptation to Unseen Domains

Computation and Language 2022-01-28 v4 Artificial Intelligence Machine Learning

Abstract

Natural Language Processing algorithms have made incredible progress, but they still struggle when applied to out-of-distribution examples. We address a challenging and underexplored version of this domain adaptation problem, where an algorithm is trained on several source domains, and then applied to examples from unseen domains that are unknown at training time. Particularly, no examples, labeled or unlabeled, or any other knowledge about the target domain are available to the algorithm at training time. We present PADA: An example-based autoregressive Prompt learning algorithm for on-the-fly Any-Domain Adaptation, based on the T5 language model. Given a test example, PADA first generates a unique prompt for it and then, conditioned on this prompt, labels the example with respect to the NLP prediction task. PADA is trained to generate a prompt which is a token sequence of unrestricted length, consisting of Domain Related Features (DRFs) that characterize each of the source domains. Intuitively, the generated prompt is a unique signature that maps the test example to a semantic space spanned by the source domains. In experiments with 3 tasks (text classification and sequence tagging), for a total of 14 multi-source adaptation scenarios, PADA substantially outperforms strong baselines.

Keywords

Cite

@article{arxiv.2102.12206,
  title  = {PADA: Example-based Prompt Learning for on-the-fly Adaptation to Unseen Domains},
  author = {Eyal Ben-David and Nadav Oved and Roi Reichart},
  journal= {arXiv preprint arXiv:2102.12206},
  year   = {2022}
}

Comments

Accepted for publication at TACL in January 2022. First two authors contributed equally to this work. Our code and data are available at: https://github.com/eyalbd2/PADA

R2 v1 2026-06-23T23:28:08.602Z