CLAIMar 17

Prompt-tuning with Attribute Guidance for Low-resource Entity Matching

arXiv:2603.1932152.1h-index: 1
Predicted impact top 70% in CL · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the need for efficient entity matching with minimal labeled data, offering a domain-specific solution for data integration tasks.

The paper tackles the problem of low-resource entity matching by introducing PROMPTATTRIB, which uses attribute-level prompt tuning and logical reasoning to improve accuracy, achieving state-of-the-art results on real-world datasets.

Entity Matching (EM) is an important task that determines the logical relationship between two entities, such as Same, Different, or Undecidable. Traditional EM approaches rely heavily on supervised learning, which requires large amounts of high-quality labeled data. This labeling process is both time-consuming and costly, limiting practical applicability. As a result, there is a strong need for low-resource EM methods that can perform well with minimal labeled data. Recent prompt-tuning approaches have shown promise for low-resource EM, but they mainly focus on entity-level matching and often overlook critical attribute-level information. In addition, these methods typically lack interpretability and explainability. To address these limitations, this paper introduces PROMPTATTRIB, a comprehensive solution that tackles EM through attribute-level prompt tuning and logical reasoning. PROMPTATTRIB uses both entity-level and attribute-level prompts to incorporate richer contextual information and employs fuzzy logic formulas to infer the final matching label. By explicitly considering attributes, the model gains a deeper understanding of the entities, resulting in more accurate matching. Furthermore, PROMPTATTRIB integrates dropout-based contrastive learning on soft prompts, inspired by SimCSE, which further boosts EM performance. Extensive experiments on real-world datasets demonstrate the effectiveness of PROMPTATTRIB.

Foundations

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

Your Notes