paper-with-me

홈 › Papers

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

2023-12-07 · Meihao Fan, Xiaoyue Han, Ju Fan, Chengliang Chai, Nan Tang, Guoliang Li, Xiaoyong Du

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 labeled matching/non-matching entity pairs. Recently, large languages models (LLMs), such as GPT-4, have shown the ability to perform many tasks without tuning model parameters, which is known as in-context learning (ICL) that facilitates effective learning from a few labeled input context demonstrations. However, existing ICL approaches to ER typically necessitate providing a task description and a set of demonstrations for each entity pair and thus have limitations on the monetary cost of interfacing LLMs. To address the problem, in this paper, we provide a comprehensive study to investigate how to develop a cost-effective batch prompting approach to ER. We introduce a framework BATCHER consisting of demonstration selection and question batching and explore different design choices that support batch prompting for ER. We also devise a covering-based demonstration selection strategy that achieves an effective balance between matching accuracy and monetary cost. We conduct a thorough evaluation to explore the design space and evaluate our proposed strategies. Through extensive experiments, we find that batch prompting is very cost-effective for ER, compared with not only PLM-based methods fine-tuned with extensive labeled data but also LLM-based methods with manually designed prompting. We also provide guidance for selecting appropriate design choices for batch prompting.

📄 PDF Abstract BibTeX arXiv:2312.03987

Code (1)

fmh1art/batcher 공식 구현 pytorch

Tasks

Data IntegrationEntity ResolutionIn-Context Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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$…
Multi-Head Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Cost-effective Variational Active Entity Resolution

2020-11-20 · Alex Bogatu, Norman W. Paton, Mark Douthwaite, Stuart Davie 외

Accurately identifying different representations of the same real-world entity is an integral part of data cleaning and many methods have been proposed to accomplish it. The challenges of this entity resolution task that…

Active LearningEntity ResolutionRepresentation LearningSpecificity+1

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

2024-01-07 · Huahang Li, Longyu Feng, Shuangyin Li, Fei Hao 외

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

Entity Resolution

ECAMP: Entity-centered Context-aware Medical Vision Language Pre-training

2023-12-20 · Rongsheng Wang, Qingsong Yao, Haoran Lai, ZhiYang He 외

Despite significant advancements in medical vision-language pre-training, existing methods have largely overlooked the inherent entity-specific context within radiology reports and the complex cross-modality contextual r…

Language ModelingLanguage ModellingLarge Language ModelMasked Language Modeling+1

HiRes-LLaVA: Restoring Fragmentation Input in High-Resolution Large Vision-Language Models

2024-07-11 · CVPR 2025 1 · Runhui Huang, Xinpeng Ding, Chunwei Wang, Jianhua Han 외

High-resolution inputs enable Large Vision-Language Models (LVLMs) to discern finer visual details, enhancing their comprehension capabilities. To reduce the training and computation costs caused by high-resolution input…

Position

ErGAN: Generative Adversarial Networks for Entity Resolution

2020-12-18 · Jingyu Shao, Qing Wang, Asiri Wijesinghe, Erhard Rahm

Entity resolution targets at identifying records that represent the same real-world entity from one or more datasets. A major challenge in learning-based entity resolution is how to reduce the label cost for training. Du…

DiversityEntity ResolutionGenerative Adversarial Network