
Answer-first summary for fast verification
Answer: Implement moderation APIs.
## Explanation **Correct Answer: A - Implement moderation APIs.** **Why Option A is correct:** 1. **Moderation APIs** are specifically designed to filter and moderate content, including images, to prevent inappropriate or unwanted content from being displayed. 2. AWS provides services like Amazon Rekognition Content Moderation or other AI-based moderation tools that can analyze images for inappropriate content, explicit material, violence, or other unwanted elements. 3. This solution provides real-time filtering and is a proactive approach to content moderation. **Why other options are incorrect:** - **Option B (Retrain the model with a general public dataset):** This approach might help improve the model's general knowledge but doesn't specifically address content moderation. A general public dataset could still contain inappropriate content, and retraining is resource-intensive without guaranteeing proper moderation. - **Option C (Perform model validation):** While model validation is important for assessing model performance, it doesn't provide real-time content moderation. Validation happens during development/testing phases, not during runtime when users interact with the chatbot. - **Option D (Automate user feedback integration):** User feedback is reactive rather than proactive. It relies on users reporting inappropriate content after they've already seen it, which doesn't prevent the content from being displayed initially. **Key Takeaway:** For real-time prevention of inappropriate content in AI applications, implementing moderation APIs is the most effective solution as it provides automated, real-time filtering before content reaches users.
Author: Ritesh Yadav
Ultimate access to all questions.
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?
A
Implement moderation APIs.
B
Retrain the model with a general public dataset.
C
Perform model validation.
D
Automate user feedback integration.
No comments yet.