Named Entity Recognition (NER)
Named Entity Recognition (NER) is a task of Natural Language Processing (NLP) that involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, and others. The goal of NER is to extract structured information from unstructured text data and represent it in a machine-readable format. Approaches typically use BIO notation, which differentiates the beginning (B) and the inside (I) of entities. O is used for non-entity tokens.
Example:
| Mark | Watney | visited | Mars | | --- | ---| --- | --- | | B-PER | I-PER | O | B-LOC |
( Image credit: Zalando )
Papers
Showing 1–10 of 2874 papers
All datasetsCoNLL 2003 (English)Ontonotes v5 (English)NCBI DiseaseWNUT 2017ACE 2005JNLPBABC5CDRGENIABC2GMBC5CDR-chemicalSLUECoNLL++
Benchmark Results
| # | Model | Metric | Claimed | Verified | Status |
|---|---|---|---|---|---|
| 1 | LUKE + SubRegWeigh (K-means) | F1 | 96.12 | — | Unverified |
| 2 | LUKE(Large) | F1 | 95.89 | — | Unverified |
| 3 | Noise-robust Co-regularization + LUKE | F1 | 95.6 | — | Unverified |
| 4 | RoBERTa + SubRegWeigh (K-means) | F1 | 95.45 | — | Unverified |
| 5 | CL-KL | F1 | 94.81 | — | Unverified |
| 6 | CrossWeigh + Pooled Flair | F1 | 94.28 | — | Unverified |
| 7 | Pooled Flair | F1 | 94.13 | — | Unverified |
| 8 | Noise-robust Co-regularization + BERT-large | F1 | 94.04 | — | Unverified |
| 9 | BiLSTM-CRF+ELMo | F1 | 93.42 | — | Unverified |
| 10 | BiLSTM-CNN-CRF | F1 | 91.87 | — | Unverified |