CLJan 6, 2025

ADePT: Adaptive Decomposed Prompt Tuning for Parameter-Efficient Fine-tuning

arXiv:2501.03291v25 citationsh-index: 5Has CodeICLR
AI Analysis

This work addresses parameter-efficient fine-tuning for large language models, offering an incremental improvement over existing methods to enhance adaptation capabilities in NLP tasks.

The paper tackles the limitations of Decomposed Prompt Tuning (DePT) in generalizing across diverse inputs and optimizing token embeddings by introducing Adaptive Decomposed Prompt Tuning (ADePT), which uses a token-shared feed-forward network to learn adaptive embedding offsets, achieving superior performance across 23 NLP tasks and 4 pre-trained models without increasing inference time or parameters.

Prompt Tuning (PT) enables the adaptation of Pre-trained Large Language Models (PLMs) to downstream tasks by optimizing a small amount of soft virtual tokens, which are prepended to the input token embeddings. Recently, Decomposed Prompt Tuning (DePT) has demonstrated superior adaptation capabilities by decomposing the soft prompt into a shorter soft prompt and a pair of low-rank matrices. The product of the pair of low-rank matrices is added to the input token embeddings to offset them. Additionally, DePT achieves faster inference compared to PT due to the shorter soft prompt. However, in this paper, we find that the position-based token embedding offsets of DePT restrict its ability to generalize across diverse model inputs, and that the shared embedding offsets across many token embeddings result in sub-optimization. To tackle these issues, we introduce Adaptive Decomposed Prompt Tuning (ADePT), which is composed of a short soft prompt and a shallow token-shared feed-forward neural network. ADePT utilizes the token-shared feed-forward neural network to learn the embedding offsets for each token, enabling adaptive embedding offsets that vary according to the model input and better optimization of token embedding offsets. This enables ADePT to achieve superior adaptation performance without requiring more inference time or additional trainable parameters compared to vanilla PT and its variants. In comprehensive experiments across 23 natural language processing tasks and 4 typical PLMs of different scales, ADePT consistently surpasses the other leading parameter-efficient fine-tuning methods, and even outperforms the full fine-tuning in certain scenarios. We also provide a theoretical analysis towards ADePT. Code is available at https://github.com/HungerPWAY/ADePT.

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