WDC Products: A Multi-Dimensional Entity Matching Benchmark

23 Jan 2023  ยท  Ralph Peeters, Reng Chiz Der, Christian Bizer ยท

The difficulty of an entity matching task depends on a combination of multiple factors such as the amount of corner-case pairs, the fraction of entities in the test set that have not been seen during training, and the size of the development set. Current entity matching benchmarks usually represent single points in the space along such dimensions or they provide for the evaluation of matching methods along a single dimension, for instance the amount of training data. This paper presents WDC Products, an entity matching benchmark which provides for the systematic evaluation of matching systems along combinations of three dimensions while relying on real-world data. The three dimensions are (i) amount of corner-cases (ii) generalization to unseen entities, and (iii) development set size (training set plus validation set). Generalization to unseen entities is a dimension not covered by any of the existing English-language benchmarks yet but is crucial for evaluating the robustness of entity matching systems. Instead of learning how to match entity pairs, entity matching can also be formulated as a multi-class classification task that requires the matcher to recognize individual entities. WDC Products is the first benchmark that provides a pair-wise and a multi-class formulation of the same tasks. We evaluate WDC Products using several state-of-the-art matching systems, including Ditto, HierGAT, and R-SupCon. The evaluation shows that all matching systems struggle with unseen entities to varying degrees. It also shows that for entity matching contrastive learning is more training data efficient compared to cross-encoders.

PDF Abstract

Datasets


Introduced in the Paper:

WDC Products
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Entity Resolution WDC Products-50%cc-unseen-medium Ditto F1 (%) 70.66 # 2
Entity Resolution WDC Products-50%cc-unseen-medium RoBERTa-base F1 (%) 71.14 # 1
Entity Resolution WDC Products-50%cc-unseen-medium RoBERTa-SupCon F1 (%) 57.23 # 4
Entity Resolution WDC Products-50%cc-unseen-medium HG F1 (%) 68.74 # 3
Entity Resolution WDC Products-80%cc-seen-medium RoBERTa-base F1 (%) 72.18 # 4
Entity Resolution WDC Products-80%cc-seen-medium HG F1 (%) 71.40 # 5
Entity Resolution WDC Products-80%cc-seen-medium Ditto F1 (%) 73.93 # 3
Entity Resolution WDC Products-80%cc-seen-medium RoBERTa-SupCon F1 (%) 79.99 # 2
Entity Resolution WDC Products-80%cc-seen-medium-multi RoBERTa-base F1 Micro 52.03 # 2
Entity Resolution WDC Products-80%cc-seen-medium-multi RoBERTa-SupCon F1 Micro 88.63 # 1

Methods