Google Cloud Professional Machine Learning Engineer — Question 339

You are developing a natural language processing model that analyzes customer feedback to identify positive, negative, and neutral experiences. During the testing phase, you notice that the model demonstrates a significant bias against certain demographic groups, leading to skewed analysis results. You want to address this issue following Google's responsible AI practices. What should you do?

Answer options

Correct answer: C

Explanation

The correct answer, C, emphasizes the importance of addressing bias at the data level by augmenting the training dataset with more samples from underrepresented groups. This approach helps ensure the model is trained on a more diverse set of data, which can lead to fairer predictions. While options A, B, and D offer valuable methods for assessing or mitigating bias, they do not directly address the root cause related to the dataset itself.