SOTAVerified

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 110 of 2874 papers

TitleStatusHype
Flippi: End To End GenAI Assistant for E-Commerce0
Selecting and Merging: Towards Adaptable and Scalable Named Entity Recognition with Large Language ModelsCode0
Better Semi-supervised Learning for Multi-domain ASR Through Incremental Retraining and Data Filtering0
Efficient Data Selection for Domain Adaptation of ASR Using Pseudo-Labels and Multi-Stage Filtering0
EL4NER: Ensemble Learning for Named Entity Recognition via Multiple Small-Parameter Large Language Models0
Label-Guided In-Context Learning for Named Entity RecognitionCode1
Named Entity Recognition in Historical Italian: The Case of Giacomo Leopardi's ZibaldoneCode0
RetrieveAll: A Multilingual Named Entity Recognition Framework with Large Language Models0
FiLLM -- A Filipino-optimized Large Language Model based on Southeast Asia Large Language Model (SEALLM)0
Does Synthetic Data Help Named Entity Recognition for Low-Resource Languages?0
Show:102550
← PrevPage 1 of 288Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1Ours: cross-sentence ALBF190.9Unverified
2GoLLIEF189.6Unverified
3PromptNER [RoBERTa-large]F188.26Unverified
4PIQNF187.42Unverified
5PromptNER [BERT-large]F187.21Unverified
6DiffusionNERF186.93Unverified
7BERT-MRCF186.88Unverified
8UniNER-7BF186.69Unverified
9Locate and LabelF186.67Unverified
10BoningKnifeF185.46Unverified