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

CREATING LEARNING MEDIA IN TEACHING ENGLISH AT SMP MUHAMMADIYAH 2 PAGELARAN ACADEMIC YEAR 2020/2021
CREATING LEARNING MEDIA IN TEACHING ENGLISH AT SMP MUHAMMADIYAH 2 PAGELARAN ACADEMIC YEAR 2020/2021
The pandemic Covid-19 currently demands teachers to be able to use technology in teaching and learning process. But in reality there are still many teachers who have not been able ...
EMNet: A Novel Few-Shot Image Classification Model with Enhanced Self-Correlation Attention and Multi-Branch Joint Module
EMNet: A Novel Few-Shot Image Classification Model with Enhanced Self-Correlation Attention and Multi-Branch Joint Module
In this research, inspired by the principles of biological visual attention mechanisms and swarm intelligence found in nature, we present an Enhanced Self-Correlation Attention and...
SLNER: Chinese Few-Shot Named Entity Recognition with Enhanced Span and Label Semantics
SLNER: Chinese Few-Shot Named Entity Recognition with Enhanced Span and Label Semantics
Few-shot named entity recognition requires sufficient prior knowledge to transfer valuable knowledge to the target domain with only a few labeled examples. Existing Chinese few-sho...
Active learning for Named Entity Recognition in Kannada
Active learning for Named Entity Recognition in Kannada
<p>Named Entity Recognition (NER) task aims at automatically recognising and classifying named entities in a given natural language input. Majority of the studies related to ...
Active learning for Named Entity Recognition in Kannada
Active learning for Named Entity Recognition in Kannada
Named Entity Recognition (NER) task aims at automatically recognising and classifying named entities in a given natural language input. Majority of the studies related to Named Ent...
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...

Back to Top