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 | CL-KL | F1 | 60.45 | — | Unverified |
| 2 | RoBERTa + SubRegWeigh (K-means) | F1 | 60.29 | — | Unverified |
| 3 | BERT-CRF (Replicated in AdaSeq) | F1 | 59.69 | — | Unverified |
| 4 | RoBERTa-BiLSTM-context | F1 | 59.61 | — | Unverified |
| 5 | BERT + RegLER | F1 | 58.9 | — | Unverified |
| 6 | TNER -xlm-r-large | F1 | 58.5 | — | Unverified |
| 7 | HGN | F1 | 57.41 | — | Unverified |
| 8 | ASA + RoBERTa | F1 | 57.3 | — | Unverified |
| 9 | BERTweet | F1 | 56.5 | — | Unverified |
| 10 | MINER | F1 | 54.86 | — | Unverified |