{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-12748","title":"Agent-based models for the evolution of morphological alternation patterns","arxiv_id":"2606.12748","date":"2026-06-10","proceeding":null,"authors":["Aravinth Kulanthaivelu","Richard Sproat"],"abstract":"Why is the past of English \"go\" the apparently unrelated \"went\"? Such alternations are frequent in languages. They neither aid communication nor learnability, yet they can be persistent, surviving over centuries or millennia. We present a multi-agent simulation of the emergence of morphological stem and inflection alternations. Alternate forms arise by phonological changes or, as with \"go/went\", from lexical alternatives associated with a subset of the population. When an agent 'hears' another agent use a novel form for a slot in the paradigm of a word (say, the past tense of go), they will with some probability adopt that form, possibly spreading its use to other slots in the paradigm that shared the same original form. Thus alternative forms can spread through the population and become entrenched as stem or inflectional marker alternants. Unlike many previous computational studies, our system allows for naturalistic lexical forms, realistic phonological rules, lexicons with hundreds or thousands of entries, and agent populations in the tens or hundreds. It supports several network topologies, diffusion patterns and agent adoption policies. One issue with such simulations is evaluation: how realistic is the resulting morphology compared to those of real languages? We introduce the AI Historical Linguist, a novel Large Language Model-driven system that models a debate between two historical linguists. We use this to compare a set of real language morphologies, disguised morphologies, and experimentally evolved morphologies. The results suggest that among the factors that favor more plausible morphologies are scale-free social networks and random Bernoulli adoption of forms. We also present three case studies modeling attested historical changes, allowing us to test what might have happened if history had been different. All code and data are released.","url_abs":"https://arxiv.org/abs/2606.12748","url_pdf":"https://arxiv.org/pdf/2606.12748","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":null,"mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.12748"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/SakanaAI/LanguageEvolution","reach":null}],"summary":{"ran":7,"unverified":2},"by_repo_kind":{"found_in_text":{"samples":9,"ran":7,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":9,"samples":[{"code_sha256_prefix":"ad65e71749457c90","entry":"build_graph","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/network.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/network.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ad65e71749457c90"}},{"code_sha256_prefix":"f2b7e7bb312fecce","entry":"cache_dir","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/cache.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/cache.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"f2b7e7bb312fecce"}},{"code_sha256_prefix":"65b8b3427dc7d43f","entry":"make_scheduler","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/scheduler.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/scheduler.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"65b8b3427dc7d43f"}},{"code_sha256_prefix":"9e6989d2a62d2821","entry":"maybe_split_affixes","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/population_utils.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/population_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9e6989d2a62d2821"}},{"code_sha256_prefix":"a2b4fe15198202a9","entry":"merge","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/network.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/network.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a2b4fe15198202a9"}},{"code_sha256_prefix":"34d28e0bb241a075","entry":"morph_cache_key","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/cache.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/cache.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"34d28e0bb241a075"}},{"code_sha256_prefix":"ee75d72e78d3ffc8","entry":"morph_cache_path","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/cache.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/cache.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ee75d72e78d3ffc8"}},{"code_sha256_prefix":"32182325e63da484","entry":"make_policy","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/adoption.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/adoption.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"32182325e63da484"}},{"code_sha256_prefix":"dec7bba3f9c83b4b","entry":"split","repo":"SakanaAI/LanguageEvolution","repo_kind":"found_in_text","path":"core/network.py","file_url":"https://github.com/SakanaAI/LanguageEvolution/blob/HEAD/core/network.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"dec7bba3f9c83b4b"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9581,"papers_checked":6795},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}