Applying a Single-Category NER Rule
An information extraction system is configured with a single rule: identify and label all person names found in a text, using the format 'Identified Name - Person Name'. Given the sentence below, what would be the exact output from this system?
Sentence: 'The project was led by Dr. Anya Sharma, with key contributions from Ben Carter and the technical team at OmniCorp.'
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
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