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 | Spark NLP | F1 | 88.75 | — | Unverified |
| 2 | BioDistilBERT | F1 | 86.97 | — | Unverified |
| 3 | CompactBioBERT | F1 | 86.71 | — | Unverified |
| 4 | DistilBioBERT | F1 | 86.6 | — | Unverified |
| 5 | HGN | F1 | 85.65 | — | Unverified |
| 6 | BioKMNER + BioBERT | F1 | 85.29 | — | Unverified |
| 7 | BioMobileBERT | F1 | 85.26 | — | Unverified |
| 8 | BioLinkBERT (large) | F1 | 85.18 | — | Unverified |
| 9 | KeBioLM | F1 | 85.1 | — | Unverified |
| 10 | PubMedBERT uncased | F1 | 84.52 | — | Unverified |