English

Inducer-tuning: Connecting Prefix-tuning and Adapter-tuning

Computation and Language 2022-10-27 v1 Machine Learning

Abstract

Prefix-tuning, or more generally continuous prompt tuning, has become an essential paradigm of parameter-efficient transfer learning. Using a large pre-trained language model (PLM), prefix-tuning can obtain strong performance by training only a small portion of parameters. In this paper, we propose to understand and further develop prefix-tuning through the kernel lens. Specifically, we make an analogy between \textit{prefixes} and \textit{inducing variables} in kernel methods and hypothesize that \textit{prefixes} serving as \textit{inducing variables} would improve their overall mechanism. From the kernel estimator perspective, we suggest a new variant of prefix-tuning -- \textit{inducer-tuning}, which shares the exact mechanism as prefix-tuning while leveraging the residual form found in adapter-tuning. This mitigates the initialization issue in prefix-tuning. Through comprehensive empirical experiments on natural language understanding and generation tasks, we demonstrate that inducer-tuning can close the performance gap between prefix-tuning and fine-tuning.

Keywords

Cite

@article{arxiv.2210.14469,
  title  = {Inducer-tuning: Connecting Prefix-tuning and Adapter-tuning},
  author = {Yifan Chen and Devamanyu Hazarika and Mahdi Namazifar and Yang Liu and Di Jin and Dilek Hakkani-Tur},
  journal= {arXiv preprint arXiv:2210.14469},
  year   = {2022}
}

Comments

To appear in EMNLP 2022. Code is available at https://github.com/ychen-stat-ml/kernel-adapters

R2 v1 2026-06-28T04:31:34.661Z