Search papers, labs, and topics across Lattice.
This paper introduces a comprehensive author-identity map for the World of Code, consolidating 106.8 million author strings from over 5.87 billion commits into canonical identities. The authors tackle the challenges of author identity clumping and splitting, achieving a remarkable 98.17% human-id commit coverage while reporting precision and recall metrics that reveal the limitations of previous mapping efforts. The resulting artifacts provide a valuable resource for accurately linking software authorship to scholarly contributions, enhancing the understanding of developer identities across platforms.
Clumping errors in author identity mapping can lead to a staggering misrepresentation of developer contributions, with previous maps inflating precision metrics by failing to account for conflated identities.
Mining software repositories at global scale founders on author identity: the same developer commits under many name/email strings, and the same string is reused by many developers. We release a curated author-identity map for World of Code (WoC) version V2604, covering all 5,866,595,698 commits. It ships four co-versioned artifacts: a global alias map (a2AFullSUG) folding 106,826,059 raw author/committer strings into canonical identities; a per-identity classification (A2clsFull) tagging each id good, bad-by-attribute, local, bot, or partial; a within-project table (P2aAFull) recovering low-quality ids inside the one project where their reuse is unambiguous; and a commit-to-identity table (c2AFull) tagging every commit with its resolution provenance. The map is mega-cluster free, its largest cluster 6,910 ids (one GitHub noreply identity), and it resolves 73.5% of six billion commits into multi-id identities, raising human-id commit coverage to 98.17%. The design problem is clumping, not recall: a naive transitive union over shared-attribute edges welds three million unrelated people into one cluster, an over-merge that recall-only benchmarks price at zero. We report both error families, splitting and clumping, and show the high precision claimed by global-scale union maps can be an artifact of never measuring the conflated region. Against the ALFAA human-rated gold set the map scores recall 0.70 / precision 0.88, where the prior WoC map's apparent 0.95 precision collapses to 0.52 once its 3,006,318-id mega-cluster is counted. A canonical software-author identity is also a cross-corpus join key to scholarly author graphs, where clumping is again the binding constraint. All artifacts ship with the WoC V2604 release and a self-contained replication package.