Exam Generative-AI-Leader Topic 2 Question 25 Discussion
Actual exam question for Google's Generative-AI-Leader exam
Question #: 25
Topic #: 2
Question #: 25
Topic #: 2
A company trains a generative AI model designed to classify customer feedback as positive, negative, or neutral. However, the training dataset disproportionately includes feedback from a specific demographic and uses outdated language norms that don't reflect current customer communication styles. When the model is deployed, it shows a strong bias in its sentiment analysis for new customer feedback, misclassifying reviews from underrepresented demographics and struggling to understand current slang or phrasing. What type of model limitation is this?
Suggested Answer: A Vote an answer
The core reason for the model's failure is that the training data itself was flawed (disproportionate demographic representation and outdated language). This flaw directly leads to the observed bias and poor performance on underrepresented groups and modern communication styles.
This is a classic example of Data Dependency, a fundamental limitation of all machine learning models, including generative AI. Data dependency refers to the absolute reliance of an AI model on the quality, completeness, and fairness of the data on which it was trained. Since the model essentially only mimics the patterns it learned from its dataset, if the dataset contains societal, demographic, or linguistic biases, the model will faithfully reproduce and amplify those biases in its output, leading to unfair classification for certain groups.
Hallucination (C) is the invention of facts or data.
Overfitting (D) is poor generalization because the model memorized the training data too well, typically resulting in very poor performance across all unseen data, not just specific demographics.
Bias is the result of the data dependency, not the fundamental limitation itself.
(Reference: Google's training on Generative AI Limitations identifies Data Dependency as the fundamental limitation where the model is limited by the scope and quality of its training data, directly leading to issues of bias when the data is not diverse or representative.)
This is a classic example of Data Dependency, a fundamental limitation of all machine learning models, including generative AI. Data dependency refers to the absolute reliance of an AI model on the quality, completeness, and fairness of the data on which it was trained. Since the model essentially only mimics the patterns it learned from its dataset, if the dataset contains societal, demographic, or linguistic biases, the model will faithfully reproduce and amplify those biases in its output, leading to unfair classification for certain groups.
Hallucination (C) is the invention of facts or data.
Overfitting (D) is poor generalization because the model memorized the training data too well, typically resulting in very poor performance across all unseen data, not just specific demographics.
Bias is the result of the data dependency, not the fundamental limitation itself.
(Reference: Google's training on Generative AI Limitations identifies Data Dependency as the fundamental limitation where the model is limited by the scope and quality of its training data, directly leading to issues of bias when the data is not diverse or representative.)
by Xaviera at Dec 15, 2025, 01:24 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).