DBLGNov 27, 2023

The Battleship Approach to the Low Resource Entity Matching Problem

arXiv:2311.15685v17 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of entity matching in data integration for domains with limited labeled data, offering an incremental improvement over existing methods.

The paper tackles the low resource entity matching problem by proposing a new active learning approach that treats it as a Battleship game to hunt informative samples, resulting in outperforming state-of-the-art active learning solutions and matching fully trained algorithms with fewer samples.

Entity matching, a core data integration problem, is the task of deciding whether two data tuples refer to the same real-world entity. Recent advances in deep learning methods, using pre-trained language models, were proposed for resolving entity matching. Although demonstrating unprecedented results, these solutions suffer from a major drawback as they require large amounts of labeled data for training, and, as such, are inadequate to be applied to low resource entity matching problems. To overcome the challenge of obtaining sufficient labeled data we offer a new active learning approach, focusing on a selection mechanism that exploits unique properties of entity matching. We argue that a distributed representation of a tuple pair indicates its informativeness when considered among other pairs. This is used consequently in our approach that iteratively utilizes space-aware considerations. Bringing it all together, we treat the low resource entity matching problem as a Battleship game, hunting indicative samples, focusing on positive ones, through awareness of the latent space along with careful planning of next sampling iterations. An extensive experimental analysis shows that the proposed algorithm outperforms state-of-the-art active learning solutions to low resource entity matching, and although using less samples, can be as successful as state-of-the-art fully trained known algorithms.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes