Learn Before
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
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Related
Application and Advantages
Evaluation of NER
Rule-based Methods
Finding the Optimal Label Sequence in NER
Named Entities
Relation Extraction
Illustration of BERT-based Architecture for Named Entity Recognition
A financial technology company is developing a tool to automatically process business news articles. The goal is to extract specific pieces of information from each article, such as company names, monetary values, and dates, and categorize them accordingly (e.g., 'Apple Inc.' as an ORGANIZATION, '$2.7 billion' as MONEY, 'October 26, 2023' as a DATE). Which of the following processes best describes this core task of identifying and classifying these specific pieces of information?
Choosing the Right Text Processing Approach
Simple Example of an NER Task: Extracting Person Names
Multi-Category Named Entity Recognition Task
Deconstructing Text for Specific Information
NER Output Distributions
Learn After
NER Ambiguity Analysis
A system is tasked with identifying and extracting only the names of people from a given text. Based on this task, what should be the output for the following sentence: 'The final report by Maria Garcia was submitted to the board of Innovate Corp. for review.'?
Applying a Single-Category NER Rule