REVIEW 4 major objections 6 minor 14 references
A Computational Approach to Analyzing Language Change and Variation in the Constructed Language Toki Pona
T0 review · 4 major / 6 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read This paper argues that Toki Pona, a constructed language of about 120 words, shows the same kinds of sociolinguistic change and variation as natural languages when a real community uses it.
desk verdict A worthwhile first corpus study of Toki Pona with new empirical findings, but the unvalidated parser/heuristic means the trend lines need a gold-standard check before they carry the argument. 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 analysis rests on an Earley context-free parser that converts Toki Pona sentences into hierarchical phrase structures, making syntactic positions such as subject, predicate, and direct object explicit. A heuristic scoring module then resolves ambiguity, for example whether tawa is a preposition or a content verb, by preferring interpretations that match observed community usage. Finally, a part-of-speech tagger labels each content word as noun, modifier, intransitive verb, or transitive verb, and the counts are aggregated by year and corpus.
What would settle it
Hand-annotate a random sample of sentences from each year of both corpora using the paper's tag set, then compare the parser's transitive-verb rates for luka and uta with the hand labels; if the parser systematically over- or under-tags these body-part verbs, the upward trend in Figure 3 will not reproduce under gold-standard annotation.
Extended reading notes
Core claim
The central claim is that Toki Pona, despite being designed with fluid word classes and a minimal lexicon, behaves sociolinguistically like a natural language: content words show systematic diachronic shifts in their preferred syntactic positions, and usage differs by register. Concretely, the paper argues that in informal Toki Pona from 2020 to 2024, luka and uta have become noticeably more frequent as transitive verbs, while pu 'interacting with the official Toki Pona book' has declined as a standalone noun and increasingly appears in the phrase lipu pu, mirroring the language's name-construction pattern. The formal corpus does not lag behind on these innovations, which the authors attribu
Load-bearing premise
The trends stand on the unvalidated assumption that the parser-and-tagger pipeline assigns the correct part of speech to each token; because the ambiguity-resolving heuristic deliberately prefers interpretations that 'reflect observed usage patterns,' the frequency counts are partly shaped by the authors' prior expectations, and a systematic tagging bias would make the reported changes artifacts.
Editorial extensions
If this is right
- If the reported trends are accurate, Toki Pona speakers are innovating within the existing grammar: body-part nouns luka and uta now routinely serve as transitive verbs in informal chat, a usage that is shorter than the periphrastic alternative.
- pu as a standalone noun for the official book is declining, replaced by the pattern-conforming lipu pu, which suggests speakers normalize novel constructions to existing name patterns.
- Register differences appear: pona is consistently more frequent as an interjection in informal chat, and wawa's rise as an interjection is confined to the informal corpus.
- Innovations in the informal community are not delayed in formal written Toki Pona, pointing to a homogeneous, tightly connected speech community.
- The finding generalizes: constructed languages with fluid word classes can serve as empirical evidence that sociolinguistic mechanisms operate independently of a language's historical depth.
Reading between the lines
- One testable extension the authors do not run: hold out a later time slice after 2025 and check whether the luka/uta transitive-verb trend continues, saturates, or reverses, since a genuine community innovation should show a logistic adoption curve rather than noise.
- If the parser's heuristic scoring is nudged to favor different parses, the reported frequencies could shift; a natural check is to compare against a small hand-annotated gold standard or to perturb the heuristic weights and see how much the trends move.
- The social mechanisms invoked, processing efficiency, analogy to name constructions, and identity signaling, are standard explanations in natural-language change; if they hold in a language with no native speakers, it suggests these mechanisms arise from general communication pressures rather than from particular language histories.
- Because Toki Pona's lexicon has only about 120 words, a complete inventory of word classes over time is feasible, so this pipeline could be extended to map a trajectory for every content word, offering a near-exhaustive view of change in a small system.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper applies a corpus-based, computational pipeline to study diachronic and register variation in the constructed language Toki Pona. Using a Discord corpus (6.39M tokens) and the poki Lapo literary corpus, the authors filter with sona-toki, parse with a custom Earley-grammar implementation, resolve ambiguity with a hand-written heuristic scorer, and tag parts of speech. They report that luka and uta increasingly occur as transitive verbs in informal data (Fig. 3), that pu is decreasingly used as a standalone noun (Fig. 4), and that interjection use differs across registers (Figs. 5–6), concluding that Toki Pona changes like natural languages under sociolinguistic pressures.
Significance. If the reported trends are real, the study is a valuable empirical demonstration of language change in a constructed language, with a publicly available pipeline and corpora. Its strengths are the scale of the informal corpus, the explicit grammar, public code, and the comparison of two registers. However, the central quantitative claims rest on a parser and scoring heuristic that have not been validated against gold-standard annotations, and the analysis lacks inferential statistics; as a result, the findings are currently suggestive rather than established.
major comments (4)
- [§3.3–§3.4, Figs. 3–7] The load-bearing assumption is that the Earley parser and heuristic scorer produce accurate POS counts. §3.4 says the scorer 'favors specific patterns' and that this 'prioritization ... reflects observed usage patterns'; this means the counts encode the author's prior, and no gold-standard evaluation or inter-annotator agreement is reported. If parse errors correlate with word, year, or formality, every trend in Figs. 3–7 could be an artifact. Report precision/recall per tag on a stratified annotated sample, or remove/redraft the causal and general claims.
- [§4.1, Figs. 3–4] Words were chosen because they 'showed a high degree of change' and were 'referenced often' (quote), introducing selection bias. No significance tests, confidence intervals, or raw token counts are given; percentages normalize but do not show magnitude. Because the survey window is 2020–2025 and the sample is one community, the claim of general language change is not supported. Provide counts and a regression model (e.g., year as continuous predictor) and report uncertainty.
- [§4.2.2, Fig. 7] The claim that adoption is 'not delayed' in the formal corpus rests on visual inspection of a single line plot. The figure has no error bars or fitted trajectories. Quantify the onset or slope difference between corpora (e.g., interaction of year and corpus in a model), or phrase the result as descriptive.
- [§5] The conclusion extends the results to 'proper nouns may be used more as adjectives,' but the analysis only addresses pu as a modifier versus standalone noun; pu is not a proper name. The cognitive/sociolinguistic explanations (processing efficiency, identity) are plausible but not tested by the corpus data. Separate observational trends from explanatory hypotheses.
minor comments (6)
- [Figures 3–7] Axis labels do not state units or whether the plotted value is a proportion of tokens, sentences, or messages. Include raw counts or a clear denominator; error bars or confidence bands would also help.
- [Figure 1 / Table 1] The parse tree in Figure 1 appears inconsistent with the grammar in Table 1: the tree shows 'li' as part of a content-word constituent rather than as a daughter of S between the subject and predicate. Please correct the figure or clarify the tree notation.
- [Introduction / References] Typographical error: 'T oki Pona' appears with an extra space in the Introduction and in the reference for Lang (2014).
- [§3.4] The heuristic scoring algorithm is described only informally and via an external repository. Include a pseudocode or formal description in the paper, since this is the step that most affects the reported counts.
- [§3.2] The sona-toki filtering configuration is said to be 'the same configuration' used by an external tool, but no specific parameters are listed. Provide the configuration or a pointer to the exact code version so the filtering step is reproducible.
- [§5] The phrase 'proper nouns may be used more as adjectives' should be 'proper names may be used more as modifiers,' since Toki Pona names are not a distinct noun class and the paper's own analysis concerns pu, an adjective.
Circularity Check
No significant circularity found; heuristic tuning is a validation concern, not a circular derivation.
full rationale
The paper's derivation chain is corpus-based measurement: filter with sona-toki, parse with a grammar based on Lang (2014), resolve ambiguity with a heuristic, and count POS tags defined by syntactic contexts. The reported trends (luka/uta as transitive verbs, pu as standalone noun, interjection use) are not directly encoded in the heuristic; the heuristic's stated preference is for prepositional interpretations, which are not among the reported trends. The grammar and tag definitions are externally grounded in Lang (2014). There are no author self-citations used as load-bearing support; cited tools and references (sona-toki, poki Lapo, Lang, Bybee, Labov) are independent. The lack of gold-standard parser validation is a methodological limitation, but it does not make any specific result reduce by construction. No step of the derivation is equivalent to its input by definition, and no fitted parameter is renamed as a prediction. Therefore the paper exhibits no significant circularity.
Assumptions & free parameters
free parameters (2)
- heuristic scoring preferences =
none (hand-chosen)
- sona-toki filtering configuration =
not specified
assumptions (4)
- domain assumption Toki Pona grammar is accurately captured by the simplified CFG in Table 1 and Lang (2014).
- domain assumption sona-toki heuristics correctly distinguish Toki Pona from non-Toki-Pona sentences.
- ad hoc to paper The heuristic scoring algorithm's parse preferences reflect true community usage probabilities.
- domain assumption The ma pona Discord corpus represents informal conversational Toki Pona and poki Lapo represents formal written Toki Pona.
Cite this review
Pith. "Pith review of A Computational Approach to Analyzing Language Change and Variation in the Constructed Language Toki Pona." pith.science (2026). https://pith.science/paper/FY7ONFCX
@misc{pith2026250810246,
author = {Pith},
title = {Pith review of: A Computational Approach to Analyzing Language Change and Variation in the Constructed Language Toki Pona},
year = {2026},
howpublished = {\url{https://pith.science/paper/FY7ONFCX}},
note = {Machine review of arXiv:2508.10246}
}
read the original abstract
This study explores language change and variation in Toki Pona, a constructed language with approximately 120 core words. Taking a computational and corpus-based approach, the study examines features including fluid word classes and transitivity in order to examine (1) changes in preferences of content words for different syntactic positions over time and (2) variation in usage across different corpora. The results suggest that sociolinguistic factors influence Toki Pona in the same way as natural languages, and that even constructed linguistic systems naturally evolve as communities use them.
Figures
Figures from the paper (4 more)
Reference graph
Works this paper leans on
-
[1]
Bybee, J. (2015). Language Change. Cambridge University Press
work page 2015
-
[2]
Chandra, K., & Radvan, T. (2020, June). nearley: A parsing toolkit for JavaScript . https://doi.org/10.5281/zenodo.3897993
-
[3]
Chomsky, N. (1956). Three models for the description of language.IRE Transactions on Information Theory , 2(3), 113–124. https://doi.org/10.1109/TIT.1956. 1056813 UGA Working Papers in Linguistics, Vol 8, 2025 Language Change and Variation in Toki Pona Page 14
doi:10.1109/tit.1956 1956
-
[4]
Comrie, B., Haspelmath, M., & Bickel, B. (2024, January). Leipzig Glossing Rules . https://www.eva.mpg.de/lingua/resources/glossing-rules.php
work page 2024
-
[5]
Danielson, G., III. (2024a, March). When was pu added to toki pona? Retrieved March 1, 2024, from https://web.archive.org/web/20240301100156/https: //mun.la/lipu/pu.html
-
[6]
(2025, April).sona-toki [GitHub repository]
Danielson, G., III. (2025, April).sona-toki [GitHub repository]. https://github.com/ gregdan3/sona-toki
work page 2025
-
[7]
Dyer, W., Futrell, R., Liu, Z., & Scontras, G. (2020). Predicting cross-linguistic adjec- tive order with information gain . arXiv: 2012.15263 [cs.CL]. https://arxiv. org/abs/2012.15263
work page Pith review arXiv 2020
- [8]
Show all 14 references
-
[9]
Glass, L. (2024). The red dress is cute: Why subjective adjectives are more often predicative. Corpus Linguistics and Lingustic Theory . https : / / doi . org / 10 . 1515/cllt-2024-0044 kala Asi, ijo vivi, jan Juwan, & jan Kita. (2025, April).poki Lapo [GitHub repository]. htt...
2024
-
[10]
Labov, W. (2010). Principles of linguistic change . John Wiley & Sons, Ltd. https : //doi.org/10.1002/9781444327496.ch9
2010 doi
-
[11]
Lang, S. (2014). T oki Pona: The Language of Good. Tawhid. ma pona pi toki pona [Discord server]. (2025, January). https://discord.gg/mapona
2014
-
[12]
McCulloch, G. (2020). Because Internet: Understanding how Language is Changing . Vintage
2020
-
[13]
Meulen, S. v. d. (2021, October). Request for New Language Code Element in ISO 639-3. https://iso639-3.sil.org/sites/iso639-3/files/change_requests/2021/ 2021-043_tok.pdf
2021
-
[14]
Peterson, D. J. (2015). The Art of Language Invention: From Horse-Lords to Dark Elves to Sand Worms, the Words Behind World-Building . Penguin Books. UGA Working Papers in Linguistics, Vol 8, 2025
2015
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.