Search engine for discovering works of Art, research articles, and books related to Art and Culture
ShareThis
Javascript must be enabled to continue!

Few-Shot Named Entity Recognition with Hybrid Multi-Prototype Learning

View through CrossRef
Abstract Information extraction provides the basic technical support for knowledge graph construction and Web applications. Named entity recognition(NER) is one of the fundamental tasks of information extraction. Recognizing unseen entities from numerous contents with the support of only a few labeled samples, also termed as few-shot learning, is a crucial issue to be studied. Few-shot NER aims at identifying emerging named entities from the context with the support of a few labeled samples. Existing methods mainly use the same strategy to construct a single prototype for each entity or non-entity class, which has limited expressiveness power and even biased representation. In this work, we propose a novel hybrid multi-prototype class representation approach. Specifically, for entity classes, we first insert labels after entities in support sentences to enrich the learned token and label embeddings with more contextual information. Then, for each entity span, the contextual token embeddings are averaged to form its entity-level prototype, while the contextual label embedding is considered as its label-level prototype. The set of prototypes for all entities in a class constitute the multi-prototype of this entity class. For non-entity class, we directly use the set of token embeddings to represent it, where multi-prototype refers to the multiple token embeddings. By treating the entity and non-entity classes differently, our hybrid strategy can extract more precise class representations from the support examples. Furthermore, we establish a harder and more reasonable experimental setting of few-shot NER by offering a rigorous sampling strategy. Extensive empirical results show that our proposal improves F1 scores by 3%∼10% absolute points over prior models on popular benchmark Few-NERD under both loose and our proposed rigorous sampling constraints, achieving state-of-the-art performance.
Title: Few-Shot Named Entity Recognition with Hybrid Multi-Prototype Learning
Description:
Abstract Information extraction provides the basic technical support for knowledge graph construction and Web applications.
Named entity recognition(NER) is one of the fundamental tasks of information extraction.
Recognizing unseen entities from numerous contents with the support of only a few labeled samples, also termed as few-shot learning, is a crucial issue to be studied.
Few-shot NER aims at identifying emerging named entities from the context with the support of a few labeled samples.
Existing methods mainly use the same strategy to construct a single prototype for each entity or non-entity class, which has limited expressiveness power and even biased representation.
In this work, we propose a novel hybrid multi-prototype class representation approach.
Specifically, for entity classes, we first insert labels after entities in support sentences to enrich the learned token and label embeddings with more contextual information.
Then, for each entity span, the contextual token embeddings are averaged to form its entity-level prototype, while the contextual label embedding is considered as its label-level prototype.
The set of prototypes for all entities in a class constitute the multi-prototype of this entity class.
For non-entity class, we directly use the set of token embeddings to represent it, where multi-prototype refers to the multiple token embeddings.
By treating the entity and non-entity classes differently, our hybrid strategy can extract more precise class representations from the support examples.
Furthermore, we establish a harder and more reasonable experimental setting of few-shot NER by offering a rigorous sampling strategy.
Extensive empirical results show that our proposal improves F1 scores by 3%∼10% absolute points over prior models on popular benchmark Few-NERD under both loose and our proposed rigorous sampling constraints, achieving state-of-the-art performance.

Related Results

Joint Extraction of Entities and Relations Based on Hybrid Feature Representations
Joint Extraction of Entities and Relations Based on Hybrid Feature Representations
Abstract Although the fine-tuning pre-training model technique has obtained tremendous success in the domains of named entity recognition and relation extraction, re...
Unsupervised entity linking using graph-based semantic similarity
Unsupervised entity linking using graph-based semantic similarity
Nowadays, the human textual data constitutes a great proportion of the shared information resources such as World Wide Web (WWW). Social networks, news and learning resources as we...
Dynamics of Mutations in Patients with ET Treated with Imetelstat
Dynamics of Mutations in Patients with ET Treated with Imetelstat
Abstract Background: Imetelstat, a first in class specific telomerase inhibitor, induced hematologic responses in all patients (pts) with essential thrombocythemia (...
Nested Entity Recognition Method Based On Multidimensional Features And Fuzzy Localization
Nested Entity Recognition Method Based On Multidimensional Features And Fuzzy Localization
Abstract Nested named entity recognition (NNER) aims to identify possibly overlapping named entities, which is a crucial and challenging sub-task in the field of named enti...
Combinatorial Antigen Targeting Strategy for Acute Myeloid Leukemia
Combinatorial Antigen Targeting Strategy for Acute Myeloid Leukemia
Introduction: Efforts to safely and effectively treat acute myeloid leukemia (AML) by targeting a single leukemia associated antigen with chimeric antigen receptor T (CAR T) cells ...
MLNet: a multi-level multimodal named entity recognition architecture
MLNet: a multi-level multimodal named entity recognition architecture
In the field of human–computer interaction, accurate identification of talking objects can help robots to accomplish subsequent tasks such as decision-making or recommendation; the...
Automatic Acquisition Method and Empirical Research of Shot Length in Chinese Films based on Machine Vision
Automatic Acquisition Method and Empirical Research of Shot Length in Chinese Films based on Machine Vision
Abstract The measurement of shot length is an essential index for the evaluation of cinematographic research. Given the limitations of existing measurement tools, which req...

Back to Top