TL;DR
d-blink introduces a scalable, distributed Bayesian model for entity resolution that jointly performs blocking and record linkage, maintaining posterior accuracy while handling large noisy databases efficiently.
Contribution
It proposes a novel distributed Bayesian ER framework that combines blocking and linkage without sacrificing posterior correctness, using auxiliary variables and efficient Gibbs sampling.
Findings
Successfully scales to large datasets including census data
Maintains accurate posterior inference despite data partitioning
Demonstrates effectiveness across six diverse datasets
Abstract
Entity resolution (ER; also known as record linkage or de-duplication) is the process of merging noisy databases, often in the absence of unique identifiers. A major advancement in ER methodology has been the application of Bayesian generative models, which provide a natural framework for inferring latent entities with rigorous quantification of uncertainty. Despite these advantages, existing models are severely limited in practice, as standard inference algorithms scale quadratically in the number of records. While scaling can be managed by fitting the model on separate blocks of the data, such a na\"ive approach may induce significant error in the posterior. In this paper, we propose a principled model for scalable Bayesian ER, called "distributed Bayesian linkage" or d-blink, which jointly performs blocking and ER without compromising posterior correctness. Our approach relies on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
