SOTAVerified

IDANI: Inference-time Domain Adaptation via Neuron-level Interventions

2022-06-01DeepLo 2022Code Available0· sign in to hype

Omer Antverg, Eyal Ben-David, Yonatan Belinkov

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Large pre-trained models are usually fine-tuned on downstream task data, and tested on unseen data. When the train and test data come from different domains, the model is likely to struggle, as it is not adapted to the test domain. We propose a new approach for domain adaptation (DA), using neuron-level interventions: We modify the representation of each test example in specific neurons, resulting in a counterfactual example from the source domain, which the model is more familiar with. The modified example is then fed back into the model. While most other DA methods are applied during training time, ours is applied during inference only, making it more efficient and applicable. Our experiments show that our method improves performance on unseen domains.

Tasks

Reproductions