English

PEDRO: Parameter-Efficient Fine-tuning with Prompt DEpenDent Representation MOdification

Computation and Language 2024-09-27 v1

Abstract

Due to their substantial sizes, large language models (LLMs) are typically deployed within a single-backbone multi-tenant framework. In this setup, a single instance of an LLM backbone must cater to multiple users or tasks through the application of various parameter-efficient fine-tuning (PEFT) models. Despite the availability of numerous effective PEFT techniques such as LoRA, there remains a need for a PEFT approach that achieves both high efficiency during inference and competitive performance on downstream tasks. In this research, we introduce a new and straightforward PEFT methodology named \underline{P}rompt D\underline{E}pen\underline{D}ent \underline{R}epresentation M\underline{O}dification (PEDRO). The proposed method involves integrating a lightweight vector generator into each Transformer layer, which generates vectors contingent upon the input prompts. These vectors then modify the hidden representations created by the LLM through a dot product operation, thereby influencing the semantic output and generated content of the model. Extensive experimentation across a variety of tasks indicates that: (a) PEDRO surpasses recent PEFT benchmarks when using a similar number of tunable parameters. (b) Under the single-backbone multi-tenant deployment model, PEDRO exhibits superior efficiency compared to LoRA, indicating significant industrial potential.

Keywords

Cite

@article{arxiv.2409.17834,
  title  = {PEDRO: Parameter-Efficient Fine-tuning with Prompt DEpenDent Representation MOdification},
  author = {Tianfang Xie and Tianjing Li and Wei Zhu and Wei Han and Yi Zhao},
  journal= {arXiv preprint arXiv:2409.17834},
  year   = {2024}
}

Comments

arXiv admin note: text overlap with arXiv:2405.18203

R2 v1 2026-06-28T18:58:06.805Z