CLOct 20, 2022

Late Prompt Tuning: A Late Prompt Could Be Better Than Many Prompts

arXiv:2210.11292v2305 citationsh-index: 70
AI Analysis

This addresses the efficiency and effectiveness trade-off in adapting pre-trained models for downstream tasks, offering a more practical solution for deployment.

The paper tackles the performance lag and high training cost of prompt tuning in parameter-efficient tuning by introducing Late Prompt Tuning (LPT), which inserts instance-dependent prompts into intermediate layers, achieving competitive performance to full model tuning and other methods with faster training and lower memory usage.

Prompt tuning is a parameter-efficient tuning (PETuning) method for utilizing pre-trained models (PTMs) that simply prepends a soft prompt to the input and only optimizes the prompt to adapt PTMs to downstream tasks. Although it is parameter- and deployment-efficient, its performance still lags behind other state-of-the-art PETuning methods. Besides, the training cost of prompt tuning is not significantly reduced due to the back-propagation through the entire model. Through empirical analyses, we shed some light on the lagging performance of prompt tuning and recognize a trade-off between the propagation distance from label signals to the inserted prompt and the influence of the prompt on model outputs. Further, we present Late Prompt Tuning (LPT) that inserts a late prompt into an intermediate layer of the PTM instead of the input layer or all layers. The late prompt is obtained by a neural prompt generator conditioned on the hidden states before the prompt insertion layer and therefore is instance-dependent. Through extensive experimental results across various tasks and PTMs, we show that LPT can achieve competitive performance to full model tuning and other PETuning methods under both full-data and few-shot scenarios while possessing faster training speed and lower memory cost.

Code Implementations1 repo
Foundations

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

Your Notes