Which THREE strategies should be combined to effectively reduce biased outputs in a generative AI model? (Choose three.)
Safety filters block explicitly biased content.
Why this answer
Option A is correct because implementing safety filters targeting hate speech and stereotypes directly blocks the generation of biased or harmful content at the output layer. These filters use predefined rule sets or trained classifiers to detect and suppress language that reflects demographic or cultural biases, reducing the risk of the model producing offensive or stereotypical responses.
Exam trap
Cisco often tests the misconception that increasing randomness (temperature) or training on biased data can somehow reduce bias, when in fact both actions worsen the problem by either amplifying noise or embedding the bias deeper into the model's weights.