A Factorial Study of Synthetic Data Generation for Low-Resource Machine Translation using Grammar Books

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

A new pipeline employs large language models to extract grammatical rules, example sentences, and lexicons directly from descriptive grammar books. This extracted information is then used to generate synthetic parallel corpora, specifically for fine-tuning machine translation models for endangered, low-resource languages. Unlike prior approaches that feed grammar content into prompts at inference time, this method focuses on data generation for model training. Validated across Kalamang (Papuan), Tuatschin (Romance), and Mandan (Siouan), the synthetic data fine-tuning improved over seed-data baselines in 75% of configurations for Kalamang and 59% for Tuatschin, achieving best-case ChrF++ gains of +8.8, +5.3, and +3.3 respectively. A systematic factorial study across 96 configurations identified optimal factor combinations for these gains.

Key takeaway

For NLP Engineers developing machine translation systems for severely under-resourced languages, this research offers a practical, data-centric approach. Instead of relying solely on limited parallel corpora or complex prompting at inference, you should explore using existing grammar books to generate synthetic training data. This method, validated with significant ChrF++ gains, provides a scalable path to build translation tools where traditional data is scarce. Consider the factorial study's insights on part-of-speech, retrieval granularity, and sample volume to optimize your synthetic data generation.

Key insights

Grammar books can be systematically converted into synthetic parallel data for low-resource machine translation fine-tuning.

Principles

Method

A pipeline uses LLMs to extract rules, examples, and lexicons from grammar books, then generates synthetic parallel corpora for machine translation model fine-tuning.

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 Computation and Language.