paper-with-me

홈 › Papers

In-Context Learning for Few-Shot Nested Named Entity Recognition

2024-02-02 · Meishan Zhang, Bin Wang, Hao Fei, Min Zhang

In nested Named entity recognition (NER), entities are nested with each other, and thus requiring more data annotations to address. This leads to the development of few-shot nested NER, where the prevalence of pretrained language models with in-context learning (ICL) offers promising solutions. In this work, we introduce an effective and innovative ICL framework for the setting of few-shot nested NER. We improve the ICL prompt by devising a novel example demonstration selection mechanism, EnDe retriever. In EnDe retriever, we employ contrastive learning to perform three types of representation learning, in terms of semantic similarity, boundary similarity, and label similarity, to generate high-quality demonstration examples. Extensive experiments over three nested NER and four flat NER datasets demonstrate the efficacy of our system.

📄 PDF Abstract BibTeX arXiv:2402.01182

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningIn-Context Learningnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERNested Named Entity RecognitionRepresentation LearningSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Few-Shot Nested Named Entity Recognition

2022-12-02 · Hong Ming, Jiaoyun Yang, Lili Jiang, Yan Pan 외

While Named Entity Recognition (NER) is a widely studied task, making inferences of entities with only a few labeled data has been challenging, especially for entities with nested structures. Unlike flat entities, entiti…

Contrastive LearningFew-Shot Learningnamed-entity-recognitionNamed Entity Recognition+4

Pyramid: A Layered Model for Nested Named Entity Recognition

2020-07-01 · ACL 2020 6 · Jue Wang, Lidan Shou, Ke Chen, Gang Chen

This paper presents Pyramid, a novel layered model for Nested Named Entity Recognition (nested NER). In our approach, token or text region embeddings are recursively inputted into L flat NER layers, from bottom to top, s…

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

Gaussian Prior Reinforcement Learning for Nested Named Entity Recognition

2023-05-12 · Yawen Yang, Xuming Hu, Fukun Ma, Shu'ang Li 외

Named Entity Recognition (NER) is a well and widely studied task in natural language processing. Recently, the nested NER has attracted more attention since its practicality and difficulty. Existing works for nested NER …

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

NNE: A Dataset for Nested Named Entity Recognition in English Newswire

2019-06-04 · ACL 2019 7 · Nicky Ringland, Xiang Dai, Ben Hachey, Sarvnaz Karimi 외

Named entity recognition (NER) is widely used in natural language processing applications and downstream tasks. However, most NER tools target flat annotation from popular datasets, eschewing the semantic information ava…

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

Deep Exhaustive Model for Nested Named Entity Recognition

2018-10-01 · EMNLP 2018 10 · Mohammad Golam Sohrab, Makoto Miwa

We propose a simple deep neural model for nested named entity recognition (NER). Most NER models focused on flat entities and ignored nested entities, which failed to fully capture underlying semantic information in text…

Entity LinkingFeature Engineeringnamed-entity-recognitionNamed Entity Recognition+4