Low-Resource Methods for Hawaiian Machine Translation

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, short

Summary

Nolan Brophy and Winston Wu investigated low-resource machine translation for ʻŌlelo Hawaiʻi (Hawaiian), a critically endangered Polynesian language, in their 2026 paper. They compiled a corpus of publicly available Hawaiian-English bitext and evaluated neural sequence-to-sequence models and large language models. To combat data scarcity, the researchers employed backtranslation, multilingual training with parallel corpora from related languages, and dictionary entries. Experiments revealed that multilingual training substantially improved model performance, particularly when incorporating bitext from other Polynesian languages. Notably, fine-tuned large language models failed to surpass mBART, indicating that smaller, simpler models remain effective for low-resource machine translation tasks.

Key takeaway

For NLP engineers developing machine translation systems for endangered or low-resource languages, you should prioritize multilingual training, especially by incorporating parallel corpora from related languages. Your efforts might yield better results with established models like mBART rather than fine-tuning large language models, which did not outperform simpler alternatives in this context. Consider data augmentation techniques like backtranslation and dictionary integration to address data scarcity effectively.

Key insights

Multilingual training and simpler models like mBART are effective for low-resource machine translation of endangered languages.

Principles

Method

Researchers compiled Hawaiian-English bitext, applied backtranslation, multilingual training with related Polynesian languages, and dictionary entries to neural sequence-to-sequence models and LLMs.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.