A bank deploys an AI system that uses a complex deep learning model to approve or reject loan applications. When a loan is rejected, customers demand to know the specific reasons. The bank wants to ensure the AI system operates in a way that allows them to explain its decisions. Which Microsoft responsible AI principle is most directly relevant to this requirement?
Transparency (Interpretability) ensures that AI decisions can be understood and explained, which is what the bank needs for loan rejection explanations.
Why this answer
The bank's requirement to explain why a loan was rejected directly aligns with the transparency principle, which mandates that AI systems be understandable and that their decisions can be communicated to users. In this scenario, the complex deep learning model must be interpretable, often through techniques like feature importance analysis or surrogate models, to provide specific reasons for rejection. Transparency ensures that customers can receive meaningful explanations, building trust and enabling accountability.
Exam trap
The trap here is that candidates often confuse transparency with fairness, assuming that explaining a decision automatically ensures it is fair, but transparency is solely about understandability and communication, not about the absence of bias.
How to eliminate wrong answers
Option A is wrong because reliability and safety focus on the system performing consistently and without harm (e.g., avoiding crashes or incorrect outputs), not on explaining decisions to customers. Option C is wrong because privacy and security concern protecting data from unauthorized access or breaches, not the ability to articulate the rationale behind a specific decision. Option D is wrong because fairness addresses bias and equitable treatment across groups (e.g., ensuring no discrimination based on race or gender), but does not inherently require the system to provide explanations for individual rejections.