REVIEW 3 major objections 6 minor 1 cited by
Is It Navajo? Accurate Language Detection in Endangered Athabaskan Languages
T0 review · 3 major / 6 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read A 100-tree random forest, trained on Navajo and the twenty languages Google's LangID incorrectly suggests for it, distinguishes Navajo from those languages with near-perfect accuracy (97–100%) and appears to recognize related Athabaskan…
desk verdict The Navajo-vs-20-languages classifier result is solid and reproducible, but the Athabaskan generalization claim is unsupported: the Apache table actually shows model collapse, not robustness. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the random forest classifier, a set of 100 decision trees whose individual votes are aggregated, applied to sentence-level text features encoded as 5,000-dimensional vectors. It does the work of separating Navajo from the twenty confusable languages using a modest, interpretable model, and it is the same model, without retraining, that is applied to the Apache generalization test. The candidate set itself matters: the twenty languages are not chosen for linguistic similarity but because Google's LangID returns them for Navajo input, so the classifier learns to reject exactly the confusions that a real user would encounter.
What would settle it
Take the released classifier and apply it to Navajo text that is not from the Leipzig corpus—for example, social media posts, chat messages, or transcribed interviews—and measure accuracy against human judgments; if accuracy falls well below the reported 97–100%, the generalization claim is false. Similarly, collecting a balanced sample of several hundred sentences from each of the four Apache languages and measuring per-language classification rates would settle whether the family-level robustness claim holds beyond the 107-sentence curated sample.
Extended reading notes
Core claim
The central claim is that language identification for an unsupported endangered language need not wait for large-scale multilingual models: a 100-tree random forest trained on 153,832 sentence samples, vectorized into 5,000 features, distinguishes Navajo from the twenty languages Google's LangID erroneously returns, achieving an overall accuracy of 97% and Navajo F1 of 0.99 on a held-out test set. The authors further claim that this Navajo-trained classifier recognizes related Athabaskan languages, classifying 96% of Western Apache sentences, 100% of Mescalero Apache, 92% of Jicarilla Apache, and 62% of Lipan Apache as Navajo, with the pattern tracking the Western/Eastern Apachean subgrouping. The broader argument is that targeted, family-level tools can provide practical support for endangered languages that centralized platforms omit.
Load-bearing premise
The central assumption is that a random split of the Leipzig Navajo corpus and the twenty-language samples yields a test set that represents how Navajo text appears in the wild, so the near-perfect accuracy will carry over to real-world usage.
Editorial extensions
If this is right
- A straightforward random forest, trained on freely available Leipzig corpora, can serve as a practical Navajo language identifier that any community or researcher can run locally, without relying on commercial APIs.
- Because the same model flags related Athabaskan languages as Navajo, a single trained classifier could help triage text from several endangered languages until dedicated per-language models are built.
- The high precision and recall on the closed set of twenty confusable languages shows that commercial LangID failures can be corrected with a small, targeted supplement rather than a massive retraining effort.
- The public release of code and data makes the result directly checkable and reusable by preservation groups working on Navajo and other Athabaskan languages.
Reading between the lines
- The Apache generalization test is only 107 sentences total, so the family-level robustness claim is suggestive rather than established; a larger, balanced sample of each Apache language would be needed to know whether the Western/Eastern subgrouping pattern is real.
- The reported accuracy is measured on random splits of the Leipzig corpus, so out-of-domain Navajo text—social media, code-switched speech, dialectal variants, transcribed oral narratives—could perform worse; testing on such data would clarify actual deployment behavior.
- A natural extension is to treat the classifier's confidence scores as a signal for which languages are genuinely confusable with Navajo, which could guide linguists toward documenting dialectal or orthographic overlaps.
- If the Western/Eastern Apachean performance difference is robust, a model trained on all Athabaskan languages jointly might outperform the single Navajo-trained model and provide a blueprint for other endangered language families.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses the absence of Navajo in Google's LangID by training a 100-tree random forest with 5,000 features to classify Navajo versus the twenty languages that LangID most often suggests for Navajo sentences. Using Leipzig corpora for both Navajo and the distractor languages, the model is trained on 153,832 samples and evaluated on a random held-out split of 38,458 samples, where it reaches 97% overall accuracy and Navajo precision/recall/F1 of 1.00/0.99/0.99. The authors then test the same classifier on 107 curated Apache sentences and interpret the percentages classified as Navajo as evidence of robustness across the Athabaskan family. They release code and data on GitHub. The Navajo-only result is plausible, but the paper's broader Athabaskan claim is not supported by the experiment as designed.
Significance. If restricted to the 21-way benchmark, the paper provides a transparent, reproducible baseline: it reports per-class metrics, a full confusion matrix, and public code/data, and it shows that a simple random forest can separate Navajo from its LangID confusables with high accuracy. That is a modest but real contribution to low-resource language identification, particularly as a counterexample to the assumption that such tools require large neural models. The claimed extension to other Athabaskan languages, however, is not merely under-supported; the reported metric measures false positives, so the paper currently overstates its scope. After correcting that interpretation, the remaining contribution is a focused Navajo-language identification system rather than a family-level tool.
major comments (3)
- [Section 3.4 / Table 2] The paper's central generalization claim, repeated in the abstract and conclusion, is that the classifier demonstrates robustness across other Athabaskan languages. The only evidence is Table 2, which reports the percentage of Apache sentences classified as Navajo. Under the 21-way task defined in Section 3.2, the classifier has no Apache class, so every Apache sentence that receives the label Navajo is a false positive. A trivial always-Navajo baseline would achieve 100% on every Apache language, so the reported 100% for Mescalero Apache and 96% for Western Apache are consistent with a model that has learned no Apache-specific rejection behavior. These numbers therefore do not show generalization; they show that the model cannot distinguish closely related Apache languages from Navajo, which is the opposite of the stated claim. The abstract, Section 3.4, and the conclusion must be rewritten to remove or invert this interpretation, ideally with a baseline that includes a reject option or an Apache-inclusive classifier.
- [Section 3.3 (evaluation split)] The near-perfect accuracy is computed on a random split of the Leipzig corpora (153,832 training samples and 38,458 test samples). Because the Navajo and distractor sentences come from the same Leipzig sources, the test set is likely to be highly similar to the training text in topic, genre, and orthography. This supports the statement that the classifier separates the 21 classes in this corpus, but it does not by itself support the broader claim of accurate language detection for Navajo text in the wild. If the authors retain real-world applicability language, they should add an out-of-domain evaluation using, for example, a separate Navajo corpus, social media text, or community-collected sentences, or they should clearly restrict the claim to the benchmark distribution.
- [Conclusion and Limitations] The conclusion states that the study demonstrates effective recognition of related Athabaskan languages, while the Limitations section concedes that the design assumes a binary distinction between Navajo and other languages without considering intra-group variation and dialectical differences. This internal tension is not harmless: the family-level claim is precisely what the limitation negates. Section 3.4 goes further and interprets the varying false-positive rates for Western and Mescalero Apache (96-100%) versus Jicarilla and Lipan Apache (62-92%) as evidence about the Western and Eastern Apachean subgroups; with only 13-37 sentences per language and no confidence intervals, this observation cannot support a linguistic generalization. The paper should either add a proper multi-class Apache evaluation or state plainly that the classifier is Navajo-specific.
minor comments (6)
- [Abstract] The phrase near-perfect accuracy (97-100%) is not supported by Section 3.3, which reports a single overall accuracy of 97%; per-language F1 scores in Table 1 range from 0.87 to 0.99, so the meaning of the 97-100% range should be clarified.
- [Table 1] The row format concatenates the numeric class label with the language name and the metrics in a way that is hard to read; separate the class index, language name, precision, recall, and F1 into distinct columns.
- [Figure 2] The x-axis order is arbitrary and only eight of the twenty languages are shown; either show all twenty languages or explicitly state that the figure is a subset.
- [Section 3.4] The sentence 'The detection for Navajo performed best for Western Apache and Mescalero Apache' is misleading because the values are false-positive rates; a detector that rejects more Apache sentences would be better, so the wording should be revised to 'the highest false-positive rates were observed for...'.
- [Limitations] The Limitations section refers to Google Translate instead of Google LangID; the terminology should be consistent throughout the paper.
- [Section 3.2 and Appendix A] The feature representation is described only as 5,000 features; please specify whether these are character n-grams, word n-grams, or another type, and clarify how the aligned words in Appendix A relate to the four Apache varieties tested in Table 2, since the appendix appears to draw on Chiricahua Apache rather than those four languages.
Circularity Check
Primary Navajo accuracy result is a genuine held-out evaluation, but the Athabaskan generalization claim in Section 3.4 and the Abstract is a renamed false-positive rate rather than an independent prediction.
-
renaming known result
[Section 3.4, Table 2; Abstract]
"Upon running this subset through the classifier, initially trained to distinguish Navajo from other languages, we observed that the classifier often identified these Apache languages as Navajo. This result is particularly significant given the linguistic similarities within the Athabaskan language family, to which both Navajo and the Apache languages belong. The classifier's performance here underscores its ability not only to identify Navajo with high accuracy but also to generalize across related languages within the same family."
The model's label space contains Navajo plus twenty unrelated languages; no Apache class exists. Table 2 therefore reports the percentage of Apache test sentences assigned the Navajo label, which is by construction the false-positive rate with respect to Apache. The conclusion that the model 'generalizes across related languages' is this confusion rate renamed as success. A degenerate model that always predicted Navajo would also yield 100% for Mescalero Apache and 96% for Western Apache, matching the table's pattern. The claimed Athabaskan robustness is not derived from Apache supervision or an Apache-specific prediction; it is the paper's own output quantity, the Navajo false-positive rate, relabeled as generalization.
full rationale
The central Navajo-vs-20-languages result is self-contained: the random forest is trained on distinct language classes and evaluated on a held-out test split, giving genuine precision/recall/F1 numbers in Table 1 and the 97% accuracy. The self-citation to Yang et al. 2025 is only a contextual reference to prior endangered-language work and is not load-bearing. The only circular step is the Athabaskan generalization claim: Section 3.4 treats the model's tendency to label Apache sentences as Navajo as evidence of cross-Athabaskan robustness, even though the label set includes no Apache language and the reported metric is exactly a false-positive rate. The paper's own Limitations section concedes the binary design and narrow scope, which further supports that the Apache percentages measure confusion rather than generalization. Because the central Navajo identification result remains empirically independent, the paper is only partially circular; the broader Athabaskan claim reduces to a renamed misclassification.
Assumptions & free parameters
free parameters (2)
- num_trees =
100
- feature_dimension =
5000
assumptions (3)
- domain assumption Leipzig corpora labels are correct and sentences are monolingual.
- domain assumption The 20 languages suggested by Google LangID are the relevant confusable set for Navajo.
- domain assumption Web-scraped Apache texts are authentic and representative.
Cite this review
Pith. "Pith review of Is It Navajo? Accurate Language Detection in Endangered Athabaskan Languages." pith.science (2026). https://pith.science/paper/VQ3NNFSF
@misc{pith2026250115773,
author = {Pith},
title = {Pith review of: Is It Navajo? Accurate Language Detection in Endangered Athabaskan Languages},
year = {2026},
howpublished = {\url{https://pith.science/paper/VQ3NNFSF}},
note = {Machine review of arXiv:2501.15773}
}
read the original abstract
Endangered languages, such as Navajo - the most widely spoken Native American language - are significantly underrepresented in contemporary language technologies, exacerbating the challenges of their preservation and revitalization. This study evaluates Google's Language Identification (LangID) tool, which does not currently support any Native American languages. To address this, we introduce a random forest classifier trained on Navajo and twenty erroneously suggested languages by LangID. Despite its simplicity, the classifier achieves near-perfect accuracy (97-100%). Additionally, the model demonstrates robustness across other Athabaskan languages - a family of Native American languages spoken primarily in Alaska, the Pacific Northwest, and parts of the Southwestern United States - suggesting its potential for broader application. Our findings underscore the pressing need for NLP systems that prioritize linguistic diversity and adaptability over centralized, one-size-fits-all solutions, especially in supporting underrepresented languages in a multicultural world. This work directly contributes to ongoing efforts to address cultural biases in language models and advocates for the development of culturally localized NLP tools that serve diverse linguistic communities.
Figures
Figures from the paper (2 more)
Forward citations
Cited by 1 Pith paper
-
Advancing Uto-Aztecan Language Technologies: A Case Study on the Endangered Comanche Language
The paper introduces a 412-phrase Comanche dataset and reports 100% few-shot language identification accuracy, but the evaluation likely shares data between the few-shot examples and the test set.
Reference graph
Works this paper leans on
-
[1]
online" 'onlinestring :=
ENTRY address archivePrefix author booktitle chapter edition editor eid eprint eprinttype howpublished institution journal key month note number organization pages publisher school series title type volume year doi pubmed url lastchecked label extra.label sort.label short.list INTEGERS output.state before.all mid.sentence after.sentence after.block STRING...
-
[2]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION word.in bbl.in capitalize " " * FUNCT...
-
[3]
Isaac Caswell, Theresa Breiner, Daan van Esch, and Ankur Bapna. 2020. Language id in the wild: Unexpected challenges on the path to a thousand-language web text corpus. In Proceedings of the 28th International Conference on Computational Linguistics, pages 6588--6608
work page 2020
-
[4]
Chiricahua Apache Mimbreno Nde Nation . 2024. https://camnnation.org/history/apache-language/ Chiricahua apache mimbreno nde nation
work page 2024
-
[5]
Marta R Costa-juss \`a , James Cross, Onur C elebi, Maha Elbayad, Kenneth Heafield, Kevin Heffernan, Elahe Kalbassi, Janice Lam, Daniel Licht, Jean Maillard, et al. 2022. No language left behind: Scaling human-centered machine translation. arXiv preprint arXiv:2207.04672
arXiv 2022
-
[6]
Giulio Cusenza and C a g r C \"o ltekin. 2024. Nlp for arb \"e resh: How an endangered language learns to write in the 21st century. In Proceedings of the 3rd Annual Meeting of the Special Interest Group on Under-resourced Languages@ LREC-COLING 2024
work page 2024
-
[7]
Sandy Dietrich, Erik Hernandez, et al. 2022. Language use in the united states: 2019. American community survey reports
work page 2022
-
[8]
Darren Flavelle and Jordan Lachler. 2023. Strengthening relationships between indigenous communities, documentary linguists, and computational linguists in the era of nlp-assisted language revitalization. In Proceedings of the First Workshop on Cross-Cultural Considerations in NLP
work page 2023
Show all 28 references
-
[9]
The cultural differences between the tribes of na-den \'e linguistic family
Michael George and Jana Lopraisov \'a . The cultural differences between the tribes of na-den \'e linguistic family
-
[10]
Glosbe . 2024. https://app.glosbe.com/recent?l1=en&l2=apw&user= Western apache texts
2024
-
[11]
Dirk Goldhahn, Thomas Eckart, and Uwe Quasthoff. 2012. Building large monolingual dictionaries at the L eipzig corpora collection: From 100 to 200 languages. In Proceedings of the Eighth International Conference on Language Resources and Evaluation
2012
-
[12]
Viktor Hangya, Hossain Shaikh Saadi, and Alexander Fraser. 2022. Improving low-resource languages in pre-trained multilingual language models. In Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing
2022
-
[13]
Tin Kam Ho. 1995. Random decision forests. In Proceedings of 3rd International Conference on Document Analysis and Recognition
1995
-
[14]
Indians.org. 2024. https://www.indians.org/welker/lipsong.htm Lipan apache songs
2024
-
[15]
UVA Library. 2024. https://xtf.lib.virginia.edu/xtf/view?docId=Apache/uvaGenText/tei/Mes09.xml&chunk.id=MN9&toc.id=MN9&brand=default Mescalero apache texts
2024
-
[16]
Alexandre Magueresse, Vincent Carles, and Evan Heetderks. 2020. Low-resource languages: A review of past work and future challenges. arXiv preprint arXiv:2006.07264
2020 arXiv
-
[17]
America Meredith. 2013. Racing against extinction: Saving native languages
2013
-
[18]
Sushree Sangita Mohanty, Satya Ranjan Dash, and Shantipriya Parida. 2024. Applying AI-based Tools and Technologies Towards Revitalization of Indigenous and Endangered Languages. Springer
2024
-
[19]
Sushree Sangita Mohanty, Shantipriya Parida, and Satya Ranjan Dash. 2023. Role of nlp for corpus development of endangered languages. Grenze International Journal of Engineering and Technology. Jan Issue. Grenze ID
2023
-
[20]
Leslie Saxon. 2023. 39 dene--athabaskan. The Languages and Linguistics of Indigenous North America: A Comprehensive Guide, Vol. 2
2023
-
[21]
Britta Schneider. 2022. Multilingualism and ai: The regimentation of language in the age of digital capitalism. Signs and Society
2022
-
[22]
Mehrnoush Shamsfard. 2019. Challenges and opportunities in processing low resource languages: A study on persian. In International conference language technologies for all
2019
-
[23]
Frank Todacheeny. 2014. Navajo Nation in crisis: Analysis on the extreme loss of Navajo language use amongst youth. Arizona State University
2014
-
[24]
Shelley Tulloch. 2006. Preserving dialects of an endangered language. Current Issues in Language Planning
2006
-
[25]
Wikipedia. 2024. https://en.wikipedia.org/wiki/Jicarilla_language Jicarilla language
2024
-
[26]
u shurescue: Reviving the endangered n \
Ivory Yang, Weicheng Ma, and Soroush Vosoughi. 2025. N \"u shurescue: Reviving the endangered n \"u shu language with ai. In Proceedings of the 31st International Conference on Computational Linguistics, pages 7020--7034
2025
-
[27]
Roberto Zariquiey, Arturo Oncevay, and Javier Vera. 2022. CLD ^2 language documentation meets natural language processing for revitalising endangered languages. In Proceedings of the Fifth Workshop on the Use of Computational Methods in the Study of Endangered Languages
2022
-
[28]
Shiyue Zhang, Ben Frey, and Mohit Bansal. 2022. How can NLP help revitalize endangered languages? a case study and roadmap for the C herokee language. In Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics
2022
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.