paper-with-me

Papers

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, Bosheng Ding, Liying Cheng, Jia-Wei Low, Lidong Bing, Luo Si

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 learning on a downstream task. As such, it adds only a few trainable parameters per new task, allowing a high degree of parameter sharing. Prior studies have shown that adapter-based tuning often achieves comparable results to fine-tuning. However, existing work only focuses on the parameter-efficient aspect of adapter-based tuning while lacking further investigation on its effectiveness. In this paper, we study the latter. We first show that adapter-based tuning better mitigates forgetting issues than fine-tuning since it yields representations with less deviation from those generated by the initial PrLM. We then empirically compare the two tuning methods on several downstream NLP tasks and settings. We demonstrate that 1) adapter-based tuning outperforms fine-tuning on low-resource and cross-lingual tasks; 2) it is more robust to overfitting and less sensitive to changes in learning rates.

📄 PDF Abstract BibTeX arXiv:2106.03164

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Pear: Pruning and Sharing Adapters in Visual Parameter-Efficient Fine-Tuning

2024-09-29 · Yibo Zhong, Yao Zhou

Adapters have been widely explored to alleviate computational and storage costs when fine-tuning pretrained foundation models. However, the adapter itself can exhibit redundancy, leading to unnecessary storage overhead a…

parameter-efficient fine-tuning

TAIL: Task-specific Adapters for Imitation Learning with Large Pretrained Models

2023-10-09 · Zuxin Liu, Jesse Zhang, Kavosh Asadi, Yao Liu 외

The full potential of large pretrained models remains largely untapped in control domains like robotics. This is mainly because of the scarcity of data and the computational challenges associated with training or fine-tu…

Continual LearningDecision MakingImitation Learningparameter-efficient fine-tuning

Parameter-Efficient Adapter Tuning for Tabular-Image Multimodal Learning

2026-06-10 · Jiaqi Luo arxiv

Tabular-image multimodal learning aims to improve predictive modeling by jointly using structured tabular attributes and visual data. Although pretrained encoders provide strong modality-specific representations, full fi…

Efficient Continual Adaptation of Pretrained Robotic Policy with Online Meta-Learned Adapters

2025-03-24 · Ruiqi Zhu, Endong Sun, Guanhe Huang, Oya Celiktutan

Continual adaptation is essential for general autonomous agents. For example, a household robot pretrained with a repertoire of skills must still adapt to unseen tasks specific to each household. Motivated by this, build…

Meta-Learningparameter-efficient fine-tuningTransfer Learning

Parameter-Efficient Sparse Retrievers and Rerankers using Adapters

2023-03-23 · Vaishali Pal, Carlos Lassance, Hervé Déjean, Stéphane Clinchant

Parameter-Efficient transfer learning with Adapters have been studied in Natural Language Processing (NLP) as an alternative to full fine-tuning. Adapters are memory-efficient and scale well with downstream tasks by trai…

Domain AdaptationInformation RetrievalLanguage ModellingRetrieval+1