Inducer-tuning: Connecting Prefix-tuning and Adapter-tuning
Yifan Chen, Devamanyu Hazarika, Mahdi Namazifar, Yang Liu, Di Jin,, Dilek Hakkani-Tur

TL;DR
This paper introduces inducer-tuning, a novel parameter-efficient method that combines ideas from prefix-tuning and adapter-tuning, improving performance and addressing initialization issues in large language models.
Contribution
It proposes inducer-tuning, a new variant of prefix-tuning inspired by kernel methods, which enhances performance and mitigates initialization problems.
Findings
Inducer-tuning closes the performance gap with full fine-tuning.
It mitigates initialization issues inherent in prefix-tuning.
Empirical results show improved performance on NLP tasks.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
