# Unsupervised record matching with noisy and incomplete data

**Authors:** Yves van Gennip, Blake Hunter, Anna Ma, Daniel Moyer, Ryan de Vera,, Andrea L. Bertozzi

arXiv: 1704.02955 · 2019-07-11

## TL;DR

This paper presents an unsupervised approach for duplicate detection in noisy, incomplete data, combining similarity scoring, grouping, and refinement, with novel TF-IDF variants and missing data handling, validated on multiple datasets.

## Contribution

Introduces a new vectorized soft TF-IDF method and automatic grouping technique for effective duplicate detection in challenging noisy and incomplete datasets.

## Key findings

- Word-based similarity methods outperform 3-gram methods.
- Soft TF-IDF can outperform standard TF-IDF in certain parameter ranges.
- Automatic grouping generally yields accurate results without prior knowledge.

## Abstract

We consider the problem of duplicate detection in noisy and incomplete data: given a large data set in which each record has multiple entries (attributes), detect which distinct records refer to the same real world entity. This task is complicated by noise (such as misspellings) and missing data, which can lead to records being different, despite referring to the same entity. Our method consists of three main steps: creating a similarity score between records, grouping records together into "unique entities", and refining the groups. We compare various methods for creating similarity scores between noisy records, considering different combinations of string matching, term frequency-inverse document frequency methods, and n-gram techniques. In particular, we introduce a vectorized soft term frequency-inverse document frequency method, with an optional refinement step. We also discuss two methods to deal with missing data in computing similarity scores.   We test our method on the Los Angeles Police Department Field Interview Card data set, the Cora Citation Matching data set, and two sets of restaurant review data. The results show that the methods that use words as the basic units are preferable to those that use 3-grams. Moreover, in some (but certainly not all) parameter ranges soft term frequency-inverse document frequency methods can outperform the standard term frequency-inverse document frequency method. The results also confirm that our method for automatically determining the number of groups typically works well in many cases and allows for accurate results in the absence of a priori knowledge of the number of unique entities in the data set.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1704.02955/full.md

## Figures

24 figures with captions in the complete paper: https://tomesphere.com/paper/1704.02955/full.md

## References

72 references — full list in the complete paper: https://tomesphere.com/paper/1704.02955/full.md

---
Source: https://tomesphere.com/paper/1704.02955