CLJun 2, 2025

Read it in Two Steps: Translating Extremely Low-Resource Languages with Code-Augmented Grammar Books

Peking U
arXiv:2506.01796v15 citationsh-index: 10ACL
Originality Incremental advance
AI Analysis

This work addresses translation challenges for extremely low-resource languages, offering an incremental improvement by enhancing grammar-based methods with code representations.

The paper tackles the problem of translating extremely low-resource languages by investigating the use of grammar books, identifying rule retrieval as a bottleneck and proposing code-augmented grammar rules to improve translation, resulting in a 13.1% BLEU score improvement.

While large language models (LLMs) have shown promise in translating extremely low-resource languages using resources like dictionaries, the effectiveness of grammar books remains debated. This paper investigates the role of grammar books in translating extremely low-resource languages by decomposing it into two key steps: grammar rule retrieval and application. To facilitate the study, we introduce ZhuangRules, a modularized dataset of grammar rules and their corresponding test sentences. Our analysis reveals that rule retrieval constitutes a primary bottleneck in grammar-based translation. Moreover, although LLMs can apply simple rules for translation when explicitly provided, they encounter difficulties in handling more complex rules. To address these challenges, we propose representing grammar rules as code functions, considering their similarities in structure and the benefit of code in facilitating LLM reasoning. Our experiments show that using code rules significantly boosts both rule retrieval and application, ultimately resulting in a 13.1% BLEU improvement in translation.

Foundations

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

Your Notes