Papers › modelDNA: Calibrated Lineage Verification and Merge Decomposition from Sampled Weight...

modelDNA: Calibrated Lineage Verification and Merge Decomposition from Sampled Weight Fingerprints

12 Jul 2026arXiv:2607.10617added by Syntology

Muhammad Awais Bin Adil, Saad Aamir

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

The lineage graph of open-weight language models is self-reported: Hugging Face's base_model metadata field is optional and unverified, and over 60% of Hub models document no parentage at all. Methods for detecting lineage from weights exist in the research literature, but each ships as paper code tied to one signal and one experiment; when a provenance dispute breaks, the analysis is redone by hand. This report describes modelDNA, a tool that fingerprints a model from roughly 100-300 MB of ranged HTTP reads (instead of a full 15 GB download for a 7B model), compares the fingerprint against a reference database of foundation models across four published signal families, and returns one of eight verdict classes with a calibrated probability, preferring honest abstention to confident error. On a benchmark of 15 real Hub models with org-documented parentage, judged against 8 candidate bases (13 positives, 107 hard negatives), the system achieves AUROC 1.0, zero false positives at its reporting threshold, and 13/13 correct top-1 parent attribution. The report's second contribution is merge decomposition. Every mainstream weight-merging method is (near-)linear per tensor, and fingerprint sample positions are deterministic functions of tensor identity, so a merged model's fingerprint is the same linear combination of its parents' fingerprints. Mixture weights can therefore be recovered from fingerprints alone by sum-to-one constrained least squares. Against merges with published mergekit configurations as ground truth, the method recovers a slerp merge's layer-interpolation curves at r = 0.999 and a dare_ties merge's mixture weights to within 0.011 of the published values, without downloading any weights beyond the fingerprints. All fingerprints, benchmarks, and the inferred lineage graph of 55 models are public and reproducible offline.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2607.10617")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 4 ran · violated contract; 1 ran · our draft was wrong; 3 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AwaisAdilKhokhar/modelDNA found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · violated contract
1ran · our draft was wrong
3ran
5unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AwaisAdilKhokhar/modelDNA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

ArchSignature AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · e11b0ec6e3d57206 · report
Evidence AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran Apache-2.0 (permissive) · b78e615b705f35b7 · report
Fingerprint AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 065a96c5d9fa03f3 · report
_shared_roles AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · 5a878bca725e5dfe · report
cosine AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · f174ba05861dd3e2 · report
log_spectrum_distance AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · 5392a36c6203e1d4 · report
pearson AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · d518b338a76bff2c · report
zscore AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology ran · violated contract fingerprinted Apache-2.0 (permissive) · d2861ee1bf878e8c · report
_compare_pcs AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 00dc79476dd04dc1 · report
_compare_sigma AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7eba1d78f5432f91 · report
_compare_spectra AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · eeb12af65b38be89 · report
_compare_vectors AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1f9787baef60d151 · report
compare_fingerprints AwaisAdilKhokhar/modelDNA/src/modeldna/compare.py found in paper text by Syntology unverified Apache-2.0 (permissive) · a35a53982865e568 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.10617, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections