CLMay 6, 2023

Label-Free Multi-Domain Machine Translation with Stage-wise Training

arXiv:2305.03949v1
Originality Incremental advance
AI Analysis

This addresses the challenge of domain adaptation in machine translation for scenarios where domain labels are unavailable, offering a practical solution with incremental improvements over existing methods.

The authors tackled the problem of multi-domain machine translation without requiring domain-annotated data, proposing a label-free model with stage-wise training that significantly improved BLEU scores on six domains in German-to-English translation, outperforming most models trained with domain labels.

Most multi-domain machine translation models rely on domain-annotated data. Unfortunately, domain labels are usually unavailable in both training processes and real translation scenarios. In this work, we propose a label-free multi-domain machine translation model which requires only a few or no domain-annotated data in training and no domain labels in inference. Our model is composed of three parts: a backbone model, a domain discriminator taking responsibility to discriminate data from different domains, and a set of experts that transfer the decoded features from generic to specific. We design a stage-wise training strategy and train the three parts sequentially. To leverage the extra domain knowledge and improve the training stability, in the discriminator training stage, domain differences are modeled explicitly with clustering and distilled into the discriminator through a multi-classification task. Meanwhile, the Gumbel-Max sampling is adopted as the routing scheme in the expert training stage to achieve the balance of each expert in specialization and generalization. Experimental results on the German-to-English translation task show that our model significantly improves BLEU scores on six different domains and even outperforms most of the models trained with domain-annotated data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes