TL;DR
This paper explores how large pretrained transformer models can be adapted for unsupervised multi-source domain adaptation, showing that mixture of experts improves performance while domain adversarial training has limited impact.
Contribution
It demonstrates the effectiveness of mixture of experts, including a novel attention-based method, for domain adaptation with large transformer models, and analyzes their robustness and prediction homogeneity.
Findings
Domain adversarial training has limited effect on transformer representations.
Mixture of experts significantly improves domain adaptation performance.
Transformer-based domain experts produce highly homogeneous predictions.
Abstract
In practical machine learning settings, the data on which a model must make predictions often come from a different distribution than the data it was trained on. Here, we investigate the problem of unsupervised multi-source domain adaptation, where a model is trained on labelled data from multiple source domains and must make predictions on a domain for which no labelled data has been seen. Prior work with CNNs and RNNs has demonstrated the benefit of mixture of experts, where the predictions of multiple domain expert classifiers are combined; as well as domain adversarial training, to induce a domain agnostic representation space. Inspired by this, we investigate how such methods can be effectively applied to large pretrained transformer models. We find that domain adversarial training has an effect on the learned representations of these models while having little effect on their…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
