Keywords: natural language processing, ensemble, knowledge distillation
TL;DR: We propose an inference-based ensemble approach with bi-level beam search (EBBS) for zero-shot machine translation.
Abstract: The ability of zero-shot translation emerges when we train a multilingual model with certain translation directions; the model can then directly translate in unseen directions. Alternatively, zero-shot translation can be accomplished by pivoting through a third language (e.g., English). In our work, we observe that both direct and pivot translations are noisy and achieve less satisfactory performance. We propose EBBS, an ensemble method with a novel bi-level beam search algorithm, where each ensemble component explores its own prediction step by step at the lower level but all components are synchronized by a "soft voting" mechanism at the upper level. Results on two popular multilingual translation datasets show that EBBS consistently outperforms direct and pivot translations, as well as existing ensemble techniques. Further, we can distill the ensemble's knowledge back to the multilingual model to improve inference efficiency;
profoundly, our EBBS-distilled model can even outperform EBBS as it learns from the ensemble knowledge.
Submission Number: 26
Loading