Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Deep Entity Matching with Pre-Trained Language Models

About

We present Ditto, a novel entity matching system based on pre-trained Transformer-based language models. We fine-tune and cast EM as a sequence-pair classification problem to leverage such models with a simple architecture. Our experiments show that a straightforward application of language models such as BERT, DistilBERT, or RoBERTa pre-trained on large text corpora already significantly improves the matching quality and outperforms previous state-of-the-art (SOTA), by up to 29% of F1 score on benchmark datasets. We also developed three optimization techniques to further improve Ditto's matching capability. Ditto allows domain knowledge to be injected by highlighting important pieces of input information that may be of interest when making matching decisions. Ditto also summarizes strings that are too long so that only the essential information is retained and used for EM. Finally, Ditto adapts a SOTA technique on data augmentation for text to EM to augment the training data with (difficult) examples. This way, Ditto is forced to learn "harder" to improve the model's matching capability. The optimizations we developed further boost the performance of Ditto by up to 9.8%. Perhaps more surprisingly, we establish that Ditto can achieve the previous SOTA results with at most half the number of labeled data. Finally, we demonstrate Ditto's effectiveness on a real-world large-scale EM task. On matching two company datasets consisting of 789K and 412K records, Ditto achieves a high F1 score of 96.5%.

Yuliang Li, Jinfeng Li, Yoshihiko Suhara, AnHai Doan, Wang-Chiew Tan• 2020

Related benchmarks

TaskDatasetResultRank
Entity MatchingFodors-Zagats
F1 Score100
30
Entity MatchingFebrl4
F1 Score100
26
Entity MatchingBikes
F1 Score95.5
26
Entity MatchingeBooks
F1 Score89.5
26
Entity MatchingWalmart-Amazon (WA) (test)
F1 Score86.8
26
Entity MatchingAverage (Febrl4, F.-Zagat, Bikes, eBooks, Movies)
F1 Score84.9
26
Entity MatchingMovies
F1 Score44.9
26
Entity MatchingAmazon-Google (AG) (test)
F1 Score75.6
21
Entity LinkageAbt-Buy (test)
F1 Score89.8
17
Entity MatchingAB (test)
F1 Score79.4
17
Showing 10 of 43 rows

Other info

Follow for update