Kubnal Bridge

Techniques & Methods

Named Entity Recognition (NER)

NER identifies spans of text that refer to named entities and classifies them into categories such as PERSON, ORGANIZATION, LOCATION, DATE, PRODUCT, and EVENT. It is a foundational NLP task used in information extraction, knowledge graph construction, and search.

Modern NER systems use fine-tuned transformer models (BERT-based or LLM-based) that achieve near-human accuracy. NER is often the first step in building structured knowledge from unstructured text at scale.

Authority Links

Related Terms