What Resources Matter for Interlinear Glossing? Using LLMs and RAG for the Low-Resource Mapudungun Language

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, medium

Summary

Research by Anaís Almendra, Arianna Bisazza, Claudio Gutierrez, and Felipe Hasler, presented at AmericasNLP 2026, explores using Large Language Models (LLMs) and Retrieval-Augmented Generation (RAG) for automatic interlinear glossing of Mapudungun, an endangered language spoken in Chile and Argentina. Their study, utilizing the Gemini 2.5 Pro model, investigated how different information configurations impact performance. They compared integrating a formal grammar, a dictionary, a small annotated corpus, and a combination of these resources. The evaluation revealed that while dictionary integration significantly degraded performance, grounding the model with a structured corpus maximized accuracy. Notably, a small dataset of 589 meaning units proved sufficient to substantially improve the morphological tagging task, demonstrating the viability of minimally annotated corpora for documenting morphologically complex languages.

Key takeaway

For NLP Engineers or computational linguists working on endangered or low-resource languages, you should prioritize developing even small, structured annotated corpora over relying on dictionaries for interlinear glossing tasks. Your efforts in creating a dataset of around 589 meaning units can significantly improve morphological tagging accuracy with LLMs like Gemini 2.5 Pro, making language documentation more efficient. Avoid integrating raw dictionaries, as this may degrade model performance.

Key insights

Minimally annotated corpora, not dictionaries, significantly enhance LLM-based interlinear glossing for morphologically complex languages.

Principles

Method

The method involves configuring RAG with various linguistic resources (grammar, dictionary, corpus) to ground an LLM (Gemini 2.5 Pro) for automatic interlinear gloss generation.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Domain Expert

Related on AIssential

Open in AIssential →

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