paper-with-me

Papers

Disambiguate Entity Matching using Large Language Models through Relation Discovery

2024-03-26 · Zezhou Huang

Entity matching is a critical challenge in data integration and cleaning, central to tasks like fuzzy joins and deduplication. Traditional approaches have focused on overcoming fuzzy term representations through methods such as edit distance, Jaccard similarity, and more recently, embeddings and deep neural networks, including advancements from large language models (LLMs) like GPT. However, the core challenge in entity matching extends beyond term fuzziness to the ambiguity in defining what constitutes a "match," especially when integrating with external databases. This ambiguity arises due to varying levels of detail and granularity among entities, complicating exact matches. We propose a novel approach that shifts focus from purely identifying semantic similarities to understanding and defining the "relations" between entities as crucial for resolving ambiguities in matching. By predefining a set of relations relevant to the task at hand, our method allows analysts to navigate the spectrum of similarity more effectively, from exact matches to conceptually related entities.

📄 PDF Abstract BibTeX arXiv:2403.17344

Code (0)

등록된 구현이 없습니다.

Tasks

Data IntegrationNavigateRelation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

High-Throughput and Language-Agnostic Entity Disambiguation and Linking on User Generated Data

2017-03-13 · Preeti Bhargava, Nemanja Spasojevic, Guoning Hu

The Entity Disambiguation and Linking (EDL) task matches entity mentions in text to a unique Knowledge Base (KB) identifier such as a Wikipedia or Freebase id. It plays a critical role in the construction of a high quali…

Entity DisambiguationInformation RetrievalRetrievalText Categorization

A Read-and-Select Framework for Zero-shot Entity Linking

2023-10-19 · Zhenran Xu, Yulin Chen, Baotian Hu, Min Zhang

Zero-shot entity linking (EL) aims at aligning entity mentions to unseen entities to challenge the generalization ability. Previous methods largely focus on the candidate retrieval stage and ignore the essential candidat…

Entity DisambiguationEntity LinkingRetrieval

LLMAEL: Large Language Models are Good Context Augmenters for Entity Linking

2024-07-04 · Amy Xin, Yunjia Qi, Zijun Yao, Fangwei Zhu 외

Entity Linking (EL) models are well-trained at mapping mentions to their corresponding entities according to a given context. However, EL models struggle to disambiguate long-tail entities due to their limited training d…

Data AugmentationEntity Linking

Distant Supervision for Entity Linking

2015-05-14 · PACLIC 2015 10 · Miao Fan, Qiang Zhou, Thomas Fang Zheng

Entity linking is an indispensable operation of populating knowledge repositories for information extraction. It studies on aligning a textual entity mention to its corresponding disambiguated entry in a knowledge reposi…

DescriptiveEntity Linking

Match, Compare, or Select? An Investigation of Large Language Models for Entity Matching

2024-05-27 · Tianshu Wang, Xiaoyang Chen, Hongyu Lin, Xuanang Chen 외

Entity matching (EM) is a critical step in entity resolution (ER). Recently, entity matching based on large language models (LLMs) has shown great promise. However, current LLM-based entity matching approaches typically …

Entity Resolution