
Answer-first summary for fast verification
Answer: Text-based foundation model (NLP)
**Explanation:** Amazon Bedrock is a fully managed service that offers a choice of high-performing foundation models (FMs) from leading AI companies. For analyzing customer reviews and detecting emotions (happiness, anger, frustration), the most appropriate foundation model type is a **Text-based foundation model (NLP)**. Here's why: 1. **Natural Language Processing (NLP)**: Text-based foundation models are specifically designed for natural language understanding tasks, including sentiment analysis and emotion detection. 2. **Task Alignment**: Emotion detection in text requires understanding context, semantics, and linguistic patterns - exactly what NLP models are trained to do. 3. **Other options are unsuitable**: - **Image generation models**: Used for creating images, not analyzing text - **Embedding models**: Convert text to numerical vectors for similarity search, not direct emotion detection - **Code generation models**: Designed for generating programming code, not analyzing natural language text 4. **Bedrock NLP Models**: Amazon Bedrock offers various text-based foundation models like Anthropic's Claude, Amazon Titan, and others that can perform sentiment analysis and emotion detection tasks. **Correct Answer: A (Text-based foundation model (NLP))**
Author: Ritesh Yadav
Ultimate access to all questions.
A retail analytics company wants to analyze customer reviews and detect emotions such as happiness, anger, and frustration. Which foundation model type in Bedrock is most appropriate?
A
Text-based foundation model (NLP)
B
Image generation model
C
Embedding model
D
Code generation model
No comments yet.