Back to Glossary
Explainable AI (XAI)

explanation

A human-interpretable description of the logic, reasoning, or data features that led an artificial intelligence model to a specific decision or output.

Explanation

In the field of Explainable AI (XAI), an explanation serves as a bridge between complex algorithmic processes and human comprehension. It aims to clarify why a model made a particular prediction, which is crucial for high-stakes applications like healthcare, finance, and law. Explanations can be categorized as 'local' when they justify a single prediction, or 'global' when they describe the overall behavior of the model. Techniques such as SHAP (SHapley Additive exPlanations) and LIME (Local Interpretable Model-agnostic Explanations) are frequently used to generate these insights, helping developers and users identify biases, ensure fairness, and build trust in automated systems.

Related Terms