English

Ultra-Low-Dimensional Prompt Tuning via Random Projection

Computation and Language 2026-04-14 v3

Abstract

Large language models achieve state-of-the-art performance but are increasingly costly to fine-tune. Prompt tuning is a parameter-efficient fine-tuning method that addresses parameter-efficiency by learning prompt embeddings, but these embeddings are typically tied to the model's hidden dimensionality, limiting parameter saving. In this paper, we propose Ultra-Low-dimensional Prompt Tuning (ULPT), a simple yet effective method that optimizes prompts in a low-dimensional space (e.g., 2D) and uses a frozen random matrix for up-projection. ULPT can achieve 98% reduction in the training parameters compared to vanilla prompt tuning while preserving performance. Our extensive experiments across over 20 NLP tasks demonstrate that ULPT consistently outperforms recent parameter-efficient tuning methods using significantly fewer parameters, making it well-suited as a storage-efficient framework for massive LLM customization.

Keywords

Cite

@article{arxiv.2502.04501,
  title  = {Ultra-Low-Dimensional Prompt Tuning via Random Projection},
  author = {Zijun Wu and Yongchang Hao and Lili Mou},
  journal= {arXiv preprint arXiv:2502.04501},
  year   = {2026}
}

Comments

Accepted by EACL 2026 (Main Conference, Long Paper)

R2 v1 2026-06-28T21:35:29.334Z