Courseiva
AI Implementation and OperationsmediumMultiple ChoiceObjective-mapped

Mitigating Bias in AI Models with Reweighted Training

During model monitoring, a loan approval model shows disparate impact against a protected group. The model's overall accuracy is high, but the false positive rate for the protected group is 0.12 compared to 0.02 for other groups. Which action should the operations team take first?

Quick Answer

The correct first action is to retrain the model with reweighted training data to minimize disparity. This approach directly addresses the root cause of disparate impact—biased historical data—by assigning higher weights to underrepresented groups during training, which adjusts the model’s decision boundaries to reduce the false positive rate gap without sacrificing overall accuracy. On the CompTIA AI+ AI0-001 exam, this scenario tests your understanding of bias mitigation techniques at the data level, often appearing in questions about model monitoring and fairness metrics. A common trap is jumping to threshold adjustments or model replacement, but reweighted training preserves learned patterns while promoting equity. Remember the mnemonic “Reweight Before You Retune”—always fix the data imbalance first.

⚠ Common exam trap

CompTIA often tests the misconception that adjusting the decision threshold for a specific group is a quick fix for disparate impact, but the trap is that this violates the principle of equal treatment and can introduce legal liability, whereas retraining with reweighted data addresses bias at the algorithmic level without changing the decision rule per group.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Retrain the model with reweighted training data to minimize disparity

Retraining the model with reweighted training data directly addresses the root cause of disparate impact—biased historical data—by assigning higher weights to underrepresented groups during training. This technique, often implemented via cost-sensitive learning or sample reweighting, adjusts the model's internal decision boundaries to reduce false positive rate disparities without sacrificing overall accuracy. The operations team should first attempt to mitigate bias at the data level before considering threshold adjustments or model replacement, as reweighting preserves the model's learned patterns while promoting fairness.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Document the disparity and proceed with deployment because accuracy is high

    Why it's wrong here

    Ignoring disparate impact is not acceptable ethical practice.

  • Replace the model with a simpler model that is less discriminatory

    Why it's wrong here

    Simpler models may not capture complexity and could still be biased.

  • Retrain the model with reweighted training data to minimize disparity

    Why this is correct

    Retraining with fairness constraints directly mitigates bias in the model.

  • Adjust the decision threshold for the protected group to equalize false positive rates

    Why it's wrong here

    This is a temporary fix and may not address underlying bias.

About these practice questions

This AI0-001 question is part of Courseiva's 754-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

2 more ways this is tested on AI0-001

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A company deploys an AI model for loan approval. The model shows bias against a protected group. The team decides to use adversarial debiasing. What is the PRIMARY advantage of this approach?

hard
  • A.It guarantees the model's predictions are private.
  • B.It reduces bias while preserving predictive performance by learning representations that are invariant to sensitive attributes.
  • C.It is simpler to implement than pre-processing techniques.
  • D.It ensures equal approval rates across all groups.

Why B: Adversarial debiasing is an in-processing technique that trains a primary model to predict the target (e.g., loan approval) while simultaneously training an adversary to predict the sensitive attribute from the model's learned representations. The primary model is penalized when the adversary succeeds, forcing it to learn representations that are invariant to the sensitive attribute. This reduces bias while preserving predictive performance because the model retains the ability to learn task-relevant patterns that are not correlated with the protected attribute.

Variation 2. A financial institution uses a machine learning model to approve personal loans. The model was trained on historical data that includes applicant age, income, credit score, and loan amount. Compliance officers have received customer complaints suggesting the model may be discriminating against applicants over 60 years old. Initial analysis shows that the approval rate for applicants over 60 is 20 percentage points lower than for younger applicants with similar credit profiles. The data science team has been asked to investigate and remediate any bias. They have access to the training data, model coefficients, and can retrain or modify the model. What is the FIRST step the team should take?

medium
  • A.Replace the model with a third-party vendor model that claims to be bias-free.
  • B.Re-sample the training data to have equal numbers of applicants over and under 60.
  • C.Conduct a fairness audit using appropriate metrics such as disparate impact ratio on the current model.
  • D.Remove the age feature from the training data and retrain the model.

Why C: The first step in addressing potential bias is to conduct a fairness audit using established metrics like the disparate impact ratio (e.g., the 80% rule from the US Equal Employment Opportunity Commission). This quantifies whether the model's approval rate for applicants over 60 is less than 80% of the rate for the younger group, providing a legally and technically sound baseline before any remediation. Without this measurement, any subsequent changes (like resampling or removing features) could be misguided or ineffective.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI0-001 exam.