Investigating the potential of Sparse Mixtures-of-Experts for multi-domain neural machine translation
Nadezhda Chirkova, Vassilina Nikoulina, Jean-Luc Meunier, Alexandre, B\'erard

TL;DR
This paper evaluates Sparse Mixture-of-Experts models for multi-domain neural machine translation, finding that simple width scaling of Transformers can be more effective and efficient than SMoE, with techniques like domain randomization enhancing robustness.
Contribution
The study compares SMoE models with width-scaled Transformers for multi-domain NMT, revealing simpler scaling approaches can match SMoE performance and proposing domain randomization for improved robustness.
Findings
Width scaling of Transformer matches SMoE performance.
Simple techniques like domain randomization improve robustness.
SMoE models are not necessarily more efficient than width-scaled Transformers.
Abstract
We focus on multi-domain Neural Machine Translation, with the goal of developing efficient models which can handle data from various domains seen during training and are robust to domains unseen during training. We hypothesize that Sparse Mixture-of-Experts (SMoE) models are a good fit for this task, as they enable efficient model scaling, which helps to accommodate a variety of multi-domain data, and allow flexible sharing of parameters between domains, potentially enabling knowledge transfer between similar domains and limiting negative transfer. We conduct a series of experiments aimed at validating the utility of SMoE for the multi-domain scenario, and find that a straightforward width scaling of Transformer is a simpler and surprisingly more efficient approach in practice, and reaches the same performance level as SMoE. We also search for a better recipe for robustness of…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Speech Recognition and Synthesis · Speech and dialogue systems
MethodsAttention Is All You Need · Linear Layer · Multi-Head Attention · Softmax · Layer Normalization · Focus · Byte Pair Encoding · Label Smoothing · Position-Wise Feed-Forward Layer · Adam
