Learn Before
Choosing the Right Text Processing Approach
A marketing team wants to analyze thousands of customer feedback emails to understand which specific products and competitor brands are being mentioned most frequently. They need a system that can automatically find these names in the text and label them as either 'Our Product' or 'Competitor Brand'.
The team is evaluating two automated systems:
- System A: Reads each email and assigns it an overall score from -1 (very negative) to +1 (very positive).
- System B: Reads each email, identifies specific product and brand names, and assigns a category label (e.g., 'Our Product', 'Competitor Brand') to each identified name.
Which system should the marketing team choose to achieve their specific goal? Justify your choice by describing the fundamental task that the correct system performs.
0
1
Tags
Data Science
Foundations of Large Language Models Course
Computing Sciences
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
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