paper-with-me

홈 › Papers

Adaptable Adapters

2022-05-03 · NAACL 2022 7 · Nafise Sadat Moosavi, Quentin Delfosse, Kristian Kersting, Iryna Gurevych

State-of-the-art pretrained NLP models contain a hundred million to trillion parameters. Adapters provide a parameter-efficient alternative for the full finetuning in which we can only finetune lightweight neural network layers on top of pretrained weights. Adapter layers are initialized randomly. However, existing work uses the same adapter architecture -- i.e., the same adapter layer on top of each layer of the pretrained model -- for every dataset, regardless of the properties of the dataset or the amount of available training data. In this work, we introduce adaptable adapters that contain (1) learning different activation functions for different layers and different input data, and (2) a learnable switch to select and only use the beneficial adapter layers. We show that adaptable adapters achieve on-par performances with the standard adapter architecture while using a considerably smaller number of adapter layers. In addition, we show that the selected adapter architecture by adaptable adapters transfers well across different data settings and similar tasks. We propose to use adaptable adapters for designing efficient and effective adapter architectures. The resulting adapters (a) contain about 50% of the learning parameters of the standard adapter and are therefore more efficient at training and inference, and require less storage space, and (b) achieve considerably higher performances in low-data settings.

📄 PDF Abstract BibTeX arXiv:2205.01549

Code (1)

ukplab/adaptable-adapters 공식 구현 jax

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Adaptable Adapters

2022-01-16 · ACL ARR January 2022 1 · Anonymous

State-of-the-art pretrained NLP models contain a hundred million to trillion parameters. Adapters provide a parameter-efficient alternative for the full finetuning in which we can only finetune lightweight neural network…

Towards Modular LLMs by Building and Reusing a Library of LoRAs

2024-05-18 · Oleksiy Ostapenko, Zhan Su, Edoardo Maria Ponti, Laurent Charlin 외

The growing number of parameter-efficient adaptations of a base large language model (LLM) calls for studying whether we can reuse such trained adapters to improve performance for new tasks. We study how to best build a …

Language ModelingLanguage ModellingLarge Language Model

Adaptable Multi-Domain Language Model for Transformer ASR

2020-08-14 · Taewoo Lee, Min-Joong Lee, Tae Gyoon Kang, Seokyeoung Jung 외

We propose an adapter based multi-domain Transformer based language model (LM) for Transformer ASR. The model consists of a big size common LM and small size adapters. The model can perform multi-domain adaptation with o…

Domain AdaptationLanguage ModelingLanguage Modellingmodel

A Study of Residual Adapters for Multi-Domain Neural Machine Translation

2020-11-01 · WMT (EMNLP) 2020 11 · Minh Quang Pham, Josep Maria Crego, François Yvon, Jean Senellart

Domain adaptation is an old and vexing problem for machine translation systems. The most common approach and successful to supervised adaptation is to fine-tune a baseline system with in-domain parallel data. Standard fi…

Domain AdaptationMachine TranslationTranslation

FLoRA: Federated Fine-Tuning Large Language Models with Heterogeneous Low-Rank Adaptations

2024-09-09 · Ziyao Wang, Zheyu Shen, Yexiao He, Guoheng Sun 외

The rapid development of Large Language Models (LLMs) has been pivotal in advancing AI, with pre-trained LLMs being adaptable to diverse downstream tasks through fine-tuning. Federated learning (FL) further enhances fine…

Federated LearningPrivacy Preserving