paper-with-me

홈 › Papers

VicunaNER: Zero/Few-shot Named Entity Recognition using Vicuna

2023-05-05 · Bin Ji

Large Language Models (LLMs, e.g., ChatGPT) have shown impressive zero- and few-shot capabilities in Named Entity Recognition (NER). However, these models can only be accessed via online APIs, which may cause data leak and non-reproducible problems. In this paper, we propose VicunaNER, a zero/few-shot NER framework based on the newly released open-source LLM -- Vicuna. VicunaNER is a two-phase framework, where each phase leverages multi-turn dialogues with Vicuna to recognize entities from texts. We name the second phase as Re-Recognition, which recognizes those entities not recognized in the first phase (a.k.a. Recognition). Moreover, we set entity correctness check dialogues in each phase to filter out wrong entities. We evaluate VicunaNER's zero-shot capacity on 10 datasets crossing 5 domains and few-shot capacity on Few-NERD. Experimental results demonstrate that VicunaNER achieves superior performance in both shot settings. Additionally, we conduct comprehensive investigations on Vicuna from multiple perspectives.

📄 PDF Abstract BibTeX arXiv:2305.03253

Code (0)

등록된 구현이 없습니다.

Tasks

few-shot-nerFew-shot NERnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Similar Papers 제목 키워드 기반

Leveraging Type Descriptions for Zero-shot Named Entity Recognition and Classification

2021-08-01 · ACL 2021 5 · Rami Aly, Andreas Vlachos, Ryan Mcdonald

A common issue in real-world applications of named entity recognition and classification (NERC) is the absence of annotated data for the target entity classes during training. Zero-shot learning approaches address this i…

Machine Reading Comprehensionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+6

Label Embedding for Zero-shot Fine-grained Named Entity Typing

2016-12-01 · COLING 2016 12 · Yukun Ma, Erik Cambria, Sa Gao

Named entity typing is the task of detecting the types of a named entity in context. For instance, given {``}Eric is giving a presentation{''}, our goal is to infer that {`}Eric{'} is a speaker or a presenter and a perso…

Entity LinkingEntity TypingNamed Entity Recognition (NER)Question Answering+2

Learning from Language Description: Low-shot Named Entity Recognition via Decomposed Framework

2021-09-11 · Findings (EMNLP) 2021 11 · Yaqing Wang, Haoda Chu, Chao Zhang, Jing Gao

In this work, we study the problem of named entity recognition (NER) in a low resource scenario, focusing on few-shot and zero-shot settings. Built upon large-scale pre-trained language models, we propose a novel NER fra…

Few-Shot Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Familiarity: Better Evaluation of Zero-Shot Named Entity Recognition by Quantifying Label Shifts in Synthetic Training Data

2024-12-13 · Jonas Golde, Patrick Haller, Max Ploner, Fabio Barth 외

Zero-shot named entity recognition (NER) is the task of detecting named entities of specific types (such as 'Person' or 'Medicine') without any training examples. Current research increasingly relies on large synthetic d…

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

Entities, Dates, and Languages: Zero-Shot on Historical Texts with T0

2022-04-11 · BigScience (ACL) 2022 5 · Francesco De Toni, Christopher Akiki, Javier de la Rosa, Clémentine Fourrier 외

In this work, we explore whether the recently demonstrated zero-shot abilities of the T0 model extend to Named Entity Recognition for out-of-distribution languages and time periods. Using a historical newspaper corpus in…

Multilingual Named Entity Recognitionnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)