Generalized Supervised Meta-blocking (technical report)
Luca Gagliardelli, George Papadakis, Giovanni Simonini, Sonia, Bergamaschi, Themis Palpanas

TL;DR
This paper introduces a generalized supervised meta-blocking method for entity resolution that leverages probabilistic classifiers and feature-based weighting schemes to improve candidate pair filtering, achieving high effectiveness across benchmarks.
Contribution
It proposes a flexible, classifier-based meta-blocking framework that enhances blocking efficiency by integrating multiple scoring features and optimizing pruning strategies.
Findings
Best pruning algorithms identified
Optimal feature sets determined
Minimal training set size established
Abstract
Entity Resolution constitutes a core data integration task that relies on Blocking in order to tame its quadratic time complexity. Schema-agnostic blocking achieves very high recall, requires no domain knowledge and applies to data of any structuredness and schema heterogeneity. This comes at the cost of many irrelevant candidate pairs (i.e., comparisons), which can be significantly reduced through Meta-blocking techniques, i.e., techniques that leverage the co-occurrence patterns of entities inside the blocks: first, a weighting scheme assigns a score to every pair of candidate entities in proportion to the likelihood that they are matching and then, a pruning algorithm discards the pairs with the lowest scores. Supervised Meta-blocking goes beyond this approach by combining multiple scores per comparison into a feature vector that is fed to a binary classifier. By using probabilistic…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Quality and Management · Data Mining Algorithms and Applications · Topic Modeling
