paper-with-me

홈 › Papers

Continued Pretraining for Better Zero- and Few-Shot Promptability

2022-10-19 · Zhaofeng Wu, Robert L. Logan IV, Pete Walsh, Akshita Bhagia, Dirk Groeneveld, Sameer Singh, Iz Beltagy

Recently introduced language model prompting methods can achieve high accuracy in zero- and few-shot settings while requiring few to no learned task-specific parameters. Nevertheless, these methods still often trail behind full model finetuning. In this work, we investigate if a dedicated continued pretraining stage could improve "promptability", i.e., zero-shot performance with natural language prompts or few-shot performance with prompt tuning. We reveal settings where existing continued pretraining methods lack promptability. We also identify current methodological gaps, which we fill with thorough large-scale experiments. We demonstrate that a simple recipe, continued pretraining that incorporates a trainable prompt during multi-task learning, leads to improved promptability in both zero- and few-shot settings compared to existing methods, up to 31% relative. On the other hand, we find that continued pretraining using MAML-style meta-learning, a method that directly optimizes few-shot promptability, yields subpar performance. We validate our findings with two prompt tuning methods, and, based on our results, we provide concrete recommendations to optimize promptability for different use cases.

📄 PDF Abstract BibTeX arXiv:2210.10258

Code (1)

allenai/better-promptability 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingMeta-LearningMulti-Task Learning

Similar Papers 제목 키워드 기반

AmericasNLI: Evaluating Zero-shot Natural Language Understanding of Pretrained Multilingual Models in Truly Low-resource Languages

2021-04-18 · ACL 2022 5 · Abteen Ebrahimi, Manuel Mager, Arturo Oncevay, Vishrav Chaudhary 외

Pretrained multilingual models are able to perform cross-lingual transfer in a zero-shot setting, even for languages unseen during pretraining. However, prior work evaluating performance on unseen languages has largely b…

Cross-Lingual TransferNatural Language UnderstandingTranslationXLM-R+1

Match the Script, Adapt if Multilingual: Analyzing the Effect of Multilingual Pretraining on Cross-lingual Transferability

2022-03-21 · ACL 2022 5 · Yoshinari Fujinuma, Jordan Boyd-Graber, Katharina Kann

Pretrained multilingual models enable zero-shot learning even for unseen languages, and that performance can be further improved via adaptation prior to finetuning. However, it is unclear how the number of pretraining la…

Zero-Shot Learning

Small or Large? Zero-Shot or Finetuned? Guiding Language Model Choice for Specialized Applications in Healthcare

2025-04-29 · Lovedeep Gondara, Jonathan Simkin, Graham Sayle, Shebnum Devji 외

This study aims to guide language model selection by investigating: 1) the necessity of finetuning versus zero-shot usage, 2) the benefits of domain-adjacent versus generic pretrained models, 3) the value of further doma…

Language ModelingLanguage ModellingModel Selection

Effortless Vision-Language Model Specialization in Histopathology without Annotation

2025-08-11 · Jingna Qiu, Nishanth Jain, Jonas Ammeling, Marc Aubreville 외 arxiv

Recent advances in Vision-Language Models (VLMs) in histopathology, such as CONCH and QuiltNet, have demonstrated impressive zero-shot classification capabilities across various tasks. However, their general-purpose desi…

MERGETUNE: Continued Fine-Tuning of Vision-Language Models

2026-01-15 · Wenqing Wang, Da Li, Xiatian Zhu, Josef Kittler arxiv

Fine-tuning vision-language models (VLMs) such as CLIP often leads to catastrophic forgetting of pretrained knowledge. Prior work primarily aims to mitigate forgetting during adaptation; however, forgetting often remains…