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
1CL-KLF160.45Unverified
2RoBERTa + SubRegWeigh (K-means)F160.29Unverified
3BERT-CRF (Replicated in AdaSeq)F159.69Unverified
4RoBERTa-BiLSTM-contextF159.61Unverified
5BERT + RegLERF158.9Unverified
6TNER -xlm-r-largeF158.5Unverified
7HGNF157.41Unverified
8ASA + RoBERTaF157.3Unverified
9BERTweetF156.5Unverified
10MINERF154.86Unverified