CLAIJan 7, 2024

On Leveraging Large Language Models for Enhancing Entity Resolution: A Cost-efficient Approach

arXiv:2401.03426v27 citationsh-index: 5
AI Analysis

This addresses cost-efficiency for entity resolution in sectors like e-commerce and healthcare, but it is incremental as it builds on existing LLM methods.

The paper tackles the high cost and quality issues of using Large Language Models (LLMs) for entity resolution by proposing an uncertainty reduction framework that selects valuable matching questions for LLM verification, with experimental results showing it is efficient and effective.

Entity resolution, the task of identifying and merging records that refer to the same real-world entity, is crucial in sectors like e-commerce, healthcare, and law enforcement. Large Language Models (LLMs) introduce an innovative approach to this task, capitalizing on their advanced linguistic capabilities and a ``pay-as-you-go'' model that provides significant advantages to those without extensive data science expertise. However, current LLMs are costly due to per-API request billing. Existing methods often either lack quality or become prohibitively expensive at scale. To address these problems, we propose an uncertainty reduction framework using LLMs to improve entity resolution results. We first initialize possible partitions of the entity cluster, refer to the same entity, and define the uncertainty of the result. Then, we reduce the uncertainty by selecting a few valuable matching questions for LLM verification. Upon receiving the answers, we update the probability distribution of the possible partitions. To further reduce costs, we design an efficient algorithm to judiciously select the most valuable matching pairs to query. Additionally, we create error-tolerant techniques to handle LLM mistakes and a dynamic adjustment method to reach truly correct partitions. Experimental results show that our method is efficient and effective, offering promising applications in real-world tasks.

Foundations

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

Your Notes