CLApr 12, 2024

Investigating Neural Machine Translation for Low-Resource Languages: Using Bavarian as a Case Study

arXiv:2404.08259v181 citationsh-index: 8SIGUL
Originality Synthesis-oriented
AI Analysis

This work addresses translation challenges for low-resource languages like Bavarian, but it is incremental as it applies existing techniques to a new case study.

The paper tackled the problem of machine translation for low-resource languages by developing systems between German and Bavarian, using back-translation and transfer learning to improve performance, with back-translation leading to significant improvements as measured by BLEU, chrF, and TER metrics.

Machine Translation has made impressive progress in recent years offering close to human-level performance on many languages, but studies have primarily focused on high-resource languages with broad online presence and resources. With the help of growing Large Language Models, more and more low-resource languages achieve better results through the presence of other languages. However, studies have shown that not all low-resource languages can benefit from multilingual systems, especially those with insufficient training and evaluation data. In this paper, we revisit state-of-the-art Neural Machine Translation techniques to develop automatic translation systems between German and Bavarian. We investigate conditions of low-resource languages such as data scarcity and parameter sensitivity and focus on refined solutions that combat low-resource difficulties and creative solutions such as harnessing language similarity. Our experiment entails applying Back-translation and Transfer Learning to automatically generate more training data and achieve higher translation performance. We demonstrate noisiness in the data and present our approach to carry out text preprocessing extensively. Evaluation was conducted using combined metrics: BLEU, chrF and TER. Statistical significance results with Bonferroni correction show surprisingly high baseline systems, and that Back-translation leads to significant improvement. Furthermore, we present a qualitative analysis of translation errors and system limitations.

Code Implementations1 repo
Foundations

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

Your Notes