Entity Resolution

Entity resolution (ER) is the problem of matching records that represent the same real-world entity and then merging the matching records. ER is a well known problem that arises in many applications. An exhaustive ER process involves comparing all the pairs of records, which can be very expensive for large datasets.

Parameters

  • nn: number of records
  • kk: number of features

Related Problems


Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 7 of 7 algorithms

See more
Bellare Active Learning2012O(n2lognclogc)O(n^2 \log n c \log c)
Gupta & Sarawagi CRF2009O(n3k)O(n^3 k)O(nk)O(nk)
Ravikumar & Cohen Generative Models2004O(n2k)O(n^2 k)O(k)O(k)
Ananthakrishna2002O(n2k)O(n^2 k)O(n)O(n)
EM Based Winkler2000O(n3k)O(n^3 k)O(k)O(k)
BOYS algorithm1993O(n2k)O(n^2 k)O(n2)O(n^2)
Fellegi & Sunter Model1969O(n3k)O(n^3 k)O(k)O(k)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Displaying 1 of 1 other relevant algorithms