English

AdapterBias: Parameter-efficient Token-dependent Representation Shift for Adapters in NLP Tasks

Computation and Language 2023-01-31 v4

Abstract

Transformer-based pre-trained models with millions of parameters require large storage. Recent approaches tackle this shortcoming by training adapters, but these approaches still require a relatively large number of parameters. In this study, AdapterBias, a surprisingly simple yet effective adapter architecture, is proposed. AdapterBias adds a token-dependent shift to the hidden output of transformer layers to adapt to downstream tasks with only a vector and a linear layer. Extensive experiments are conducted to demonstrate the effectiveness of AdapterBias. The experiments show that our proposed method can dramatically reduce the trainable parameters compared to the previous works with a minimal decrease in task performances compared with fine-tuned pre-trained models. We further find that AdapterBias automatically learns to assign more significant representation shifts to the tokens related to the task in consideration.

Keywords

Cite

@article{arxiv.2205.00305,
  title  = {AdapterBias: Parameter-efficient Token-dependent Representation Shift for Adapters in NLP Tasks},
  author = {Chin-Lun Fu and Zih-Ching Chen and Yun-Ru Lee and Hung-yi Lee},
  journal= {arXiv preprint arXiv:2205.00305},
  year   = {2023}
}

Comments

Findings of NAACL 2022

R2 v1 2026-06-24T11:03:33.555Z