paper-with-me

Papers

TADA: Efficient Task-Agnostic Domain Adaptation for Transformers

2023-05-22 · Chia-Chien Hung, Lukas Lange, Jannik Strötgen

Intermediate training of pre-trained transformer-based language models on domain-specific data leads to substantial gains for downstream tasks. To increase efficiency and prevent catastrophic forgetting alleviated from full domain-adaptive pre-training, approaches such as adapters have been developed. However, these require additional parameters for each layer, and are criticized for their limited expressiveness. In this work, we introduce TADA, a novel task-agnostic domain adaptation method which is modular, parameter-efficient, and thus, data-efficient. Within TADA, we retrain the embeddings to learn domain-aware input representations and tokenizers for the transformer encoder, while freezing all other parameters of the model. Then, task-specific fine-tuning is performed. We further conduct experiments with meta-embeddings and newly introduced meta-tokenizers, resulting in one model per task in multi-domain use cases. Our broad evaluation in 4 downstream tasks for 14 domains across single- and multi-domain setups and high- and low-resource scenarios reveals that TADA is an effective and efficient alternative to full domain-adaptive pre-training and adapters for domain adaptation, while not introducing additional parameters or complex training steps.

📄 PDF Abstract BibTeX arXiv:2305.12717

Code (1)

boschresearch/tada 공식 구현 pytorch

Tasks

Domain Adaptation

Similar Papers 제목 키워드 기반

Feature-Weighted MMD-CORAL for Domain Adaptation in Power Transformer Fault Diagnosis

2025-05-20 · Hootan Mahmoodiyan, Maryam Ahang, Mostafa Abbasi, Homayoun Najjaran

Ensuring the reliable operation of power transformers is critical to grid stability. Dissolved Gas Analysis (DGA) is widely used for fault diagnosis, but traditional methods rely on heuristic rules, which may lead to inc…

DiagnosticDomain AdaptationFault Diagnosis

TridentAdapt: Learning Domain-invariance via Source-Target Confrontation and Self-induced Cross-domain Augmentation

2021-11-30 · Fengyi Shen, Akhil Gurram, Ahmet Faruk Tuna, Onay Urfalioglu 외

Due to the difficulty of obtaining ground-truth labels, learning from virtual-world datasets is of great interest for real-world applications like semantic segmentation. From domain adaptation perspective, the key challe…

Data AugmentationDomain AdaptationSemantic SegmentationSynthetic-to-Real Translation

Who Needs Labels? Adapting Vision Foundation Models With the Metadata You Already Have

2026-06-03 · Elouan Gardès, Seung Eun Yi, Kartik Ahuja, Théo Moutakanni 외 arxiv

We propose a label-free approach to adapt powerful but generic vision foundation models to specialized scientific domains. Standard supervised fine-tuning is often ill-suited to these settings: labels are scarce, and tas…

Unsupervised Domain Adaptation

TADA: Task-Agnostic Dialect Adapters for English

2023-05-26 · Will Held, Caleb Ziems, Diyi Yang

Large Language Models, the dominant starting point for Natural Language Processing (NLP) applications, fail at a higher rate for speakers of English dialects other than Standard American English (SAE). Prior work address…

Data Augmentation

Improving Automated Program Repair with Domain Adaptation

2022-12-21 · Armin Zirak, Hadi Hemati

Automated Program Repair (APR) is defined as the process of fixing a bug/defect in the source code, by an automated tool. APR tools have recently experienced promising results by leveraging state-of-the-art Neural Langua…

Domain AdaptationProgram RepairZero-Shot Learning