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

A company has built a chatbot that can respond to natural language questions with images. The company wants to ensure that the chatbot does not return inappropriate or unwanted images.
Which solution will meet these requirements?

Answer options

Correct answer: A

Explanation

Implementing moderation APIs is the best solution because these APIs can filter out inappropriate content before it is shown to users. Retraining the model with a general public dataset may not ensure the chatbot avoids unwanted images, as the dataset could still contain inappropriate content. Model validation focuses on evaluating the model's performance rather than actively screening content, and automating user feedback integration does not directly prevent unwanted images from being displayed.