paper-with-me

홈 › Papers

Parameter-Efficient Fine-Tuning With Adapters

2024-05-09 · Keyu Chen, Yuan Pang, Zi Yang

In the arena of language model fine-tuning, the traditional approaches, such as Domain-Adaptive Pretraining (DAPT) and Task-Adaptive Pretraining (TAPT), although effective, but computational intensive. This research introduces a novel adaptation method utilizing the UniPELT framework as a base and added a PromptTuning Layer, which significantly reduces the number of trainable parameters while maintaining competitive performance across various benchmarks. Our method employs adapters, which enable efficient transfer of pretrained models to new tasks with minimal retraining of the base model parameters. We evaluate our approach using three diverse datasets: the GLUE benchmark, a domain-specific dataset comprising four distinct areas, and the Stanford Question Answering Dataset 1.1 (SQuAD). Our results demonstrate that our customized adapter-based method achieves performance comparable to full model fine-tuning, DAPT+TAPT and UniPELT strategies while requiring fewer or equivalent amount of parameters. This parameter efficiency not only alleviates the computational burden but also expedites the adaptation process. The study underlines the potential of adapters in achieving high performance with significantly reduced resource consumption, suggesting a promising direction for future research in parameter-efficient fine-tuning.

📄 PDF Abstract BibTeX arXiv:2405.05493

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modellingparameter-efficient fine-tuningQuestion Answering

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Meta-Adapters: Parameter Efficient Few-shot Fine-tuning through Meta-Learning

2022-09-19 · Proceedings of the First International Conference on Automated Machine Learning 2022 9 · Trapit Bansal, Salaheddin Alzubi, Tong Wang, Jay-Yoon Lee 외

Consistent improvements in the representational capacity of large pre-trained transformers has made it increasingly viable to serve these models as shared priors that can be fine-tuned on a large number of downstream tas…

Few-Shot LearningMeta-Learningparameter-efficient fine-tuningTransfer Learning

FLoRA: Fused forward-backward adapters for parameter efficient fine-tuning and reducing inference-time latencies of LLMs

2025-10-28 · Dhananjaya Gowda, Seoha Song, Junhyun Lee, Harshith Goka arxiv

As the large language models (LLMs) grow in size each day, efficient training and fine-tuning has never been as important as nowadays. This resulted in the great interest in parameter efficient fine-tuning (PEFT), and ef…

parameter-efficient fine-tuning

Structured Pruning Adapters

2022-11-17 · Lukas Hedegaard, Aman Alok, Juby Jose, Alexandros Iosifidis

Adapters are a parameter-efficient alternative to fine-tuning, which augment a frozen base network to learn new tasks. Yet, the inference of the adapted model is often slower than the corresponding fine-tuned model. To i…

Single Particle Analysis

A Comprehensive Analysis of Adapter Efficiency

2023-05-12 · Nandini Mundra, Sumanth Doddapaneni, Raj Dabre, Anoop Kunchukuttan 외

Adapters have been positioned as a parameter-efficient fine-tuning (PEFT) approach, whereby a minimal number of parameters are added to the model and fine-tuned. However, adapters have not been sufficiently analyzed to u…

Natural Language Understandingparameter-efficient fine-tuning

ELP-Adapters: Parameter Efficient Adapter Tuning for Various Speech Processing Tasks

2024-07-28 · Nakamasa Inoue, Shinta Otake, Takumi Hirose, Masanari Ohi 외

Self-supervised learning has emerged as a key approach for learning generic representations from speech data. Despite promising results in downstream tasks such as speech recognition, speaker verification, and emotion re…

Emotion Recognitionparameter-efficient fine-tuningSelf-Supervised LearningSpeaker Verification+2