paper-with-me

홈 › Papers

Deep Learning for Entity Matching: A Design Space Exploration

2018-05-01 · SIGMOD: International Conference on Management of Data 2018 5 · Sidharth Mudgal, Han Li, Theodoros Rekatsinas, AnHai Doan, Youngchoon Park, Ganesh Krishnan, Rohit Deep, Esteban Arcaute, Vijay Raghavendra

Entity matching (EM) finds data instances that refer to the same real-world entity. In this paper we examine applying deep learning (DL) to EM, to understand DL's benefits and limitations. We review many DL solutions that have been developed for related matching tasks in text processing (e.g., entity linking, textual entailment, etc.). We categorize these solutions and define a space of DL solutions for EM, as embodied by four solutions with varying representational power: SIF, RNN, Attention, and Hybrid. Next, we investigate the types of EM problems for which DL can be helpful. We consider three such problem types, which match structured data instances, textual instances, and dirty instances, respectively. We empirically compare the above four DL solutions with Magellan, a state-of-the-art learning-based EM solution. The results show that DL does not outperform current solutions on structured EM, but it can significantly outperform them on textual and dirty EM. For practitioners, this suggests that they should seriously consider using DL for textual and dirty EM problems. Finally, we analyze DL's performance and discuss future research directions.

📄 PDF Abstract BibTeX

Code (1)

anhaidgroup/deepmatcher pytorch

Tasks

Deep LearningEntity LinkingEntity ResolutionNatural Language Inference

Similar Papers 제목 키워드 기반

Domain Adaptation for Deep Entity Resolution: A Design Space Exploration

2022-06-01 · SIGMOD/PODS 2022 6 · Jianhong Tu, Ju Fan, Nan Tang, Peng Wang 외

Entity resolution (ER) is a core problem of data integration. The state-of-the-art (SOTA) results on ER are achieved by deep learning (DL) based methods, trained with a lot of labeled matching/non-matching entity pairs. …

Data IntegrationDomain AdaptationEntity Resolution

Deep learning for blocking in entity matching: a design space exploration

2021-07-01 · Proceedings of the VLDB Endowment 2021 7 · Saravanan Thirumuruganathan, Han Li, Nan Tang, Mourad Ouzzani 외

Entity matching (EM) finds data instances that refer to the same real-world entity. Most EM solutions perform blocking then matching. Many works have applied deep learning (DL) to matching, but far fewer works have appli…

Blocking

Cost-Effective In-Context Learning for Entity Resolution: A Design Space Exploration

2023-12-07 · Meihao Fan, Xiaoyue Han, Ju Fan, Chengliang Chai 외

Entity resolution (ER) is an important data integration task with a wide spectrum of applications. The state-of-the-art solutions on ER rely on pre-trained language models (PLMs), which require fine-tuning on a lot of la…

Data IntegrationEntity ResolutionIn-Context Learning

Cost-Efficient RAG for Entity Matching with LLMs: A Blocking-based Exploration

2026-02-05 · Chuangtao Ma, Zeyu Zhang, Arijit Khan, Sebastian Schelter 외 arxiv

Retrieval-augmented generation (RAG) enhances LLM reasoning in knowledge-intensive tasks, but existing RAG pipelines incur substantial retrieval and generation overhead when applied to large-scale entity matching. To add…

The Battleship Approach to the Low Resource Entity Matching Problem

2023-11-27 · Bar Genossar, Avigdor Gal, Roee Shraga

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 pro…

Active LearningData IntegrationInformativeness