paper-with-me

홈 › Papers

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

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

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 sufficient, it tends to struggle in few-shot learning settings. In this paper, we present Multi-task Pre-trained Modular Prompt (MP2) to boost prompt tuning for few-shot learning. MP2 is a set of combinable prompts pre-trained on 38 Chinese tasks. On downstream tasks, the pre-trained prompts are selectively activated and combined, leading to strong compositional generalization to unseen tasks. To bridge the gap between pre-training and fine-tuning, we formulate upstream and downstream tasks into a unified machine reading comprehension task. Extensive experiments under two learning paradigms, i.e., gradient descent and black-box tuning, show that MP2 significantly outperforms prompt tuning, full model tuning, and prior prompt pre-training methods in few-shot settings. In addition, we demonstrate that MP2 can achieve surprisingly fast and strong adaptation to downstream tasks by merely learning 8 parameters to combine the pre-trained modular prompts.

📄 PDF Abstract BibTeX arXiv:2210.07565

Code (1)

Hzfinfdu/MPMP 공식 구현 pytorch

Tasks

Few-Shot LearningMachine Reading ComprehensionReading Comprehension

Similar Papers 제목 키워드 기반

Multitask Prompted Training Enables Zero-Shot Task Generalization

2021-10-15 · ICLR 2022 4 · Victor Sanh, Albert Webson, Colin Raffel, Stephen H. Bach 외

Large language models have recently been shown to attain reasonable zero-shot generalization on a diverse set of tasks (Brown et al., 2020). It has been hypothesized that this is a consequence of implicit multitask learn…

BenchmarkingDecoderLanguage ModellingPrompt Engineering+1

Measuring Massive Multitask Chinese Understanding

2023-04-25 · Hui Zeng

The development of large-scale Chinese language models is flourishing, yet there is a lack of corresponding capability assessments. Therefore, we propose a test to measure the multitask accuracy of large Chinese language…

All

SPT: Semi-Parametric Prompt Tuning for Multitask Prompted Learning

2022-12-21 · M Saiful Bari, Aston Zhang, Shuai Zheng, Xingjian Shi 외

Pre-trained large language models can efficiently interpolate human-written prompts in a natural way. Multitask prompted learning can help generalization through a diverse set of tasks at once, thus enhancing the potenti…

Language ModelingLanguage Modellingparameter-efficient fine-tuningZero-shot Generalization

PCBERT: Parent and Child BERT for Chinese Few-shot NER

2022-10-01 · COLING 2022 10 · Peichao Lai, Feiyang Ye, Lin Zhang, Zhiwei Chen 외

Achieving good performance on few-shot or zero-shot datasets has been a long-term challenge for NER. The conventional semantic transfer approaches on NER will decrease model performance when the semantic distribution is …

Few-Shot Learningfew-shot-nerFew-shot NERNER

Few-shot Multimodal Multitask Multilingual Learning

2023-02-19 · Aman Chadha, Vinija Jain

While few-shot learning as a transfer learning paradigm has gained significant traction for scenarios with limited data, it has primarily been explored in the context of building unimodal and unilingual models. Furthermo…

Few-Shot LearningIn-Context LearningNatural Language UnderstandingNER+9