paper-with-me

홈 › Papers

Parameter-Efficient Fine-Tuning Methods for Pretrained Language Models: A Critical Review and Assessment

2023-12-19 · Lingling Xu, Haoran Xie, Si-Zhao Joe Qin, Xiaohui Tao, Fu Lee Wang

With the continuous growth in the number of parameters of transformer-based pretrained language models (PLMs), particularly the emergence of large language models (LLMs) with billions of parameters, many natural language processing (NLP) tasks have demonstrated remarkable success. However, the enormous size and computational demands of these models pose significant challenges for adapting them to specific downstream tasks, especially in environments with limited computational resources. Parameter Efficient Fine-Tuning (PEFT) offers an effective solution by reducing the number of fine-tuning parameters and memory usage while achieving comparable performance to full fine-tuning. The demands for fine-tuning PLMs, especially LLMs, have led to a surge in the development of PEFT methods, as depicted in Fig. 1. In this paper, we present a comprehensive and systematic review of PEFT methods for PLMs. We summarize these PEFT methods, discuss their applications, and outline future directions. Furthermore, we conduct experiments using several representative PEFT methods to better understand their effectiveness in parameter efficiency and memory efficiency. By offering insights into the latest advancements and practical applications, this survey serves as an invaluable resource for researchers and practitioners seeking to navigate the challenges and opportunities presented by PEFT in the context of PLMs.

📄 PDF Abstract BibTeX arXiv:2312.12148

Code (0)

등록된 구현이 없습니다.

Tasks

Navigateparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Low-rank Attention Side-Tuning for Parameter-Efficient Fine-Tuning

2024-02-06 · Ningyuan Tang, Minghao Fu, Ke Zhu, Jianxin Wu

In finetuning a large pretrained model to downstream tasks, parameter-efficient fine-tuning (PEFT) methods can effectively finetune pretrained models with few trainable parameters, but suffer from high GPU memory consump…

GPUparameter-efficient fine-tuning

Compacter: Efficient Low-Rank Hypercomplex Adapter Layers

2021-06-08 · NeurIPS 2021 12 · Rabeeh Karimi Mahabadi, James Henderson, Sebastian Ruder

Adapting large-scale pretrained language models to downstream tasks via fine-tuning is the standard method for achieving state-of-the-art performance on NLP benchmarks. However, fine-tuning all weights of models with mil…

parameter-efficient fine-tuning

Know Where You're Going: Meta-Learning for Parameter-Efficient Fine-Tuning

2022-05-25 · Mozhdeh Gheini, Xuezhe Ma, Jonathan May

A recent family of techniques, dubbed lightweight fine-tuning methods, facilitates parameter-efficient transfer learning by updating only a small set of additional parameters while keeping the parameters of the pretraine…

Cross-Lingual NERLanguage ModelingLanguage ModellingMeta-Learning+3

Raise a Child in Large Language Model: Towards Effective and Generalizable Fine-tuning

2021-09-13 · EMNLP 2021 11 · Runxin Xu, Fuli Luo, Zhiyuan Zhang, Chuanqi Tan 외

Recent pretrained language models extend from millions to billions of parameters. Thus the need to fine-tune an extremely large pretrained model with a limited training corpus arises in various downstream tasks. In this …

Language ModelingLanguage ModellingLarge Language Model

On the Effectiveness of Adapter-based Tuning for Pretrained Language Model Adaptation

2021-06-06 · ACL 2021 5 · Ruidan He, Linlin Liu, Hai Ye, Qingyu Tan 외

Adapter-based tuning has recently arisen as an alternative to fine-tuning. It works by adding light-weight adapter modules to a pretrained language model (PrLM) and only updating the parameters of adapter modules when le…

Language ModelingLanguage Modelling