Named Entity Recognition (NER)

886 papers with code • 76 benchmarks • 122 datasets

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 )

Libraries

Use these libraries to find Named Entity Recognition (NER) models and implementations
6 papers
13,565
3 papers
2,548
See all 7 libraries.

REXEL: An End-to-end Model for Document-Level Relation Extraction and Entity Linking

amazon-science/e2e-docie 19 Apr 2024

Extracting structured information from unstructured text is critical for many downstream NLP applications and is traditionally achieved by closed information extraction (cIE).

7
19 Apr 2024

Intent Detection and Entity Extraction from BioMedical Literature

faceonlive/ai-research 4 Apr 2024

Biomedical queries have become increasingly prevalent in web searches, reflecting the growing interest in accessing biomedical literature.

152
04 Apr 2024

Cross-Lingual Transfer Robustness to Lower-Resource Languages on Adversarial Datasets

csu-signal/xlingual-robustness 29 Mar 2024

Multilingual Language Models (MLLMs) exhibit robust cross-lingual transfer capabilities, or the ability to leverage information acquired in a source language and apply it to a target language.

0
29 Mar 2024

ELLEN: Extremely Lightly Supervised Learning For Efficient Named Entity Recognition

hriaz17/ellen 26 Mar 2024

In a zero-shot setting, ELLEN also achieves over 75% of the performance of a strong, fully supervised model trained on gold data.

1
26 Mar 2024

Sebastian, Basti, Wastl?! Recognizing Named Entities in Bavarian Dialectal Data

mainlp/barner 19 Mar 2024

Named Entity Recognition (NER) is a fundamental task to extract key information from texts, but annotated resources are scarce for dialects.

0
19 Mar 2024

Evaluating Named Entity Recognition: Comparative Analysis of Mono- and Multilingual Transformer Models on Brazilian Corporate Earnings Call Transcriptions

rsabilio/nereval-braziliancorporatetranscriptions 18 Mar 2024

By curating a comprehensive dataset comprising 384 transcriptions and leveraging weak supervision techniques for annotation, we evaluate the performance of monolingual models trained on Portuguese (BERTimbau and PTT5) and multilingual models (mBERT and mT5).

0
18 Mar 2024

ProgGen: Generating Named Entity Recognition Datasets Step-by-step with Self-Reflexive Large Language Models

stefanheng/proggen 17 Mar 2024

Although Large Language Models (LLMs) exhibit remarkable adaptability across domains, these models often fall short in structured knowledge extraction tasks such as named entity recognition (NER).

6
17 Mar 2024

Rethinking Negative Instances for Generative Named Entity Recognition

yyding1/gner 26 Feb 2024

In the Named Entity Recognition (NER) task, recent advancements have seen the remarkable improvement of LLMs in a broad range of entity domains via instruction tuning, by adopting entity-centric schema.

26
26 Feb 2024

DistALANER: Distantly Supervised Active Learning Augmented Named Entity Recognition in the Open Source Software Ecosystem

record/8075578 25 Feb 2024

With the AI revolution in place, the trend for building automated systems to support professionals in different domains such as the open source software systems, healthcare systems, banking systems, transportation systems and many others have become increasingly prominent.

0
25 Feb 2024

NuNER: Entity Recognition Encoder Pre-training via LLM-Annotated Data

Serega6678/NuNER 23 Feb 2024

Large Language Models (LLMs) have shown impressive abilities in data annotation, opening the way for new approaches to solve classic NLP problems.

1
23 Feb 2024