CLOct 14, 2021

P-Tuning v2: Prompt Tuning Can Be Comparable to Fine-tuning Universally Across Scales and Tasks

arXiv:2110.07602v31102 citationsHas Code
Originality Incremental advance
AI Analysis

This provides a parameter-efficient alternative to fine-tuning for natural language understanding, reducing storage and memory usage, though it is incremental as it builds on prior deep prompt tuning methods.

The paper tackles the problem of prompt tuning's limited effectiveness for normal-sized models and hard sequence labeling tasks, showing that properly optimized prompt tuning can match fine-tuning performance across various model scales and NLU tasks with only 0.1%-3% tuned parameters.

Prompt tuning, which only tunes continuous prompts with a frozen language model, substantially reduces per-task storage and memory usage at training. However, in the context of NLU, prior work reveals that prompt tuning does not perform well for normal-sized pretrained models. We also find that existing methods of prompt tuning cannot handle hard sequence labeling tasks, indicating a lack of universality. We present a novel empirical finding that properly optimized prompt tuning can be universally effective across a wide range of model scales and NLU tasks. It matches the performance of finetuning while having only 0.1%-3% tuned parameters. Our method P-Tuning v2 is an implementation of Deep Prompt Tuning \cite{li2021prefix,qin2021learning} optimized and adapted for NLU. Given the universality and simplicity of P-Tuning v2, we believe it can serve as an alternative to finetuning and a strong baseline for future research.Our code and data are released at https://github.com/THUDM/P-tuning-v2.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes