Learn Before
Diagnose the sentiment of a new product review using sentiment classification.
Case context: A team wants to build a system to examine online product reviews and automatically tell whether the writer liked or disliked the product, similar to the goal described in the source.
Question: A new review reads: 'I regret buying this--it broke after one use.' Using the concept of sentiment classification, what sentiment should this review be classified as, and what in the text supports that classification?
Sample answer: This review should be classified as highly negative. It uses the phrase 'I regret buying this,' which closely mirrors the source's negative example ('I regret buying it'), and it also describes a product failure ('it broke after one use'), both of which indicate dissatisfaction with the product.
Key points:
- The review should be classified as negative
- The phrase 'I regret buying this' signals dissatisfaction
- Describing the product breaking supports a negative sentiment
- Sentiment classification relies on identifying opinion-bearing language
Rubric: Full credit: correctly classifies the review as negative and identifies specific textual evidence (regret, product failure) supporting the classification. Partial credit: correct classification without clear evidence. No credit: incorrect classification.
0
1
References
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Tags
D2L
Dive into Deep Learning @ D2L
Machine Learning
Deep Learning
Supervised Learning
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Sentiment Classification Pipeline
What does sentiment classification aim to determine from a piece of text?
True or False: The review 'This is a great mop!' would be recognized as highly positive in sentiment classification.
The problem of recognizing positive vs. negative opinions in text is called _____.
Match each example review to its correct sentiment classification.
Order the steps a system follows to perform sentiment classification on a product review.
Explain what sentiment classification is and why the two example reviews illustrate opposite sentiments.
Diagnose the sentiment of a new product review using sentiment classification.
In one to two sentences, define sentiment classification using the mop review examples.
Why is the review 'This mop is low quality--I regret buying it.' classified as highly negative?
True or False: Sentiment classification could be used to automatically tell if an online reviewer liked or disliked a product.