Learn Before
Example

Simple Example of an NER Task: Extracting Person Names

A basic Named Entity Recognition (NER) task can focus on extracting a single category of entities, such as person names. For example, if a system is instructed to 'Identify all person names' in the text 'For Tom Jenkins, CEO of the European Tourism Organisation, it’s the latter...', it would process the text and produce an output that pairs the identified entity with its classification, such as 'Tom Jenkins - Person Name'. This demonstrates a fundamental NER application focused on a single entity type.

0

1

Updated 2026-04-29

Contributors are:

Who are from:

Tags

Ch.3 Prompting - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences