Google Cloud Professional Machine Learning Engineer — Question 102
You are an ML engineer in the contact center of a large enterprise. You need to build a sentiment analysis tool that predicts customer sentiment from recorded phone conversations. You need to identify the best approach to building a model while ensuring that the gender, age, and cultural differences of the customers who called the contact center do not impact any stage of the model development pipeline and results. What should you do?
Answer options
- A. Convert the speech to text and extract sentiments based on the sentences.
- B. Convert the speech to text and build a model based on the words.
- C. Extract sentiment directly from the voice recordings.
- D. Convert the speech to text and extract sentiment using syntactical analysis.
Correct answer: A
Explanation
The correct answer is A because converting speech to text and then extracting sentiments based on sentences allows for a structured analysis that can be more easily controlled for biases related to gender, age, and culture. Options B, C, and D do not adequately address the need for structured sentiment extraction from text, which is essential for minimizing the impact of demographic factors during analysis.