paper-with-me

Papers

ULPT: Prompt Tuning with Ultra-Low-Dimensional Optimization

2025-02-06 · Zijun Wu, Yongchang Hao, Lili Mou

Large language models achieve state-of-the-art performance but are costly to fine-tune due to their size. Parameter-efficient fine-tuning methods, such as prompt tuning, address this by reducing trainable parameters while maintaining strong performance. However, prior methods tie prompt embeddings to the model's dimensionality, which may not scale well with larger LLMs and more customized LLMs. In this paper, we propose Ultra-Low-dimensional Prompt Tuning (ULPT), which optimizes prompts in a low-dimensional space (e.g., 2D) and use a random but frozen matrix for the up-projection. To enhance alignment, we introduce learnable shift and scale embeddings. ULPT drastically reduces the trainable parameters, e.g., 2D only using 2% parameters compared with vanilla prompt tuning while retaining most of the performance across 21 NLP tasks. Our theoretical analysis shows that random projections can capture high-rank structures effectively, and experimental results demonstrate ULPT's competitive performance over existing parameter-efficient methods.

📄 PDF Abstract BibTeX arXiv:2502.04501

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

SCULPT: Systematic Tuning of Long Prompts

2024-10-28 · Shanu Kumar, Akhila Yesantarao Venkata, Shubhanshu Khandelwal, Bishal Santra 외

Prompt optimization is essential for effective utilization of large language models (LLMs) across diverse tasks. While existing optimization methods are effective in optimizing short prompts, they struggle with longer, m…

PromptSculptor: Multi-Agent Based Text-to-Image Prompt Optimization

2025-09-15 · Dawei Xiang, Wenyan Xu, Kexin Chu, Tianqi Ding 외 arxiv

The rapid advancement of generative AI has democratized access to powerful tools such as Text-to-Image models. However, to generate high-quality images, users must still craft detailed prompts specifying scene, style, an…

Multispectral 3D mapping on a Roman sculpture to study ancient polychromy

2025-01-30 · Francesca Uccheddu, Umair Shafqat Malik, Emanuela Massa, Anna Pelagotti 외

Research into the polychromy of Greek and Roman sculptures has surged to explore the hypothesis that ancient sculptures were originally not pristine white but adorned with colors. Multispectral and multimodal imaging tec…

SCULPT: Constraint-Guided Pruned MCTS that Carves Efficient Paths for Mathematical Reasoning

2026-01-19 · Qitong Fang, Haotian Li, Xu Wang arxiv

Automated agent workflows can enhance the problem-solving ability of large language models (LLMs), but common search strategies rely on stochastic exploration and often traverse implausible branches. This occurs because …

Mathematical Reasoning

You Don't Need Prompt Engineering Anymore: The Prompting Inversion

2025-10-25 · Imran Khan arxiv

Prompt engineering, particularly Chain-of-Thought (CoT) prompting, significantly enhances LLM reasoning capabilities. We introduce "Sculpting," a constrained, rule-based prompting method designed to improve upon standard…

Mathematical ReasoningPrompt Engineering