CLJul 29, 2025

Multi-Hypothesis Distillation of Multilingual Neural Translation Models for Low-Resource Languages

arXiv:2507.21568v2h-index: 8
Originality Incremental advance
AI Analysis

This addresses the challenge of improving translation quality and reducing bias for low-resource languages, though it is an incremental advancement over existing knowledge distillation methods.

The paper tackles the problem of knowledge distillation for multilingual neural translation models in low-resource languages by proposing Multi-Hypothesis Distillation (MHD), which uses multiple translations per source sentence instead of single beam search outputs. The result shows that while sampling methods slightly reduce translation quality compared to beam search, they increase variability and lexical richness, improving student model performance and reducing gender bias amplification.

This paper explores sequence-level knowledge distillation (KD) of multilingual pre-trained encoder-decoder translation models. We argue that the teacher model's output distribution holds valuable insights for the student, beyond the approximated mode obtained through beam search (the standard decoding method), and present Multi-Hypothesis Distillation (MHD), a sequence-level KD method that generates multiple translations for each source sentence. This provides a larger representation of the teacher model distribution and exposes the student model to a wider range of target-side prefixes. We leverage $n$-best lists from beam search to guide the student's learning and examine alternative decoding methods to address issues like low variability and the under-representation of infrequent tokens. For low-resource languages, our research shows that while sampling methods may slightly compromise translation quality compared to beam search based approaches, they enhance the generated corpora with greater variability and lexical richness. This ultimately improves student model performance and mitigates the gender bias amplification often associated with KD.

Foundations

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

Your Notes