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 | BERT-MRC+DSC | F1 | 92.07 | — | Unverified |
| 2 | PL-Marker | F1 | 91.9 | — | Unverified |
| 3 | Baseline + BS | F1 | 91.74 | — | Unverified |
| 4 | Biaffine-NER | F1 | 91.3 | — | Unverified |
| 5 | BERT-MRC | F1 | 91.11 | — | Unverified |
| 6 | PIQN | F1 | 90.96 | — | Unverified |
| 7 | HGN | F1 | 90.92 | — | Unverified |
| 8 | Syn-LSTM + BERT (wo doc-context) | F1 | 90.85 | — | Unverified |
| 9 | DiffusionNER | F1 | 90.66 | — | Unverified |
| 10 | W2NER | F1 | 90.5 | — | Unverified |