AWS Certified AI Practitioner (AIF-C01) — Question 72

A company is building a chatbot to improve user experience. The company is using a large language model (LLM) from Amazon Bedrock for intent detection. The company wants to use few-shot learning to improve intent detection accuracy.
Which additional data does the company need to meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because few-shot learning requires examples of user inputs (messages) along with their corresponding intents to enhance the model's understanding of intent detection. Options A, B, and D do not provide the necessary pairing of user messages with user intents, which is essential for training the model effectively.