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
1W2V2-L-LL60K (pipeline approach, uses LM)F1 (%)69.6Unverified
2W2V2-B-LS960 (pipeline approach, uses LM)F1 (%)68Unverified
3Wav2Seq (from HuBERT-large)F1 (%)65.4Unverified
4W2V2-L-LL60K (e2e approach, uses LM)F1 (%)64.8Unverified
5W2V2-B-LS960 (e2e approach, uses LM)F1 (%)63.4Unverified
6HuBERT-B-LS960 (e2e approach, uses LM)F1 (%)61.9Unverified
7W2V2-B-VP100K (e2e approach, uses LM)F1 (%)61.8Unverified
8W2V2-L-LL60K (pipeline approach)F1 (%)57.8Unverified
9W2V2-L-LL60K (e2e approach)F1 (%)50.9Unverified
10W2V2-B-LS960 (e2e approach)F1 (%)50.2Unverified