Artigo Revisado por pares

Sparkly: A Simple yet Surprisingly Strong TF/IDF Blocker for Entity Matching

2023; Association for Computing Machinery; Volume: 16; Issue: 6 Linguagem: Inglês

10.14778/3583140.3583163

ISSN

2150-8097

Autores

Derek J. Paulsen, Yash Govind, AnHai Doan,

Tópico(s)

Advanced Database Systems and Queries

Resumo

Blocking is a major task in entity matching. Numerous blocking solutions have been developed, but as far as we can tell, blocking using the well-known tf/idf measure has received virtually no attention. Yet, when we experimented with tf/idf blocking using Lucene, we found it did quite well. So in this paper we examine tf/idf blocking in depth. We develop Sparkly, which uses Lucene to perform top-k tf/idf blocking in a distributed share-nothing fashion on a Spark cluster. We develop techniques to identify good attributes and tokenizers that can be used to block on, making Sparkly completely automatic. We perform extensive experiments showing that Sparkly outperforms 8 state-of-the-art blockers. Finally, we provide an in-depth analysis of Sparkly's performance, regarding both recall/output size and runtime. Our findings suggest that (a) tf/idf blocking needs more attention, (b) Sparkly forms a strong baseline that future blocking work should compare against, and (c) future blocking work should seriously consider top-k blocking, which helps improve recall, and a distributed share-nothing architecture, which helps improve scalability, predictability, and extensibility.

Referência(s)