paper-with-me

Papers

Analyzing how BERT performs entity matching

2022-04-01 · Proceedings of the VLDB Endowment 2022 4 · Matteo Paganelli, Francesco Del Buono, Andrea Baraldi, Francesco Guerra

State-of-the-art Entity Matching (EM) approaches rely on transformer architectures, such as BERT, for generating highly contex-tualized embeddings of terms. The embeddings are then used to predict whether pairs of entity descriptions refer to the same real-world entity. BERT-based EM models demonstrated to be effective, but act as black-boxes for the users, who have limited insight into the motivations behind their decisions. In this paper, we perform a multi-facet analysis of the components of pre-trained and fine-tuned BERT architectures applied to an EM task. The main findings resulting from our extensive experimental evaluation are (1) the fine-tuning process applied to the EM task mainly modifies the last layers of the BERT components, but in a different way on tokens belonging to descriptions of matching / non-matching entities; (2) the special structure of the EM datasets, where records are pairs of entity descriptions is recognized by BERT; (3) the pair-wise semantic similarity of tokens is not a key knowledge exploited by BERT-based EM models.

📄 PDF Abstract BibTeX

Code (1)

softlab-unimore/bert-attention-for-em pytorch

Tasks

Entity ResolutionSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

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

Entity Matching using Large Language Models

2023-10-17 · Ralph Peeters, Aaron Steiner, Christian Bizer

Entity matching is the task of deciding whether two entity descriptions refer to the same real-world entity. Entity matching is a central step in most data integration pipelines. Many state-of-the-art entity matching met…

Data IntegrationEntity Resolution

Leveraging large language models for efficient representation learning for entity resolution

2024-11-15 · Xiaowei Xu, Bi T. Foua, Xingqiao Wang, Vivek Gunasekaran 외

In this paper, the authors propose TriBERTa, a supervised entity resolution system that utilizes a pre-trained large language model and a triplet loss function to learn representations for entity matching. The system con…

BlockingContrastive LearningEntity ResolutionLanguage Modeling+5

Using ChatGPT for Entity Matching

2023-05-05 · Ralph Peeters, Christian Bizer

Entity Matching is the task of deciding if two entity descriptions refer to the same real-world entity. State-of-the-art entity matching methods often rely on fine-tuning Transformer models such as BERT or RoBERTa. Two m…

Data IntegrationEntity ResolutionIn-Context Learning

Deep Entity Matching with Pre-Trained Language Models

2020-04-01 · Yuliang Li, Jinfeng Li, Yoshihiko Suhara, AnHai Doan 외

We present Ditto, a novel entity matching system based on pre-trained Transformer-based language models. We fine-tune and cast EM as a sequence-pair classification problem to leverage such models with a simple architectu…

Data AugmentationEntity Resolution