Papers › Towards a Unified View of Parameter-Efficient Transfer Learning

Towards a Unified View of Parameter-Efficient Transfer Learning

8 Oct 2021ICLR 2022 4arXiv:2110.04366archive 2025-07-28

Junxian He, Chunting Zhou, Xuezhe Ma, Taylor Berg-Kirkpatrick, Graham Neubig

Fine-tuning large pre-trained language models on downstream tasks has become the de-facto learning paradigm in NLP. However, conventional approaches fine-tune all the parameters of the pre-trained model, which becomes prohibitive as the model size and the number of tasks grow. Recent work has proposed a variety of parameter-efficient transfer learning methods that only fine-tune a small number of (extra) parameters to attain strong performance. While effective, the critical ingredients for success and the connections among the various methods are poorly understood. In this paper, we break down the design of state-of-the-art parameter-efficient transfer learning methods and present a unified framework that establishes connections between them. Specifically, we re-frame them as modifications to specific hidden states in pre-trained models, and define a set of design dimensions along which different methods vary, such as the function to compute the modification and the position to apply the modification. Through comprehensive empirical studies across machine translation, text summarization, language understanding, and text classification benchmarks, we utilize the unified view to identify important design choices in previous methods. Furthermore, our unified framework enables the transfer of design elements across different approaches, and as a result we are able to instantiate new parameter-efficient fine-tuning methods that tune less parameters than previous methods while being more effective, achieving comparable results to fine-tuning all parameters on all four tasks.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2110.04366")

Code

Syntology Ran 9 of 11 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

jxhe/unify-parameter-efficient-tuning officialmentioned in papermentioned on GitHubjaxApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 9 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
8ran
2unverified

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from jxhe/unify-parameter-efficient-tuning. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

adapter_func jxhe/unify-parameter-efficient-tuning/petl/petl_factory.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · e758ef19d32b8b11 · report
compute_params jxhe/unify-parameter-efficient-tuning/analysis/paper_plot.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 7fca652b013370e4 · report
format jxhe/unify-parameter-efficient-tuning/analysis/paper_plot.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 2a7cfa36f9e48900 · report
gelu_fast jxhe/unify-parameter-efficient-tuning/src/transformers/activations.py official repository ran · our draft was wrong fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · a4475703ff58ecf9 · report
gelu_new jxhe/unify-parameter-efficient-tuning/src/transformers/activations.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · 45bb87451230d5e8 · report
quick_gelu jxhe/unify-parameter-efficient-tuning/src/transformers/activations.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · e21f72f1a9834aef · report
safe_round jxhe/unify-parameter-efficient-tuning/petl/utils.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · a6d9f5f488eb99a9 · report
softmax_gating jxhe/unify-parameter-efficient-tuning/petl/petl_factory.py official repository ran fingerprinted Apache-2.0 recorded; this copy not marked cleared · pointer only · a75e6ade7e6f9240 · report
sortish_sampler_indices jxhe/unify-parameter-efficient-tuning/petl/dynamic_batching.py official repository ran Apache-2.0 recorded; this copy not marked cleared · pointer only · 88b0f6942509de64 · report
gelu_fast jxhe/unify-parameter-efficient-tuning/src/transformers/activations_tf.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · 37a5eed2dbd663ca · report
mish jxhe/unify-parameter-efficient-tuning/src/transformers/activations_tf.py official repository unverified Apache-2.0 recorded; this copy not marked cleared · pointer only · cc8c8c3ebf0c343f · report

Tasks

Machine TranslationText ClassificationText SummarizationTransfer Learningparameter-efficient fine-tuningtext-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections