
Researchers released a public tool that fingerprints language models on three axes—architecture, tokenizer vocabulary, and weights—to determine whether they were trained from scratch or derived from existing open-weight bases.
The method reliably flags from-scratch models but is weaker at detecting continued-pretraining, so architecture and tokenizer matches remain the primary evidence.
They applied it to nine Korean organizations' models and found a mix of native, adapted, mixed, and ported lineages.
What happened
Researchers built a reproducible three-axis pipeline to verify whether a language model was trained from scratch or derived from an open-weight base (Qwen, Llama, DeepSeek, Mistral). The method inspects architecture (config.json), tokenizer vocabulary overlap, and embedding weights (linear CKA). They applied it to nine Korean organizations' public foundation models and found heterogeneous results: some matched foreign architectures exactly (Ported), others used entirely self-built designs (Native), and many fell in between (Adapted or Mixed).
Why it matters
When labs announced "self-developed" models in late July 2026 (e.g., LG K-EXAONE 2.0, 750B), Chinese tech communities debated the distinction—a Zhihu thread reached 2.7M views. The question is answerable objectively from public files. Building on open-weight bases is legitimate industry practice, but vendors do not always distinguish it from training from scratch. This tool lets outsiders verify claims without access to training logs.
What to watch
The weights axis reliably detects from-scratch models (near-zero CKA score) but weakly detects continued-pretraining derivatives (~0.25 CKA, barely above unrelated baseline ~0.21). Architecture and tokenizer fingerprints remain primary evidence. The live demo and dataset (Model Genome Korea) lets anyone inspect any Hugging Face model with the same yardstick, and corrections are welcome.
Ask the AI about this article →
The Model Genome pipeline addresses a real gap exposed by late July 2026 releases. When several Korean organizations announced DeepSeek-rivaling "self-developed" models, the Chinese tech community—particularly Zhihu—erupted in debate (2.7M views), signaling genuine public interest in verifying vendor claims. The tool's insight is that lineage leaves detectable traces across three independent surfaces: the declared architecture, the learned vocabulary, and the numerical embedding space. Each axis is noisy on its own (architecture alone can be copied, tokenizers can be retrained independently, weights shift under continued training), but together they form a fingerprint.
The researchers hit two instructive obstacles that shaped their method. First, naive row-wise cosine similarity fails because transformers store information in a rotationally-invariant way—two models can be identical but differ only by an arbitrary rotation. Second, even CKA (which is rotation-invariant) struggles to separate continued-pretraining from from-scratch because large-scale training so thoroughly reshapes embeddings that a derivative and a true independent model become indistinguishable by this metric alone. The honest conclusion is that the weights axis confirms from-scratch (near-zero CKA) but is a weak detector of derivation, pushing config and tokenizer evidence into the primary role. Applying the same pipeline to nine Korean organizations' public models revealed heterogeneity: some exactly matched foreign architectures (Ported), others built their own (Native), most occupied a middle ground (Adapted or Mixed).
For example, today's edition would include:
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →
Ask AI anything about this article. Q&As are published on this page for other readers too.
Israeli startup DataAgent Ltd
SK Hynix presented a custom HBM concept at SEMICON Taiwan 2026, where compute functions are placed in the base…

The U.S. Department of Defense announced on August 31 that it has deployed ChatGPT Mil, a customized version o…

Nvidia reported earnings that were both remarkable and boring, reflecting its focus on avoiding a consolidated…

Anthropic has agreed to a $35bn cloud-computing contract with Lambda, a Nvidia-backed cloud provider

The Supreme Court of Japan has included about ¥60 million in its fiscal 2027 budget request for AI-related exp…
