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 | DeepStruct multi-task w/ finetune | F1 | 80.8 | — | Unverified |
| 2 | Biaffine-NER | F1 | 80.5 | — | Unverified |
| 3 | DeepStruct multi-task | F1 | 80.2 | — | Unverified |
| 4 | seq2seq+BERT+Flair | F1 | 78.31 | — | Unverified |
| 5 | UniNER-7B | F1 | 77.54 | — | Unverified |
| 6 | Second-best learning and decoding + BERT + Flair | F1 | 77.36 | — | Unverified |
| 7 | Second-best learning and decoding | F1 | 77.19 | — | Unverified |
| 8 | BiFlaG | F1 | 76 | — | Unverified |
| 9 | Neural segmental hypergraphs | F1 | 75.1 | — | Unverified |
| 10 | Anchor-Region Networks | F1 | 74.8 | — | Unverified |