Efficient Prompt Tuning by Multi-Space Projection and Prompt Fusion
Pengxiang Lan, Enneng Yang, Yuting Liu, Guibing Guo, Jianzhe Zhao,, Xingwei Wang

TL;DR
This paper introduces EPT, an efficient prompt tuning method that decomposes prompts into multiple subspaces and fuses them, significantly improving accuracy and reducing training time across various NLP tasks.
Contribution
The paper proposes a novel prompt tuning approach using multi-space projection and prompt fusion, enhancing performance consistency and efficiency compared to existing methods.
Findings
Outperforms 11 comparison methods with up to 12.9% improvement.
Reduces training time by 14%.
Enhances accuracy by leveraging low-rank matrices and prompt fusion.
Abstract
Prompt tuning is a promising method to fine-tune a pre-trained language model without retraining its large-scale parameters. Instead, it attaches a soft prompt to the input text, whereby downstream tasks can be well adapted by merely learning the embeddings of prompt tokens. Nevertheless, existing methods still suffer from two challenges: (i) they are hard to balance accuracy and efficiency. A longer (shorter) soft prompt generally leads to a better(worse) accuracy but at the cost of more (less) training time. (ii)The performance may not be consistent when adapting to different downstream tasks. We attribute it to the same embedding space but responsible for different requirements of downstream tasks. To address these issues, we propose an Efficient Prompt Tuning method (EPT) by multi-space projection and prompt fusion. Specifically, it decomposes a given soft prompt into a shorter…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEmbedded Systems Design Techniques · Digital Filter Design and Implementation · Blind Source Separation Techniques
