Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Learning from Miscellaneous Other-Class Words for Few-shot Named Entity Recognition

About

Few-shot Named Entity Recognition (NER) exploits only a handful of annotations to identify and classify named entity mentions. Prototypical network shows superior performance on few-shot NER. However, existing prototypical methods fail to differentiate rich semantics in other-class words, which will aggravate overfitting under few shot scenario. To address the issue, we propose a novel model, Mining Undefined Classes from Other-class (MUCO), that can automatically induce different undefined classes from the other class to improve few-shot NER. With these extra-labeled undefined classes, our method will improve the discriminative ability of NER classifier and enhance the understanding of predefined classes with stand-by semantic knowledge. Experimental results demonstrate that our model outperforms five state-of-the-art models in both 1-shot and 5-shots settings on four NER benchmarks. We will release the code upon acceptance. The source code is released on https: //github.com/shuaiwa16/OtherClassNER.git.

Meihan Tong, Shuai Wang, Bin Xu, Yixin Cao, Minghui Liu, Lei Hou, Juanzi Li• 2021

Related benchmarks

TaskDatasetResultRank
Named Entity RecognitionConll 2003
F1 Score95.78
86
Named Entity RecognitionOntoNotes 5.0
F1 Score71.06
79
Event Argument ExtractionACE 2005
F1 Score75.2
16
Named Entity Recognitionre3d
Precision43.23
12
Named Entity RecognitionCLUENER 2020
Precision78.88
10
Named Entity RecognitionAnEM (test)
Precision34.17
3
Slot TaggingSnips Re Cr 2018
Precision75.92
3
Showing 7 of 7 rows

Other info

Code

Follow for update