Evaluating Frontier LLM Translation Capability for Lakota

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

Summary

Seven large language models, including four proprietary and three open-weight, were evaluated for bidirectional Lakota–English translation using 200 sentence pairs from the New Lakota Dictionary. Each model was tested with and without extended reasoning. Gemini 3.1 Pro performed best, achieving a mean chrF++ of 59.4 for Lakota→English and 42.6 for English→Lakota. Open-weight models lagged behind proprietary leaders, and no model delivered reliable translation. Independent LLM judges found semantic equivalence ranging from 6% (GPT-5.2) to 60% (Gemini), showing a substantial divergence from chrF++ scores. For open-weight models, reasoning primarily changed refusal behavior rather than improving translation quality. Diacritic analysis revealed models produce correct base characters but inconsistent diacritical marks. All results and evaluation code are publicly available.

Key takeaway

For NLP Engineers developing translation systems for low-resource languages like Lakota, you should recognize that even frontier LLMs like Gemini 3.1 Pro do not provide reliable translation. Relying solely on automated metrics like chrF++ is insufficient; incorporate independent semantic evaluation, potentially using LLM judges, to accurately assess quality and identify diacritic inconsistencies. Your development efforts should prioritize robust handling of diacritics and comprehensive human-like evaluation.

Key insights

Frontier LLMs struggle with reliable bidirectional Lakota-English translation, even with advanced reasoning.

Principles

Method

Evaluated seven LLMs on 200 Lakota-English sentence pairs using chrF++ and independent LLM judges (Cohen's κ=0.75) for semantic equivalence.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, NLP Engineer, AI Student

Related on AIssential

Open in AIssential →

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