English

Recursive Semantic Anchoring in ISO 639:2023: A Structural Extension to ISO/TC 37 Frameworks

Logic in Computer Science 2025-06-10 v1 Artificial Intelligence

Abstract

ISO 639:2023 unifies the ISO language-code family and introduces contextual metadata, but it lacks a machine-native mechanism for handling dialectal drift and creole mixtures. We propose a formalisation of recursive semantic anchoring, attaching to every language entity χ\chi a family of fixed-point operators ϕn,m\phi_{n,m} that model bounded semantic drift via the relation ϕn,m(χ)=χΔ(χ)\phi_{n,m}(\chi) = \chi \oplus \Delta(\chi), where Δ(χ)\Delta(\chi) is a drift vector in a latent semantic manifold. The base anchor ϕ0,0\phi_{0,0} recovers the canonical ISO 639:2023 identity, whereas ϕ99,9\phi_{99,9} marks the maximal drift state that triggers a deterministic fallback. Using category theory, we treat the operators ϕn,m\phi_{n,m} as morphisms and drift vectors as arrows in a category DriftLang\mathrm{DriftLang}. A functor Φ:DriftLangAnchorLang\Phi: \mathrm{DriftLang} \to \mathrm{AnchorLang} maps every drifted object to its unique anchor and proves convergence. We provide an RDF/Turtle schema (\texttt{BaseLanguage}, \texttt{DriftedLanguage}, \texttt{ResolvedAnchor}) and worked examples -- e.g., ϕ8,4\phi_{8,4} (Standard Mandarin) versus ϕ8,7\phi_{8,7} (a colloquial variant), and ϕ1,7\phi_{1,7} for Nigerian Pidgin anchored to English. Experiments with transformer models show higher accuracy in language identification and translation on noisy or code-switched input when the ϕ\phi-indices are used to guide fallback routing. The framework is compatible with ISO/TC 37 and provides an AI-tractable, drift-aware semantic layer for future standards.

Keywords

Cite

@article{arxiv.2506.06870,
  title  = {Recursive Semantic Anchoring in ISO 639:2023: A Structural Extension to ISO/TC 37 Frameworks},
  author = {Bugra Kilictas and Faruk Alpay},
  journal= {arXiv preprint arXiv:2506.06870},
  year   = {2025}
}

Comments

21 pages, no figures. Includes formal proofs, RDF/Turtle ontology schema, {\phi}-index disambiguation cases, and evaluation of transformer-based AI models under semantic drift