paper-with-me

Papers

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 major drawbacks of using these models for entity matching are that (i) the models require significant amounts of fine-tuning data for reaching a good performance and (ii) the fine-tuned models are not robust concerning out-of-distribution entities. In this paper, we investigate using ChatGPT for entity matching as a more robust, training data-efficient alternative to traditional Transformer models. We perform experiments along three dimensions: (i) general prompt design, (ii) in-context learning, and (iii) provision of higher-level matching knowledge. We show that ChatGPT is competitive with a fine-tuned RoBERTa model, reaching a zero-shot performance of 82.35% F1 on a challenging matching task on which RoBERTa requires 2000 training examples for reaching a similar performance. Adding in-context demonstrations to the prompts further improves the F1 by up to 7.85% when using similarity-based example selection. Always using the same set of 10 handpicked demonstrations leads to an improvement of 4.92% over the zero-shot performance. Finally, we show that ChatGPT can also be guided by adding higher-level matching knowledge in the form of rules to the prompts. Providing matching rules leads to similar performance gains as providing in-context demonstrations.

📄 PDF Abstract BibTeX arXiv:2305.03423

Code (1)

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

Tasks

Data IntegrationEntity ResolutionIn-Context Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
GPT GPT is a Transformer-based architecture and training procedure for natural language processing tasks. Training follows a…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음

Similar Papers 제목 키워드 기반

DMNER: Biomedical Entity Recognition by Detection and Matching

2023-06-27 · Junyi Bian, Rongze Jiang, Weiqi Zhai, Tianyang Huang 외

Biomedical named entity recognition (BNER) serves as the foundation for numerous biomedical text mining tasks. Unlike general NER, BNER require a comprehensive grasp of the domain, and incorporating external knowledge be…

Boundary Detectionnamed-entity-recognitionNamed Entity RecognitionNER

Zero- and Few-shot Named Entity Recognition and Text Expansion in Medication Prescriptions using ChatGPT

2024-09-26 · Natthanaphop Isaradech, Andrea Riedel, Wachiranun Sirikul, Markus Kreuzthaler 외

Introduction: Medication prescriptions are often in free text and include a mix of two languages, local brand names, and a wide range of idiosyncratic formats and abbreviations. Large language models (LLMs) have shown pr…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Utilizing Large Language Models for Named Entity Recognition in Traditional Chinese Medicine against COVID-19 Literature: Comparative Study

2024-08-24 · Xu Tong, Nina Smirnova, Sharmila Upadhyaya, Ran Yu 외

Objective: To explore and compare the performance of ChatGPT and other state-of-the-art LLMs on domain-specific NER tasks covering different entity types and domains in TCM against COVID-19 literature. Methods: We establ…

Articlesnamed-entity-recognitionNamed Entity RecognitionNER+1

Silver-Tongued and Sundry: Exploring Intersectional Pronouns with ChatGPT

2024-05-13 · Takao Fujii, Katie Seaborn, Madeleine Steeds

ChatGPT is a conversational agent built on a large language model. Trained on a significant portion of human output, ChatGPT can mimic people to a degree. As such, we need to consider what social identities ChatGPT simul…

Language ModelingLanguage ModellingLarge Language Model

How well ChatGPT understand Malaysian English? An Evaluation on Named Entity Recognition and Relation Extraction

2023-11-20 · Mohan Raj Chanthran, Lay-Ki Soon, Huey Fang Ong, Bhawani Selvaretnam

Recently, ChatGPT has attracted a lot of interest from both researchers and the general public. While the performance of ChatGPT in named entity recognition and relation extraction from Standard English texts is satisfac…

ArticlesLarge Language Modelnamed-entity-recognitionNamed Entity Recognition+2