paper-with-me

홈 › Papers

Improving Few-Shot Cross-Domain Named Entity Recognition by Instruction Tuning a Word-Embedding based Retrieval Augmented Large Language Model

2024-11-01 · Subhadip Nandi, Neeraj Agrawal

Few-Shot Cross-Domain NER is the process of leveraging knowledge from data-rich source domains to perform entity recognition on data scarce target domains. Most previous state-of-the-art (SOTA) approaches use pre-trained language models (PLMs) for cross-domain NER. However, these models are often domain specific. To successfully use these models for new target domains, we need to modify either the model architecture or perform model finetuning using data from the new domains. Both of these result in the creation of entirely new NER models for each target domain which is infeasible for practical scenarios. Recently,several works have attempted to use LLMs to solve Few-Shot Cross-Domain NER. However, most of these are either too expensive for practical purposes or struggle to follow LLM prompt instructions. In this paper, we propose IF-WRANER (Instruction Finetuned Word-embedding based Retrieval Augmented large language model for Named Entity Recognition), a retrieval augmented LLM, finetuned for the NER task. By virtue of the regularization techniques used during LLM finetuning and the adoption of word-level embedding over sentence-level embedding during the retrieval of in-prompt examples, IF-WRANER is able to outperform previous SOTA Few-Shot Cross-Domain NER approaches. We have demonstrated the effectiveness of our model by benchmarking its performance on the open source CrossNER dataset, on which it shows more than 2% F1 score improvement over the previous SOTA model. We have deployed the model for multiple customer care domains of an enterprise. Accurate entity prediction through IF-WRANER helps direct customers to automated workflows for the domains, thereby reducing escalations to human agents by almost 15% and leading to millions of dollars in yearly savings for the company.

📄 PDF Abstract BibTeX arXiv:2411.00451

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingCross-Domain Named Entity RecognitionLanguage ModelingLanguage ModellingLarge Language Modelnamed-entity-recognitionNamed Entity RecognitionNERRetrieval

Similar Papers 제목 키워드 기반

BANER: Boundary-Aware LLMs for Few-Shot Named Entity Recognition

2024-12-03 · Quanjiang Guo, Yihong Dong, Ling Tian, Zhao Kang 외

Despite the recent success of two-stage prototypical networks in few-shot named entity recognition (NER), challenges such as over/under-detected false spans in the span detection stage and unaligned entity prototypes in …

Contrastive Learningdomain classificationnamed-entity-recognitionNamed Entity Recognition+2

Large-Scale Label Interpretation Learning for Few-Shot Named Entity Recognition

2024-03-21 · Jonas Golde, Felix Hamborg, Alan Akbik

Few-shot named entity recognition (NER) detects named entities within text using only a few annotated examples. One promising line of research is to leverage natural language descriptions of each entity type: the common …

Entity Linkingfew-shot-nerFew-shot NERnamed-entity-recognition+3

Few-Shot Domain Adaptation for Named-Entity Recognition via Joint Constrained k-Means and Subspace Selection

2024-11-30 · Ayoub Hammal, Benno Uthayasooriyar, Caio Corro

Named-entity recognition (NER) is a task that typically requires large annotated datasets, which limits its applicability across domains with varying entity definitions. This paper addresses few-shot NER, aiming to trans…

Domain Adaptationfew-shot-nerFew-shot NERnamed-entity-recognition+3

CLLMFS: A Contrastive Learning enhanced Large Language Model Framework for Few-Shot Named Entity Recognition

2024-08-23 · Yafeng Zhang, Zilan Yu, Yuang Huang, Jing Tang

Few-shot Named Entity Recognition (NER), the task of identifying named entities with only a limited amount of labeled data, has gained increasing significance in natural language processing. While existing methodologies …

Contrastive Learningfew-shot-nerFew-shot NERLanguage Modeling+7

FactMix: Using a Few Labeled In-domain Examples to Generalize to Cross-domain Named Entity Recognition

2022-08-24 · COLING 2022 10 · Linyi Yang, Lifan Yuan, Leyang Cui, Wenyang Gao 외

Few-shot Named Entity Recognition (NER) is imperative for entity tagging in limited resource domains and thus received proper attention in recent years. Existing approaches for few-shot NER are evaluated mainly under in-…

Cross-Domain Named Entity RecognitionData AugmentationFew-shot NERNamed Entity Recognition+1