paper-with-me

홈 › Papers

PPT: Pre-trained Prompt Tuning for Few-shot Learning

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Prompts for pre-trained language models (PLMs) have shown remarkable performance by bridging the gap between pre-training tasks and various downstream tasks. Among these methods, prompt tuning, which freezes PLMs and only tunes soft prompts, provides an efficient and effective solution for adapting large-scale PLMs to downstream tasks. However, prompt tuning is yet to be fully explored. In our pilot experiments, we find that prompt tuning performs comparably with conventional full-model tuning when downstream data are sufficient, whereas it is much worse under few-shot learning settings, which may hinder the application of prompt tuning. We attribute this low performance to the manner of initializing soft prompts. Therefore, in this work, we propose to pre-train prompts by adding soft prompts into the pre-training stage to obtain a better initialization. We name this Pre-trained Prompt Tuning framework "PPT". To ensure the generalization of PPT, we formulate similar classification tasks into a unified task form and pre-train soft prompts for this unified task. Extensive experiments show that tuning pre-trained prompts for downstream tasks can reach or even outperform full-model fine-tuning under both full-data and few-shot settings. Our approach is effective and efficient for using large-scale PLMs in practice.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeFew-Shot Learning

Similar Papers 제목 키워드 기반

Multitask Pre-training of Modular Prompt for Chinese Few-Shot Learning

2022-10-14 · Tianxiang Sun, Zhengfu He, Qin Zhu, Xipeng Qiu 외

Prompt tuning is a parameter-efficient approach to adapting pre-trained language models to downstream tasks. Although prompt tuning has been shown to match the performance of full model tuning when training data is suffi…

Few-Shot LearningMachine Reading ComprehensionReading Comprehension

Prompt Tuning based Adapter for Vision-Language Model Adaption

2023-03-24 · Jingchen Sun, Jiayu Qin, Zihao Lin, Changyou Chen

Large pre-trained vision-language (VL) models have shown significant promise in adapting to various downstream tasks. However, fine-tuning the entire network is challenging due to the massive number of model parameters. …

Few-Shot Image Classificationimage-classificationImage ClassificationLanguage Modeling+1

PPT: Pre-trained Prompt Tuning for Few-shot Learning

2021-09-09 · ACL 2022 5 · Yuxian Gu, Xu Han, Zhiyuan Liu, Minlie Huang

Prompts for pre-trained language models (PLMs) have shown remarkable performance by bridging the gap between pre-training tasks and various downstream tasks. Among these methods, prompt tuning, which freezes PLMs and onl…

AttributeFew-Shot Learning

Making Pretrained Language Models Good Long-tailed Learners

2022-05-11 · Chen Zhang, Lei Ren, Jingang Wang, Wei Wu 외

Prompt-tuning has shown appealing performance in few-shot classification by virtue of its capability in effectively exploiting pre-trained knowledge. This motivates us to check the hypothesis that prompt-tuning is also a…

Classification

STT: Soft Template Tuning for Few-Shot Adaptation

2022-07-18 · Ping Yu, Wei Wang, Chunyuan Li, Ruiyi Zhang 외

Prompt tuning has been an extremely effective tool to adapt a pre-trained model to downstream tasks. However, standard prompt-based methods mainly consider the case of sufficient data of downstream tasks. It is still unc…

Few-Shot LearningLanguage ModelingLanguage ModellingMasked Language Modeling+2