Definition
Methods and processes for distinguishing and correctly linking distinct real‑world entities (commonly people, organizations, or works) that share identical or similar names across datasets, using contextual attributes, persistent identifiers, clustering, and rule‑ or probabilistic‑based matching to avoid erroneous merges or splits.
Principle
Principle
Disambiguation assigns records to entity identities by combining unique identifiers (when available), contextual attributes (affiliation, date, co‑occurrence), and similarity or clustering algorithms; confidence and provenance should be recorded for each resolution.
Demonstration
Demonstration
Illustrative scenario → A scholarly index contains publications by 'J. Smith'. Recognition → the system groups records by coauthors, affiliations, publication venues and years, and detects two clusters consistent with two distinct researchers. Action → the system assigns records to two entity identifiers (e.g., AuthorID#1, AuthorID#2) and records confidence and evidence. Consequence → author profiles, citation counts, and search results reflect distinct persons rather than a single conflated identity.
Misapplication
Misapplication
Relying solely on string similarity or superficial heuristics (e.g., identical name = same person) leads to false merges; conversely, overly strict rules (requiring exact identifier match) cause false splits and missed linkages.
Consequence
Consequence
Accurate disambiguation improves attribution, retrieval precision, and metrics; errors propagate through derived services (profiles, metrics, recommendations), causing misattribution, misleading analytics, and user mistrust.
Reversal
Reversal
Disambiguation may be infeasible or legally constrained when contextual attributes are absent, suppressed for privacy, or when entities intentionally obfuscate identity (pseudonyms); in such situations, provenance, uncertainty labels, or refusal to resolve are appropriate.
Boundary
Boundary
Clearly within: resolving person or organization identity across bibliographic or administrative datasets using attributes and algorithms. Boundary case: distinguishing works with identical titles (requires bibliographic metadata rather than name disambiguation). Clearly outside: simple normalization (case folding, diacritic removal) that does not perform identity resolution.
Semantic Tension
Semantic Tension
Precision versus recall/privacy — aggressive linking increases recall but raises risk of false merges and privacy breaches; conservative linking reduces false positives but fails to unify legitimate duplicate records.
Synthesis
Synthesis
Name disambiguation operationalizes identity resolution as an evidence‑based, probabilistic process that should record confidence and provenance; persistent unique identifiers (when available) reduce ambiguity and are the preferred resolution mechanism.