paper-with-me

홈 › Papers

Decomposed Prompt Tuning via Low-Rank Reparameterization

2023-10-16 · Yao Xiao, Lu Xu, Jiaxi Li, Wei Lu, XiaoLi Li

While prompt tuning approaches have achieved competitive performance with high efficiency, we observe that they invariably employ the same initialization process, wherein the soft prompt is either randomly initialized or derived from an existing embedding vocabulary. In contrast to these conventional methods, this study aims to investigate an alternative way to derive soft prompt. Our empirical studies show that the soft prompt typically exhibits a low intrinsic rank characteristic. With such observations, we propose decomposed prompt tuning, a novel approach that utilizes low-rank matrices to initialize the soft prompt. Through the low-rank reparameterization, our method significantly reduces the number of trainable parameters while maintaining effectiveness. Experimental results on the SuperGLUE benchmark in both high-resource and low-resource scenarios demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2310.10094

Code (1)

xyaoooo/dpt 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Meta-Learning the Difference: Preparing Large Language Models for Efficient Adaptation

2022-07-07 · Zejiang Hou, Julian Salazar, George Polovets

Large pretrained language models (PLMs) are often domain- or task-adapted via fine-tuning or prompting. Finetuning requires modifying all of the parameters and having enough data to avoid overfitting while prompting requ…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingMeta-Learning

Revisiting Prefix-tuning: Statistical Benefits of Reparameterization among Prompts

2024-10-03 · Minh Le, Chau Nguyen, Huy Nguyen, Quyen Tran 외

Prompt-based techniques, such as prompt-tuning and prefix-tuning, have gained prominence for their efficiency in fine-tuning large pre-trained models. Despite their widespread adoption, the theoretical foundations of the…

Mixture-of-Expertsparameter estimation

Towards Privacy-Preserving Federated Prompt Tuning under Data Heterogeneity: A Subspace-Decomposed Expert Approach

2026-07-23 · Yuhua Wang, Xiaodong Li, Yihao Guo, Yuxiang Jia 외 arxiv

Federated prompt tuning (FPT) enables collaborative adaptation of vision--language models (VLMs) using lightweight prompts. Existing methods often address heterogeneity and privacy through a split-prompt design under loc…

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

2025-01-06 · Pengwei Tang, Xiaolin Hu, Yong liu

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, …

parameter-efficient fine-tuning

DePT: Decomposed Prompt Tuning for Parameter-Efficient Fine-tuning

2023-09-11 · Zhengxiang Shi, Aldo Lipani

Prompt tuning (PT), where a small amount of trainable soft (continuous) prompt vectors is affixed to the input of language models (LM), has shown promising results across various tasks and models for parameter-efficient …

Few-Shot Learningparameter-efficient fine-tuningTransfer Learning