1. What is the purpose of EXPLAINABILITY in responsible AI?
- A. To help humans understand WHY a model produced a given output or decision✓ Correct
- B. To make the model run faster
- C. To reduce the token cost of inference
- D. To encrypt the training data
Explanation
Explainability provides insight into why a model reached a decision, supporting trust, debugging, and compliance. It is not about speed (B), cost (C), or encryption (D), which are performance and security concerns.