情報システム監査人が、保険料と保険資格の決定に使用されるAIモデルをテストしています。アルゴリズムの出力におけるバイアスを特定するための最も効果的なテスト方法は次のうちどれですか?
正解:C
Disparate impact analysis is a specific technique used to detect whether model decisions disproportionately disadvantage certain protected or sensitive groups (e.g., by gender, age, ethnicity, or other attributes). For an AI model determining premiums and eligibility , fairness and non-discrimination are critical regulatory and ethical requirements, and AAIA content highlights fairness and bias evaluation as core elements of AI governance and risk management.
Regression testing (A) checks that changes do not introduce defects in previously functioning components, not fairness. Cross-cluster analysis (B) may reveal patterns but is not inherently a fairness test. Predictive analytics (D) is a broad term for forward-looking analysis, not a method specifically designed to detect bias.
Therefore, disparate impact analysis is the most appropriate and targeted method to identify bias in the insurance AI model's outputs.
References:
ISACA, AAIA Exam Content Outline - Domain 1: AI Governance and Risk (bias, fairness, and transparency considerations).
ISACA AI ethics and fairness guidance used in AAIA training materials.