Hasso-Plattner-Institut
Prof. Dr. Felix Naumann
 

01.07.2011

ICDKE Paper Accepted

International Conference on Data and Knowledge Engineering (ICDKE 2011), Milan

A Generalization of Blocking and Windowing Algorithms
for Duplicate Detection

Uwe Draisbach and Felix Naumann 

Abstract. Duplicate detection is the process of finding multiple records in a dataset that represent the same real-world entity. Due to the enormous costs of an exhaustive comparison, typical algorithms select only promising record pairs for comparison. Two competing approaches are blocking and windowing. Blocking methods partition records into disjoint subsets, while windowing methods, in particular the Sorted Neighborhood Method, slide a window over the sorted records and compare records only within the window. We present a new algorithm called Sorted Blocks in several variants, which generalizes both approaches. To evaluate Sorted Blocks, we have conducted extensive experiments with different datasets. These show that our new algorithm needs fewer comparisons to find the same number of duplicates.