{"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-2605-06426","title":"From 124 Million Tokens to 1,021 Neologisms: A Large-Scale Pipeline for Automatic Neologism Detection","arxiv_id":"2605.06426","date":"2026-05-07","proceeding":null,"authors":["Diego Rossini","Lonneke van der Plas"],"abstract":"We present a scalable, modular pipeline for automatic neologism detection that combines rule-based filtering with LLM classification. The pipeline is grounded in two complementary word-formation frameworks, grammatical and extra-grammatical morphology, which jointly define the scope of what counts as a neologism and inform a four-class classification scheme (neologism, entity, foreign, none). While designed to be modular and transferable at the architectural level, the pipeline is instantiated on 527 million English-language Reddit posts spanning 2005-2024. From this corpus, we extract 124.6 million unique tokens and reduce them by over 99.99% to yield 1,021 neologism candidates, a set small enough for manual expert verification. Multiple LLMs independently classify each candidate via majority vote, with a final verification step, revealing substantial cross-model disagreement and highlighting the challenge of operationalizing neologism detection at scale. Manual annotation of all 1,021 candidates confirms that 599 (58.7%) are genuine lexical innovations. The pipeline code, vocabulary compilation scripts, and the annotated candidate list are available at https://github.com/DiegoRossini/neologism-pipeline.","url_abs":"https://arxiv.org/abs/2605.06426","url_pdf":"https://arxiv.org/pdf/2605.06426","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":{"atlas_url":"https://app.syntology.ai/?focus=2605.06426","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.06426"}},"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/DiegoRossini/neologism-pipeline","reach":null}],"summary":{"ran_draft_wrong":5,"ran":2,"unverified":4},"by_repo_kind":{"found_in_text":{"samples":11,"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":11,"samples":[{"code_sha256_prefix":"9fa8cb13f61e1c6d","entry":"_extract_label","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9fa8cb13f61e1c6d"}},{"code_sha256_prefix":"6c10bca96ac4d5cb","entry":"_load_done_results","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6c10bca96ac4d5cb"}},{"code_sha256_prefix":"fc242f9dabe15474","entry":"_shard_iter","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.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":"fc242f9dabe15474"}},{"code_sha256_prefix":"8d927ec15d214865","entry":"create_llm_prompt","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"8d927ec15d214865"}},{"code_sha256_prefix":"3140c8d85789d343","entry":"create_single_token_prompt","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3140c8d85789d343"}},{"code_sha256_prefix":"4a5ed9bb7333b5c1","entry":"model_done_flag","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.py","link_basis":"first_harvest_node","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4a5ed9bb7333b5c1"}},{"code_sha256_prefix":"3896ad313f77057f","entry":"parse_llm_response","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.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":"3896ad313f77057f"}},{"code_sha256_prefix":"99e9f5e05cdab309","entry":"load_llm_judge","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.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":"99e9f5e05cdab309"}},{"code_sha256_prefix":"1578bf445361c086","entry":"run_llm_batch","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.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":"1578bf445361c086"}},{"code_sha256_prefix":"704a7461eb937167","entry":"run_single_model_streaming","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.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":"704a7461eb937167"}},{"code_sha256_prefix":"dc8af8ef001f01da","entry":"unload_model","repo":"DiegoRossini/neologism-pipeline","repo_kind":"found_in_text","path":"stage_7_llm_classify.py","file_url":"https://github.com/DiegoRossini/neologism-pipeline/blob/HEAD/stage_7_llm_classify.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":"dc8af8ef001f01da"}}]},"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":null}