CharSpan: Utilizing Lexical Similarity to Enable Zero-Shot Machine Translation for Extremely Low-resource Languages
Kaushal Kumar Maurya, Rahul Kejriwal, Maunendra Sankar Desarkar, Anoop Kunchukuttan
TL;DR
CharSpan tackles machine translation from extremely low-resource languages (ELRLs) to English by exploiting lexical similarity to related high-resource languages (HRLs). It introduces character-span noise augmentation (CharSpan) to regularize HRL training, enabling robust zero-shot cross-lingual transfer to ELRLs. Across six HRLs and twelve ELRLs in Indo-Aryan, Romance, and Malay-Polynesian families, CharSpan achieves state-of-the-art performance, with substantial chrF gains and improved linguistic quality in zero-shot generations. The approach requires no ELRL monolingual or parallel data and demonstrates strong generalization, though it assumes script similarity; future work includes applying CharSpan to other tasks, integrating with pre-trained models, and addressing English-to-ELRL MT.
Abstract
We address the task of machine translation (MT) from extremely low-resource language (ELRL) to English by leveraging cross-lingual transfer from 'closely-related' high-resource language (HRL). The development of an MT system for ELRL is challenging because these languages typically lack parallel corpora and monolingual corpora, and their representations are absent from large multilingual language models. Many ELRLs share lexical similarities with some HRLs, which presents a novel modeling opportunity. However, existing subword-based neural MT models do not explicitly harness this lexical similarity, as they only implicitly align HRL and ELRL latent embedding space. To overcome this limitation, we propose a novel, CharSpan, approach based on 'character-span noise augmentation' into the training data of HRL. This serves as a regularization technique, making the model more robust to 'lexical divergences' between the HRL and ELRL, thus facilitating effective cross-lingual transfer. Our method significantly outperformed strong baselines in zero-shot settings on closely related HRL and ELRL pairs from three diverse language families, emerging as the state-of-the-art model for ELRLs.
