CLAIJun 8, 2021

Interpretable and Low-Resource Entity Matching via Decoupling Feature Learning from Decision Making

arXiv:2106.04174v1711 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for more interpretable and low-resource entity matching systems, particularly for domains requiring expert validation, though it is incremental in combining existing techniques like self-supervised learning and decision trees.

The paper tackles the problem of entity matching by proposing a framework that decouples feature learning from decision making to improve interpretability and reduce resource requirements, achieving state-of-the-art performance on most of 6 public and 3 industrial datasets.

Entity Matching (EM) aims at recognizing entity records that denote the same real-world object. Neural EM models learn vector representation of entity descriptions and match entities end-to-end. Though robust, these methods require many resources for training, and lack of interpretability. In this paper, we propose a novel EM framework that consists of Heterogeneous Information Fusion (HIF) and Key Attribute Tree (KAT) Induction to decouple feature representation from matching decision. Using self-supervised learning and mask mechanism in pre-trained language modeling, HIF learns the embeddings of noisy attribute values by inter-attribute attention with unlabeled data. Using a set of comparison features and a limited amount of annotated data, KAT Induction learns an efficient decision tree that can be interpreted by generating entity matching rules whose structure is advocated by domain experts. Experiments on 6 public datasets and 3 industrial datasets show that our method is highly efficient and outperforms SOTA EM models in most cases. Our codes and datasets can be obtained from https://github.com/THU-KEG/HIF-KAT.

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