paper-with-me

Papers

Revisiting Prefix-tuning: Statistical Benefits of Reparameterization among Prompts

2024-10-03 · Minh Le, Chau Nguyen, Huy Nguyen, Quyen Tran, Trung Le, Nhat Ho

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 these methods remain limited. For instance, in prefix-tuning, we observe that a key factor in achieving performance parity with full fine-tuning lies in the reparameterization strategy. However, the theoretical principles underpinning the effectiveness of this approach have yet to be thoroughly examined. Our study demonstrates that reparameterization is not merely an engineering trick but is grounded in deep theoretical foundations. Specifically, we show that the reparameterization strategy implicitly encodes a shared structure between prefix key and value vectors. Building on recent insights into the connection between prefix-tuning and mixture of experts models, we further illustrate that this shared structure significantly improves sample efficiency in parameter estimation compared to non-shared alternatives. The effectiveness of prefix-tuning across diverse tasks is empirically confirmed to be enhanced by the shared structure, through extensive experiments in both visual and language domains. Additionally, we uncover similar structural benefits in prompt-tuning, offering new perspectives on its success. Our findings provide theoretical and empirical contributions, advancing the understanding of prompt-based methods and their underlying mechanisms. Our code is publicly available at https://github.com/Minhchuyentoancbn/ReparamPrefix

📄 PDF Abstract BibTeX arXiv:2410.02200

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-Expertsparameter estimation

Similar Papers 제목 키워드 기반

Revisiting Test-Time Scaling: A Survey and a Diversity-Aware Method for Efficient Reasoning

2025-06-05 · Ho-Lam Chung, Teng-Yun Hsiao, Hsiao-Ying Huang, Chunerh Cho 외

Test-Time Scaling (TTS) improves the reasoning performance of Large Language Models (LLMs) by allocating additional compute during inference. We conduct a structured survey of TTS methods and categorize them into samplin…

DiversityMathematical Reasoning

Revisiting Mixture Policies in Entropy-Regularized Actor-Critic

2026-05-09 · Jiamin He, Samuel Neumann, Jincheng Mei, Adam White 외 arxiv

Mixture policies theoretically offer greater flexibility than unimodal policies in continuous action reinforcement learning, but the practical benefits of this complexity remain elusive. Mixture policies are notably abse…

Reinforcement Learning

Control Prefixes for Parameter-Efficient Text Generation

2021-10-15 · Jordan Clive, Kris Cao, Marek Rei

Prefix-tuning is a powerful lightweight technique for adapting a large pre-trained language model to a downstream application. However, it uses the same dataset-level tuned prompt for all examples in the dataset. We exte…

Abstractive Text SummarizationAttributeData-to-Text GenerationLanguage Modeling+4

Exploring Data and Parameter Efficient Strategies for Arabic Dialect Identifications

2025-09-17 · Vani Kanjirangat, Ljiljana Dolamic, Fabio Rinaldi arxiv

This paper discusses our exploration of different data-efficient and parameter-efficient approaches to Arabic Dialect Identification (ADI). In particular, we investigate various soft-prompting strategies, including prefi…

How Does Prefix Matter in Reasoning Model Tuning?

2026-01-04 · Raj Vardhan Tomar, Preslav Nakov, Yuxia Wang arxiv

Recent alignment studies commonly remove introductory boilerplate phrases from supervised fine-tuning (SFT) datasets. This work challenges that assumption. We hypothesize that safety- and reasoning-oriented prefix senten…