paper-with-me

Papers

UDApter -- Efficient Domain Adaptation Using Adapters

2023-02-07 · Bhavitvya Malik, Abhinav Ramesh Kashyap, Min-Yen Kan, Soujanya Poria

We propose two methods to make unsupervised domain adaptation (UDA) more parameter efficient using adapters, small bottleneck layers interspersed with every layer of the large-scale pre-trained language model (PLM). The first method deconstructs UDA into a two-step process: first by adding a domain adapter to learn domain-invariant information and then by adding a task adapter that uses domain-invariant information to learn task representations in the source domain. The second method jointly learns a supervised classifier while reducing the divergence measure. Compared to strong baselines, our simple methods perform well in natural language inference (MNLI) and the cross-domain sentiment classification task. We even outperform unsupervised domain adaptation methods such as DANN and DSN in sentiment classification, and we are within 0.85% F1 for natural language inference task, by fine-tuning only a fraction of the full model parameters. We release our code at https://github.com/declare-lab/domadapter

📄 PDF Abstract BibTeX arXiv:2302.03194

Code (1)

declare-lab/domadapter 공식 구현 pytorch

Tasks

Domain AdaptationLanguage ModelingLanguage ModellingNatural Language InferenceSentiment AnalysisSentiment ClassificationUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

UDapter: Language Adaptation for Truly Universal Dependency Parsing

2020-04-29 · EMNLP 2020 11 · Ahmet Üstün, Arianna Bisazza, Gosse Bouma, Gertjan van Noord

Recent advances in multilingual dependency parsing have brought the idea of a truly universal parser closer to reality. However, cross-language interference and restrained model capacity remain major obstacles. To addres…

Dependency ParsingTransfer Learning

UDapter: Typology-based Language Adapters for Multilingual Dependency Parsing and Sequence Labeling

2022-09-01 · CL (ACL) 2022 9 · Ahmet Üstün, Arianna Bisazza, Gosse Bouma, Gertjan van Noord

Recent advances in multilingual language modeling have brought the idea of a truly universal parser closer to reality. However, such models are still not immune to the “curse of multilinguality”: Cross-language interfere…

Dependency ParsingLanguage ModelingLanguage ModellingMorphological Tagging+3

MixedPEFT: Combining Multiple PEFT Methods with Mixed Objectives for Unsupervised Domain Adaptation

2026-06-20 · Mohammed Rawhani, Dervis Karaboga, Ozkan Ufuk Nalbantoglu, Alper Basturk 외 arxiv

Pre-trained language models struggle when applied to new domains, as full fine-tuning is computationally expensive and prone to catastrophic forgetting. This study addresses this challenge by presenting a novel parameter…

Unsupervised Domain AdaptationNatural Language Inference

Multilingual Domain Adaptation for NMT: Decoupling Language and Domain Information with Adapters

2021-05-16 · ACL ARR May 2021 5 · Anonymous

Adapter layers are lightweight, learnable units inserted between transformer layers. Recent work explores using such layers for neural machine translation (NMT), to adapt pre-trained models to new domains or language pai…

Cross-Lingual TransferDomain AdaptationMachine TranslationNMT+1

EigenLoRAx: Recycling Adapters to Find Principal Subspaces for Resource-Efficient Adaptation and Inference

2025-02-07 · Prakhar Kaushik, Ankit Vaidya, Shravan Chaudhari, Alan Yuille

The rapid growth of large models has raised concerns about their environmental impact and equity in accessibility due to significant computational costs. Low-Rank Adapters (LoRA) offer a lightweight solution for finetuni…