Interpretable AI
AI systems designed so humans can understand how they reach decisions, enabling meaningful oversight and accountability.
Definition
Interpretable AI (also called Explainable AI or XAI) refers to artificial intelligence systems designed with inherent transparency, allowing humans to understand, trust, and effectively manage the AI's decision-making process. Unlike black box models, interpretable AI provides insight into the factors and logic driving its outputs.
Regulatory Framework: The EU AI Act establishes interpretability as a core requirement for high-risk AI systems. Article 13 requires that AI systems be "designed and developed in such a way as to ensure that their operation is sufficiently transparent to enable deployers to interpret a system's output and use it appropriately." This includes requirements for technical documentation explaining system logic.
Jurisdictional Variations:
- EU: The AI Act mandates interpretability for high-risk systems, with specific documentation requirements in Annex IV
- US: NIST AI RMF lists "explainable and interpretable" as key characteristics under the GOVERN and MAP functions. Executive Order 14110 directs agencies to ensure AI systems are understandable
- OECD: The OECD AI Principles include transparency and explainability as core principles, stating stakeholders should be able to understand AI-based outcomes
Technical Approaches: Interpretability can be achieved through inherently interpretable models (decision trees, linear models, rule-based systems) or through post-hoc explanation techniques (SHAP, LIME, attention mechanisms) applied to complex models.
Related concepts: Black Box AI, Explainability, Transparency Obligation, Model Card
Sources
- •NIST AI RMF
- •IEEE Standards
Related Terms
Black Box AI
An AI system whose internal decision-making process is opaque and cannot be easily understood or explained by humans....
Explainability
The ability to understand and articulate how an AI system reaches its decisions....
Transparency Obligation
A legal or policy duty requiring AI actors to disclose clear, accessible information about an AI system or its outputs so stakeholders can recognise, understand, and, where appropriate, challenge AI-driven interactions or content....
Model Card
Standardized documentation providing key information about an AI model....