CLMar 25, 2022

Single Model Ensemble for Subword Regularized Models in Low-Resource Machine Translation

arXiv:2203.13528v1639 citationsh-index: 32
Originality Incremental advance
AI Analysis

This addresses the inference inefficiency in subword regularization for low-resource machine translation, though it is incremental as it builds on existing training methods.

The paper tackled the discrepancy between using multiple subword segmentations during training but only one during inference in low-resource machine translation, proposing a single model ensemble strategy that approximates marginalized likelihood with multiple segmentations, which improved performance without extra training cost.

Subword regularizations use multiple subword segmentations during training to improve the robustness of neural machine translation models. In previous subword regularizations, we use multiple segmentations in the training process but use only one segmentation in the inference. In this study, we propose an inference strategy to address this discrepancy. The proposed strategy approximates the marginalized likelihood by using multiple segmentations including the most plausible segmentation and several sampled segmentations. Because the proposed strategy aggregates predictions from several segmentations, we can regard it as a single model ensemble that does not require any additional cost for training. Experimental results show that the proposed strategy improves the performance of models trained with subword regularization in low-resource machine translation tasks.

Foundations

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

Your Notes