返回學院
A Black woman teacher guides a White man and East Asian woman as they trace sparse layers from evidence through highlighted features to an AI outcome
AI 知識核心2026年8月8日· 3 分鐘

Explainability and Transparency

How explanations and transparent documentation reveal different parts of an AI system, what common explanation methods can show, and why evidence and human judgment remain necessary.

explainable AItransparencyhuman oversight

來源

完整課程摘要

Explainability and transparency help people examine an AI system, but they answer different questions. Explainability concerns evidence or reasons related to an output or process. Transparency concerns access to relevant facts about the system, including its purpose, data, design, evaluation, limitations, owners, and human decision process. An explanation might show why one learner received a recommendation. Transparent documentation should also disclose what the recommendation system was designed to optimize, whose data informed it, how well it was tested, and who can change or challenge its use. Neither quality by itself proves that a system is accurate, fair, safe, or educationally valuable.

Explanations can operate at different levels. A global explanation describes broad model behavior, while a local explanation addresses one prediction. Some models are sufficiently simple that a person can inspect how inputs determine outputs. More complex models often receive post hoc explanations created after a prediction. LIME, for example, fits a simpler model around one case to approximate nearby behavior. SHAP assigns contributions to features for a particular prediction within an additive explanation framework. Such methods can help developers debug models and help users notice influential evidence, but they explain the behavior captured by their assumptions and reference choices, not a complete humanlike chain of reasoning.

A useful explanation should accompany an output, be meaningful to its intended recipient, correctly reflect the system process it claims to describe, and respect the system's knowledge limits. Those requirements are demanding. A visually persuasive explanation can be unstable, omit interactions, or encourage a causal interpretation of correlations. Different recipients also need different information. A developer may need error patterns and feature diagnostics, a teacher may need classroom relevant evidence and uncertainty, and a learner may need a clear account plus a way to correct inaccurate data. For consequential decisions, an interpretable model may be preferable to explaining a black box after the fact when it can meet the task requirements.

Transparency extends beyond an explanation screen. Responsible documentation identifies intended and prohibited uses, data provenance and gaps, evaluation populations and metrics, subgroup results, uncertainty, update history, security and privacy controls, and the role of human review. It also makes governance visible: who approved the system, who monitors it, how a person reports harm, and whether an affected learner can obtain review. Publishing technical detail without an understandable route to action is not meaningful transparency. Conversely, a friendly feature chart without system documentation can hide important choices.

In education, learners can investigate a fictional support model that predicts whether additional practice may help. They trace which evidence entered the model, compare a local explanation with the documented objective, and test whether small relevant changes alter the output consistently. They then list information the model cannot observe and decide what a teacher must verify before acting. The teacher treats the prediction as one source of evidence, invites the learner's account, and records the human rationale for any decision. This practice makes explanation a tool for disciplined inquiry rather than a decoration that automatically creates trust.