Amazon Web Services AWS Certified AI Practitioner Exam AIF-C01 Question # 70 Topic 8 Discussion
AIF-C01 Exam Topic 8 Question 70 Discussion:
Question #: 70
Topic #: 8
A company wants to use an ML model to analyze customer reviews on social media. The model must determine if each review has a neutral, positive, or negative sentiment.
The correct answer is D – Classification. In this scenario, the goal is to assign each social media review to one of three predefined categories: positive, negative, or neutral. According to AWS documentation, classification models are used when “inputs must be mapped to one label from a fixed set of possible labels.” Sentiment analysis is one of the most common NLP classification tasks and is supported in Amazon Comprehend, Amazon SageMaker, and Amazon Bedrock. Open-ended generation produces free-form text and is not appropriate for categorical outputs. Summarization condenses long-form content, and machine translation converts text across languages. Only classification aligns with sentiment detection, enabling the model to learn sentiment cues such as emotional wording or tone markers. AWS highlights sentiment classification as a key use case for supervised learning with text data.
AWS ML Specialty Guide – Classification Algorithms
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit