paper-with-me

Papers

An Ensemble Blocking Scheme for Entity Resolution of Large and Sparse Datasets

2016-09-20 · Janani Balaji, Faizan Javed, Mayank Kejriwal, Chris Min, Sam Sander, Ozgur Ozturk

Entity Resolution, also called record linkage or deduplication, refers to the process of identifying and merging duplicate versions of the same entity into a unified representation. The standard practice is to use a Rule based or Machine Learning based model that compares entity pairs and assigns a score to represent the pairs' Match/Non-Match status. However, performing an exhaustive pair-wise comparison on all pairs of records leads to quadratic matcher complexity and hence a Blocking step is performed before the Matching to group similar entities into smaller blocks that the matcher can then examine exhaustively. Several blocking schemes have been developed to efficiently and effectively block the input dataset into manageable groups. At CareerBuilder (CB), we perform deduplication on massive datasets of people profiles collected from disparate sources with varying informational content. We observed that, employing a single blocking technique did not cover the base for all possible scenarios due to the multi-faceted nature of our data sources. In this paper, we describe our ensemble approach to blocking that combines two different blocking techniques to leverage their respective strengths.

📄 PDF Abstract BibTeX arXiv:1609.06265

Code (0)

등록된 구현이 없습니다.

Tasks

BlockingEntity Resolution

Similar Papers 제목 키워드 기반

Adaptive Candidate Generation for Scalable Edge-discovery Tasks on Data Graphs

2016-05-02 · Mayank Kejriwal

Several `edge-discovery' applications over graph-based data models are known to have worst-case quadratic time complexity in the nodes, even if the discovered edges are sparse. One example is the generic link discovery p…

BlockingEntity ResolutionLink Prediction

Large-Ensemble Simulations Reveal Links Between Atmospheric Blocking Frequency and Sea Surface Temperature Variability

2026-02-04 · Zilu Meng, Gregory J. Hakim, Wenchang Yang, Gabriel A. Vecchi arxiv

Atmospheric blocking events drive persistent weather extremes in midlatitudes, but isolating the influence of sea surface temperature (SST) from chaotic internal atmospheric variability on these events remains a challeng…

Towards Universal Dense Blocking for Entity Resolution

2024-04-23 · Tianshu Wang, Hongyu Lin, Xianpei Han, Xiaoyang Chen 외

Blocking is a critical step in entity resolution, and the emergence of neural network-based representation models has led to the development of dense blocking as a promising approach for exploring deep semantics in block…

BlockingContrastive LearningEntity Resolution

SC-Block: Supervised Contrastive Blocking within Entity Resolution Pipelines

2023-03-06 · Alexander Brinkmann, Roee Shraga, Christian Bizer

The goal of entity resolution is to identify records in multiple datasets that represent the same real-world entity. However, comparing all records across datasets can be computationally intensive, leading to long runtim…

BlockingContrastive LearningEntity Resolution

Neural Locality Sensitive Hashing for Entity Blocking

2024-01-31 · Runhui Wang, Luyang Kong, Yefan Tao, Andrew Borthwick 외

Locality-sensitive hashing (LSH) is a fundamental algorithmic technique widely employed in large-scale data processing applications, such as nearest-neighbor search, entity resolution, and clustering. However, its applic…

BlockingEntity Resolution