Challenge: a recent study shows that parameter-efficient tuning is a challenge for multitask deployments.
Approach: They propose a parameter-efficient tuning technique that only updates a small subset of parameters when adapting a pretrained model to downstream tasks.
Outcome: The proposed method achieves comparable performance to fine-tuning in natural language understanding tasks including text classification and NER with only 0.029% of parameters trained.

Similar Papers

Towards Adaptive Prefix Tuning for Parameter-Efficient Language Model Fine-tuning (2023.acl-short)

Copied to clipboard

Challenge: Parameter-efficient fine-tuning only optimizes a few task-specific parameters with frozen pre-trained model.
Approach: They propose to optimize a prefix vector inserted into Transformer layers to optimize the prefix . they propose to use a gate mechanism to adjust the prefixed to each layer .
Outcome: The proposed approach improves on the SuperGLUE and NER datasets.
Attention Fusion: a light yet efficient late fusion mechanism for task adaptation in NLU (2022.findings-naacl)

Copied to clipboard

Challenge: a recent study has shown that fine-tuning pre-trained models is parameter-inefficient and expensive.
Approach: They propose a task-attuned token module which integrates pre-trained network representations into a pre-trainer.
Outcome: The proposed model trains only 0.0009% of the parameters and is efficient during computation and scalable during deployment.
Parameter-Efficient Tuning Makes a Good Classification Head (2022.emnlp-main)

Copied to clipboard

Challenge: In recent years, pretrained models revolutionized the paradigm of natural language understanding . but the final-layer output of the backbone, i.e. the input of the classification head, will change greatly during finetuning .
Approach: They propose to append a randomly initialized classification head after the pretrained backbone and finetune the whole model.
Outcome: The proposed classification head can be replaced with the randomly initialized heads for a stable performance gain.
Modular and Parameter-Efficient Fine-Tuning for NLP Models (2022.emnlp-tutorials)

Copied to clipboard

Challenge: State-of-the-art language models in NLP perform best when fine-tuned even on small datasets.
Approach: They provide an overview of parameter-efficient fine-tuning methods and highlight similarities and differences . they highlight benefits and usage scenarios of a neglected property of parameter efficient models .
Outcome: This paper provides an overview of parameter-efficient fine-tuning methods . it highlights similarities and differences by presenting them in a unified view .
Know Where You’re Going: Meta-Learning for Parameter-Efficient Fine-Tuning (2023.findings-acl)

Copied to clipboard

Challenge: Existing studies on parameter-efficient fine-tuning methods require additional measures after pre-training and before fine-uning.
Approach: They propose to take parameter-efficient fine-tuning into consideration after pre-training and before fine-uning and use meta-learning to prime a model specifically for parameter-efficiency.
Outcome: The proposed method improves on a pre-trained model with certain modifications and achieves 4.96 points on cross-lingual NER fine-tuning.
From Bottom to Top: Extending the Potential of Parameter Efficient Fine-Tuning (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods to fine-tune large language models primarily focus on the interaction between different layers, ignoring the fact that different layers store different information.
Approach: They propose a Parameter Efficient Fine-Tuning method which freeze pre-trained parameters and fine-tunes only a few task-specific parameters.
Outcome: The proposed methods reduce parameter count to nearly half by omitting fine-tuning in the middle layers.
Making Parameter-efficient Tuning More Efficient: A Unified Framework for Classification Tasks (2022.coling-1)

Copied to clipboard

Challenge: Large pre-trained language models (PLMs) have demonstrated superior performance in industrial applications.
Approach: They propose a framework that re-uses existing parameter-efficient methods with a unified classifier.
Outcome: The proposed framework improves the efficiency of existing parameter-efficient methods with a unified classifier.
Parameter-Efficient Fine-Tuning without Introducing New Latency (2023.acl-long)

Copied to clipboard

Challenge: Parameter-efficient fine-tuning of pre-trained language models has been demonstrated to be effective, but its inherent characteristics limit its performance.
Approach: They propose to generate a sparse mask in a task-agnostic manner by modifying only a small subset of existing parameters and adding new parameters.
Outcome: The proposed method surpasses existing methods on the GLUE benchmark by a significant margin.
Selective Prefix Tuning for Pre-trained Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods for fine-tuning pre-trained models are time-consuming and memory-inefficient.
Approach: They propose a method that inserts learnable vectors into each Transformer layer . they propose SL to encourage diversity in prefix tokens .
Outcome: Extensive experiments validate the effectiveness of Prefix Tuning in sentence and token classification tasks.
Empowering parameter-efficient transfer learning by recognizing the kernel structure in self-attention (2022.findings-naacl)

Copied to clipboard

Challenge: Existing methods to fine-tune pre-trained language models are parameter efficient . fine- tuning the models requires multiple copies of the parameters, which is inefficient.
Approach: They propose to use kernel-based adapters to tune only a few parameters while freezing the rest of the parameters.
Outcome: The proposed methods achieve or improve strong performance over a diverse set of natural language generation and understanding tasks.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations