Search papers, labs, and topics across Lattice.
This study addresses the challenges of neural machine translation (NMT) for low-resource Indigenous languages, specifically Q'eqchi' Mayan, by developing a data synthesis methodology that avoids web-scraping and instead utilizes community-sourced dictionaries to create a synthetic corpus. The authors employed Parameter-Efficient Fine-Tuning (PEFT) with LoRA adapters on an mT5-base model, achieving a BLEU score of 42.02 in structural acquisition, indicating effective learning of complex linguistic features. However, the model's performance revealed a significant structural-semantic gap when evaluated against organic glossaries, highlighting the need for authentic data to enhance semantic grounding and flexibility in translation outputs.
Synthetic data can bootstrap NMT models for low-resource languages, but without authentic inputs, they risk overfitting to rigid structures and losing semantic depth.
Neural machine translation for digitally low-resource Indigenous languages is often hindered by extreme data scarcity, prompting reliance on extractive web-scraping. To ensure data sovereignty, this study introduces a data synthesis methodology to bootstrap NMT models without scraping target-language parallel text. Focusing on Q'eqchi' Mayan, we transformed community-sourced dictionaries into a massive synthetic corpus, utilizing Parameter-Efficient Fine-Tuning (PEFT) via LoRA adapters on an mT5-base model. In-domain evaluation demonstrates high structural acquisition (BLEU 42.02), proving that synthetic constraints effectively teach complex agglutinative morphology and VOS word order. However, evaluation against an organic glossary reveals a structural-semantic gap (BLEU 0.59), where the model maintains grammatical integrity but lacks the lexical grounding of natural language. The model exhibits overfitting to the constrained structural variance of the synthetic templates; despite high semantic entropy in the pipeline, it struggles with the syntactic fluidity of natural language, forcing organic inputs into rigid learned patterns. Furthermore, an ablation study utilizing a Multi-Task Learning architecture resulted in negative transfer, suggesting that auxiliary tasks competed for limited parameter capacity within the LoRA adapters, causing over-optimization for synthetic markers at the expense of organic flexibility. Ultimately, we establish that synthetic bootstrapping is a highly effective structural primer, but requires authentic data for semantic refinement via Curriculum Learning.