paper-with-me

홈 › Papers

WDC Products: A Multi-Dimensional Entity Matching Benchmark

2023-01-23 · Ralph Peeters, Reng Chiz Der, Christian Bizer

The difficulty of an entity matching task depends on a combination of multiple factors such as the amount of corner-case pairs, the fraction of entities in the test set that have not been seen during training, and the size of the development set. Current entity matching benchmarks usually represent single points in the space along such dimensions or they provide for the evaluation of matching methods along a single dimension, for instance the amount of training data. This paper presents WDC Products, an entity matching benchmark which provides for the systematic evaluation of matching systems along combinations of three dimensions while relying on real-world data. The three dimensions are (i) amount of corner-cases (ii) generalization to unseen entities, and (iii) development set size (training set plus validation set). Generalization to unseen entities is a dimension not covered by any of the existing English-language benchmarks yet but is crucial for evaluating the robustness of entity matching systems. Instead of learning how to match entity pairs, entity matching can also be formulated as a multi-class classification task that requires the matcher to recognize individual entities. WDC Products is the first benchmark that provides a pair-wise and a multi-class formulation of the same tasks. We evaluate WDC Products using several state-of-the-art matching systems, including Ditto, HierGAT, and R-SupCon. The evaluation shows that all matching systems struggle with unseen entities to varying degrees. It also shows that for entity matching contrastive learning is more training data efficient compared to cross-encoders.

📄 PDF Abstract BibTeX arXiv:2301.09521

Code (1)

wbsg-uni-mannheim/wdcproducts 공식 구현 pytorch

Tasks

Contrastive LearningData IntegrationEntity ResolutionMulti-class Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Test 설명 없음

Similar Papers 제목 키워드 기반

Dual-Objective Fine-Tuning of BERT for Entity Matching

2021-06-01 · Proceedings of the VLDB Endowment 2021 6 · Ralph Peeters, Christian Bizer

An increasing number of data providers have adopted shared numbering schemes such as GTIN, ISBN, DUNS, or ORCID numbers for identifying entities in the respective domain. This means for data integration that shared ident…

Data IntegrationEntity ResolutionMulti-class Classification

Retail-786k: a Large-Scale Dataset for Visual Entity Matching

2023-09-29 · Bianca Lamm, Janis Keuper

Entity Matching (EM) defines the task of learning to group objects by transferring semantic concepts from example groups (=entities) to unseen data. Despite the general availability of image data in the context of many E…

Duality-Induced Regularizer for Semantic Matching Knowledge Graph Embeddings

2022-03-24 · Jie Wang, Zhanqiu Zhang, Zhihao Shi, Jianyu Cai 외

Semantic matching models -- which assume that entities with similar semantics have similar embeddings -- have shown great power in knowledge graph embeddings (KGE). Many existing semantic matching models use inner produc…

Entity EmbeddingsKnowledge Graph EmbeddingsKnowledge Graphs

Cross-platform Product Matching Based on Entity Alignment of Knowledge Graph with RAEA model

2025-12-08 · Wenlong Liu, Jiahua Pan, Xingyu Zhang, Xinxin Gong 외 arxiv

Product matching aims to identify identical or similar products sold on different platforms. By building knowledge graphs (KGs), the product matching problem can be converted to the Entity Alignment (EA) task, which aims…

Knowledge GraphsEntity Alignment

Labeling Training Data for Entity Matching Using Large Language Models

2026-06-27 · Aaron Steiner, Christian Bizer arxiv

Recent large language models (LLMs) achieve strong performance on entity matching without requiring task-specific training data. However, applying these models to large sets of candidate pairs remains slow and costly. In…

Knowledge Distillation