A bank is developing an AI system to automatically approve or reject small business loan applications. The bank wants to ensure that the system does not unfairly discriminate against applicants based on their age, gender, or ethnicity. Which Microsoft responsible AI principle should most directly guide the design and evaluation of this system?
Fairness ensures the AI system does not discriminate based on demographic characteristics, which is the core concern in loan approval scenarios.
Why this answer
The bank's goal is to prevent discrimination based on age, gender, or ethnicity in loan approvals. The Fairness principle directly addresses this by requiring AI systems to treat all groups equitably and to mitigate biases in training data and model predictions. This principle guides the design and evaluation of the system to ensure that outcomes are not skewed by protected attributes.
Exam trap
The trap here is that candidates often confuse 'Inclusiveness' (designing for diverse user needs) with 'Fairness' (preventing algorithmic bias in outcomes), leading them to select D instead of A.
How to eliminate wrong answers
Option B (Reliability and safety) is wrong because it focuses on the system's ability to function correctly and safely under all conditions, not on preventing discriminatory outcomes. Option C (Privacy and security) is wrong because it concerns protecting personal data from unauthorized access or misuse, not ensuring equitable treatment across demographic groups. Option D (Inclusiveness) is wrong because while it promotes designing for all users, it does not specifically address the detection or mitigation of algorithmic bias in decision-making outcomes.