HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning

Xinyu Wang Yong Jiang Nguyen Bach Tao Wang Zhongqiang Huang Fei Huang Kewei Tu

Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning

Abstract

Recent advances in Named Entity Recognition (NER) show that document-level contexts can significantly improve model performance. In many application scenarios, however, such contexts are not available. In this paper, we propose to find external contexts of a sentence by retrieving and selecting a set of semantically relevant texts through a search engine, with the original sentence as the query. We find empirically that the contextual representations computed on the retrieval-based input view, constructed through the concatenation of a sentence and its external contexts, can achieve significantly improved performance compared to the original input view based only on the sentence. Furthermore, we can improve the model performance of both input views by Cooperative Learning, a training method that encourages the two input views to produce similar contextual representations or output label distributions. Experiments show that our approach can achieve new state-of-the-art performance on 8 NER data sets across 5 domains.

Code Repositories

Alibaba-NLP/CLNER
pytorch
Mentioned in GitHub
modelscope/adaseq
Official
pytorch

Benchmarks

BenchmarkMethodologyMetrics
chinese-named-entity-recognition-on-msraBERT-CRF (Replicated in AdaSeq)
F1: 96.69
chinese-named-entity-recognition-on-resumeBERT-CRF (Replicated in AdaSeq)
F1: 96.87
chinese-named-entity-recognition-on-weibo-nerBERT-CRF (Replicated in AdaSeq)
F1: 72.77
chunking-on-conll-2000BERT-CRF (Replicated in AdaSeq)
Exact Span F1: 97.18
named-entity-recognition-ner-on-bc5cdrCL-L2
F1: 90.99
named-entity-recognition-ner-on-conll-2003BERT-CRF (Replicated in AdaSeq)
F1: 93.35
named-entity-recognition-ner-on-conll-2003CL-KL
F1: 93.85
named-entity-recognition-ner-on-ncbi-diseaseCL-KL
F1: 88.96
named-entity-recognition-on-cmeeeBERT-CRF (Replicated in AdaSeq)
F1: 68.97
named-entity-recognition-on-conllCL-KL
F1: 94.81
named-entity-recognition-on-wnut-2016CL-KL
F1: 58.98
named-entity-recognition-on-wnut-2017BERT-CRF (Replicated in AdaSeq)
F1: 59.69
named-entity-recognition-on-wnut-2017CL-KL
F1: 60.45

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Improving Named Entity Recognition by External Context Retrieving and Cooperative Learning | Papers | HyperAI