Learn Before
Analyzing Named Entity Recognition Output
A language processing system was tasked with identifying and classifying all named entities into the categories PERSON, ORGANIZATION, LOCATION, and DATE. Given the input text: 'The report by Dr. Chen at Acme Inc. on May 1st confirmed the findings from Berlin.', the system produced the following output: [('Chen', 'PERSON'), ('Acme Inc.', 'ORGANIZATION'), ('May 1st', 'DATE')]. Identify two distinct errors in this output and briefly explain why each is an error according to the task's instructions.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
Example of Multi-Category Named Entity Recognition
Analyzing Relationships Between Named Entities
A language processing system is configured to perform a specific task: identify all named entities in a text and classify them into one of four categories: PERSON, ORGANIZATION, LOCATION, or DATE. Given the input text: 'On June 5, 2023, the CEO of Innovate Corp, Maria Garcia, announced a new partnership in Paris.' Which of the following outputs correctly represents the result of this task?
Analyzing Named Entity Recognition Output
Evaluating an NER System's Performance
Given the following text, match each identified named entity to its correct category.
Text: 'Dr. Evelyn Reed, a researcher from QuantumLeap Inc., presented her findings in Berlin on October 12, 2023.'