CLAILGMay 7, 2023

Leveraging Synthetic Targets for Machine Translation

arXiv:2305.06155v1224 citations
Originality Incremental advance
AI Analysis

This addresses the problem of data scarcity for machine translation practitioners, offering a potentially more efficient training method, though it appears incremental as it builds on existing synthetic data techniques.

The paper tackles training machine translation models in limited-resource settings by using synthetic target data from a pre-trained model, showing that this approach consistently outperforms training on ground-truth data across various benchmarks, with the performance gap increasing as resources become more constrained.

In this work, we provide a recipe for training machine translation models in a limited resource setting by leveraging synthetic target data generated using a large pre-trained model. We show that consistently across different benchmarks in bilingual, multilingual, and speech translation setups, training models on synthetic targets outperforms training on the actual ground-truth data. This performance gap grows bigger with increasing limits on the amount of available resources in the form of the size of the dataset and the number of parameters in the model. We also provide preliminary analysis into whether this boost in performance is linked to ease of optimization or more deterministic nature of the predictions, and whether this paradigm leads to better out-of-distribution performance across different testing domains.

Foundations

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

Your Notes