Adaptable Adapters (2022.naacl-main)

Copied to clipboard

Challenge: Existing work uses the same adapter architecture for every dataset regardless of the properties of the dataset or the amount of training data.
Approach: They propose to use adaptable adapters to finetune lightweight neural network layers on top of pretrained weights.
Outcome: The proposed adapters achieve on-par performances with the standard adapter architecture while using a considerably smaller number of adapter layers.

Similar Papers

Adapters: A Unified Library for Parameter-Efficient and Modular Transfer Learning (2023.emnlp-demo)

Copied to clipboard

Challenge: Adapters is an open-source library that unifies parameter-efficient and modular transfer learning in large language models.
Approach: They propose to integrate 10 different methods into a unified interface for parameter-efficient and modular transfer learning in large language models.
Outcome: The proposed library is able to perform on multiple NLP tasks and is open-source.
On the Effectiveness of Adapter-based Tuning for Pretrained Language Model Adaptation (2021.acl-long)

Copied to clipboard

Challenge: Existing studies have shown that adapter-based tuning is more parameter-efficient than fine-tuning.
Approach: They propose to add adapter modules to a pretrained language model and update the parameters of adapter module when learning on a downstream task.
Outcome: The proposed method outperforms fine-tuning on low-resource and cross-lingual tasks and settings.
AdapterBias: Parameter-efficient Token-dependent Representation Shift for Adapters in NLP Tasks (2022.findings-naacl)

Copied to clipboard

Challenge: Existing approaches to train transformers with millions of parameters require large storage.
Approach: They propose a transformer-based adapter architecture that 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.
Outcome: The proposed model significantly reduces trainable parameters with minimal performance loss compared to fine-tuned models.
AdapterHub Playground: Simple and Flexible Few-Shot Learning with Adapters (2022.acl-demo)

Copied to clipboard

Challenge: AdapterHub Playground is an open-access tool for researchers to use pretrained language models without writing a single line of code.
Approach: They propose a tool which allows researchers to leverage pretrained models without writing a single line of code for a variety of NLP tasks.
Outcome: The proposed model can be used for prediction, training and analysis of textual data without writing a single line of code.
Efficient Active Learning with Adapters (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies show that distilled versions of pretrained models are not always available.
Approach: They propose to use distilled versions of successor models as acquisition models to reduce the training cost of the model.
Outcome: The proposed approach reduces the training cost of the model and does not cause the acquisition-successor mismatch (ASM) problem.
Robust Transfer Learning with Pretrained Language Models through Adapters (2021.acl-short)

Copied to clipboard

Challenge: Existing approaches to transfer learning with pretrained transformer-based language models are not robust and can be adversarial.
Approach: They propose a simple yet effective adapter-based approach to fine-tune language models on downstream tasks.
Outcome: The proposed approach improves stability and adversarial robustness in transfer learning to various downstream tasks.
AdapterHub: A Framework for Adapting Transformers (2020.emnlp-demos)

Copied to clipboard

Challenge: AdapterHub framework enables dynamic “stiching-in” of pre-trained adapters for different tasks and languages.
Approach: They propose a framework that allows dynamic "stiching-in" of pre-trained adapters for different tasks and languages.
Outcome: The proposed framework allows dynamic “stiching-in” of pre-trained adapters for different tasks and languages.
SparseAdapter: An Easy Approach for Improving the Parameter-Efficiency of Adapters (2022.findings-emnlp)

Copied to clipboard

Challenge: Pretrain-finetuned models are increasingly complex and require more parameters to match the performance of full fine-tuning.
Approach: They propose an efficient Adapter Tuning technique that freezes pretrained language models and fine-tunes a few extra modules.
Outcome: The proposed setting outperforms the standard Adapter Tuning by 80% . the proposed setting is easy to use and has a high sparse ratio .
Advancing Vision-Language Models with Adapter Ensemble Strategies (2024.findings-emnlp)

Copied to clipboard

Challenge: CLIP revolutes vision-language pretraining by using contrastive learning on paired web data.
Approach: They propose to combine a "adapter ensemble" with traditional machine learning techniques to augment large-scale pretrained vision-language models.
Outcome: The proposed model outperforms baselines and derives improvement when the number of ensemble parameters increases.
Lightweight Adapter Tuning for Multilingual Speech Translation (2021.acl-short)

Copied to clipboard

Challenge: Adapter tuning is an efficient alternative to fine-tuning in NLP . a multilingual model could be outperformed by its bilingual counterparts .
Approach: They propose to use adapter tuning to optimize for multilingual speech translation . they use pre-trained models to freeze pre-train parameters and inject lightweight modules .
Outcome: The proposed adapters can specialize to specific language pairs with low extra cost . the proposed models outperform bilingual models on high-resource language pairs .

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations