A financial services company uses an AI system to recommend personalized investment portfolios. A customer requests an explanation of why a particular investment was recommended. Which Microsoft responsible AI principle is primarily focused on ensuring the company can provide this explanation?
Transparency is the correct principle because it directly addresses the customer's request for a meaningful explanation of why a loan or investment recommendation was made. In practice, transparency requires the AI system to provide interpretable justifications that trace how input data led to the output, often through techniques like feature importance or simplified decision paths. This supports user trust and satisfies compliance requirements such as GDPR's right to explanation, which explicitly obliges organizations to make automated decisions understandable.
Why this answer
Transparency is the correct principle because it directly addresses the need for AI systems to be understandable and interpretable. In this scenario, the customer's request for an explanation of a specific investment recommendation requires the AI to provide clear reasoning for its output, which is the core of transparency. This principle ensures that the company can explain how and why a decision was made, building trust and enabling oversight.
Exam trap
The trap here is that candidates often confuse Transparency with Accountability, mistakenly thinking that assigning responsibility for the AI's actions is the same as explaining how a decision was made.
Why the other options are wrong
Accountability refers to the obligation to take responsibility for AI system outcomes, not specifically to provide explanations for individual decisions. The question asks about explaining a recommendation, which falls under Transparency.
Fairness focuses on ensuring AI systems do not discriminate against groups or individuals, not on providing explanations for specific recommendations.
Reliability focuses on the AI system performing consistently and safely, not on providing explanations for decisions. The question asks about explaining a recommendation, which is addressed by Transparency.
When would these options actually be correct?
A question asking which principle ensures that the company can be held responsible for the AI system's actions and decisions, such as when a customer suffers financial loss due to a flawed recommendation.
A question asking which principle ensures that an AI system does not exhibit bias against a particular demographic group when approving loan applications would make Fairness the correct answer.
Reliability would be correct if the question asked: 'Which principle ensures the AI system produces consistent and accurate results over time, especially under varying conditions?'
Why candidates pick the wrong answer
Candidates may confuse accountability with transparency because both involve responsibility, but accountability is about ownership and liability, not explanation.
Candidates may confuse the need for a fair explanation with the principle of Fairness, but explanation is a Transparency concern, not a Fairness one.
Candidates may confuse the need for a system to be trustworthy (reliable) with the need to explain its decisions, thinking that a reliable system inherently provides explanations.