TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Improving Named Entity Recognition by External Context Ret...

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

2021-05-08ACL 2021 5Named Entity RecognitionChinese Named Entity RecognitionRetrievalNamed Entity Recognition (NER)Chunking
PaperPDFCodeCode(official)Code(official)

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.

Results

TaskDatasetMetricValueModel
Named Entity Recognition (NER)NCBI-diseaseF188.96CL-KL
Named Entity Recognition (NER)WNUT 2017F160.45CL-KL
Named Entity Recognition (NER)WNUT 2017F159.69BERT-CRF (Replicated in AdaSeq)
Named Entity Recognition (NER)CoNLL 2003 (English)F193.85CL-KL
Named Entity Recognition (NER)CoNLL 2003 (English)F193.35BERT-CRF (Replicated in AdaSeq)
Named Entity Recognition (NER)CMeEEF168.97BERT-CRF (Replicated in AdaSeq)
Named Entity Recognition (NER)CoNLL++F194.81CL-KL
Named Entity Recognition (NER)WNUT 2016F158.98CL-KL
Named Entity Recognition (NER)BC5CDRF190.99CL-L2
Named Entity Recognition (NER)Weibo NERF172.77BERT-CRF (Replicated in AdaSeq)
Named Entity Recognition (NER)MSRAF196.69BERT-CRF (Replicated in AdaSeq)
Named Entity Recognition (NER)Resume NERF196.87BERT-CRF (Replicated in AdaSeq)
ChunkingCoNLL 2000Exact Span F197.18BERT-CRF (Replicated in AdaSeq)
Shallow SyntaxCoNLL 2000Exact Span F197.18BERT-CRF (Replicated in AdaSeq)

Related Papers

From Roots to Rewards: Dynamic Tree Reasoning with RL2025-07-17HapticCap: A Multimodal Dataset and Task for Understanding User Experience of Vibration Haptic Signals2025-07-17A Survey of Context Engineering for Large Language Models2025-07-17MCoT-RE: Multi-Faceted Chain-of-Thought and Re-Ranking for Training-Free Zero-Shot Composed Image Retrieval2025-07-17Developing Visual Augmented Q&A System using Scalable Vision Embedding Retrieval & Late Interaction Re-ranker2025-07-16Language-Guided Contrastive Audio-Visual Masked Autoencoder with Automatically Generated Audio-Visual-Text Triplets from Videos2025-07-16Context-Aware Search and Retrieval Over Erasure Channels2025-07-16Seq vs Seq: An Open Suite of Paired Encoders and Decoders2025-07-15