Named Entity Recognition (NER)

891 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,584
3 papers
2,549
See all 7 libraries.

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.

2
23 Feb 2024

Re-Examine Distantly Supervised NER: A New Benchmark and a Simple Approach

liyp0095/CuPUL 22 Feb 2024

This paper delves into Named Entity Recognition (NER) under the framework of Distant Supervision (DS-NER), where the main challenge lies in the compromised quality of labels due to inherent errors such as false positives, false negatives, and positive type errors.

0
22 Feb 2024

Malaysian English News Decoded: A Linguistic Resource for Named Entity and Relation Extraction

mohanraj-nlp/men-dataset 22 Feb 2024

We then fine-tuned the spaCy NER tool and validated that having a dataset tailor-made for Malaysian English could improve the performance of NER in Malaysian English significantly.

0
22 Feb 2024

A Simple but Effective Approach to Improve Structured Language Model Output for Information Extraction

yinghao-li/gno-ie 20 Feb 2024

It breaks the generation into a two-step pipeline: initially, LLMs generate answers in natural language as intermediate responses.

6
20 Feb 2024

PaDeLLM-NER: Parallel Decoding in Large Language Models for Named Entity Recognition

GeorgeLuImmortal/PaDeLLM_NER 7 Feb 2024

In this study, we aim to reduce generation latency for Named Entity Recognition (NER) with Large Language Models (LLMs).

3
07 Feb 2024

A Survey of Large Language Models in Finance (FinLLMs)

adlnlp/finllms 4 Feb 2024

This survey provides a comprehensive overview of FinLLMs, including their history, techniques, performance, and opportunities and challenges.

66
04 Feb 2024

Different Tastes of Entities: Investigating Human Label Variation in Named Entity Annotations

mainlp/ner-disagreements 2 Feb 2024

Named Entity Recognition (NER) is a key information extraction task with a long-standing tradition.

1
02 Feb 2024

Gazetteer-Enhanced Bangla Named Entity Recognition with BanglaBERT Semantic Embeddings K-Means-Infused CRF Model

samanjoy2/gazz-ban-ner 30 Jan 2024

In this research, we explored the existing state of research in Bangla Named Entity Recognition.

1
30 Jan 2024

ToPro: Token-Level Prompt Decomposition for Cross-Lingual Sequence Labeling Tasks

boleima/topro 29 Jan 2024

However, most previous studies primarily focused on sentence-level classification tasks, and only a few considered token-level labeling tasks such as Named Entity Recognition (NER) and Part-of-Speech (POS) tagging.

4
29 Jan 2024