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,563
3 papers
2,548
See all 7 libraries.

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.

4
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).

2
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.

63
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

Fine-grained Contract NER using instruction based model

pavanbaswani/fincausal_sharedtask-2023 24 Jan 2024

In this paper, we transform the NER task into a text-generation task that can be readily adapted by LLMs.

0
24 Jan 2024

The Radiation Oncology NLP Database

zl-liu/radiation-oncology-nlp-database 19 Jan 2024

ROND is specifically designed to address this gap in the domain of radiation oncology, a field that offers many opportunities for NLP exploration.

8
19 Jan 2024

Mining experimental data from Materials Science literature with Large Language Models: an evaluation study

lfoppiano/matsci-lumen 19 Jan 2024

This study is dedicated to assessing the capabilities of large language models (LLMs) such as GPT-3. 5-Turbo, GPT-4, and GPT-4-Turbo in extracting structured information from scientific documents in materials science.

1
19 Jan 2024