paper-with-me

홈 › Papers

On Transferability of Prompt Tuning for Natural Language Processing

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Prompt tuning (PT) is a promising parameter-efficient method to utilize extremely large pre-trained language models (PLMs), which can achieve comparable performance to full-parameter fine-tuning by only tuning a few soft prompts. However, PT requires much more training time than fine-tuning. Intuitively, knowledge transfer can help to improve the efficiency. To explore whether we can improve PT via prompt transfer, we empirically investigate the transferability of soft prompts across different downstream tasks and PLMs in this work. We find that (1) in zero-shot setting, trained soft prompts can effectively transfer to similar tasks and other PLMs with a trained projector on similar tasks; (2) as initialization, trained soft prompts and projected prompts can significantly accelerate training and also improve performance of PT in similar tasks and other PLMs respectively. Moreover, to explore what decides prompt transferability, we investigate various transferability indicators and find that the overlapping rate of activated neurons strongly reflects the transferability, which suggests how the prompts stimulate PLMs is essential for transferability. Our findings show that prompt transfer is promising for improving PT, and further research shall focus more on prompts' stimulation to PLMs. The source code will be publicly released.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Transfer Learning

Similar Papers 제목 키워드 기반

On Transferability of Prompt Tuning for Natural Language Processing

2021-11-12 · NAACL 2022 7 · Yusheng Su, Xiaozhi Wang, Yujia Qin, Chi-Min Chan 외

Prompt tuning (PT) is a promising parameter-efficient method to utilize extremely large pre-trained language models (PLMs), which can achieve comparable performance to full-parameter fine-tuning by only tuning a few soft…

Natural Language UnderstandingTransfer Learning

Learning to Compress Prompt in Natural Language Formats

2024-02-28 · Yu-Neng Chuang, Tianwei Xing, Chia-Yuan Chang, Zirui Liu 외

Large language models (LLMs) are great at processing multiple natural language processing tasks, but their abilities are constrained by inferior performance with long context, slow inference speed, and the high cost of c…

Chain of Thought Prompt Tuning in Vision Language Models

2023-04-16 · Jiaxin Ge, Hongyin Luo, Siyuan Qian, Yulu Gan 외

Language-Image Pre-training has demonstrated promising results on zero-shot and few-shot downstream tasks by prompting visual models with natural language prompts. However, most recent studies only use a single prompt fo…

Domain Generalizationimage-classificationImage ClassificationLanguage Modeling+4

Zero-Shot Continuous Prompt Transfer: Generalizing Task Semantics Across Language Models

2023-10-02 · Zijun Wu, Yongkang Wu, Lili Mou

Prompt tuning in natural language processing (NLP) has become an increasingly popular method for adapting large language models to specific tasks. However, the transferability of these prompts, especially continuous prom…

A Parameter-Efficient Transfer Learning Approach through Multitask Prompt Distillation and Decomposition for Clinical NLP

2026-04-08 · Cheng Peng, Mengxian Lyu, Ziyi Chen, Yonghui Wu arxiv

Existing prompt-based fine-tuning methods typically learn task-specific prompts independently, imposing significant computing and storage overhead at scale when deploying multiple clinical natural language processing (NL…

Natural Language InferenceRelation ExtractionQuestion AnsweringTransfer Learning