Post-Hoc Explanation
A post-hoc explanation is an account of why an AI model produced a particular output, generated after the model has already been trained and has made its prediction. Rather than making the model itself transparent, these techniques attempt to reconstruct or approximate the reasons behind a decision from the outside. They are often used to shed light on complex or opaque models whose internal workings are difficult to inspect directly.
As commonly defined in the explainable AI literature, post-hoc explanation methods analyze and interpret the decision-making of a trained machine learning model after it has produced predictions, in contrast to ante-hoc (intrinsically interpretable) approaches where interpretability is built into the model design. Applied frequently to so-called black-box models, these techniques aim to reverse-engineer or approximate explanations for a model's outputs and operations. Practitioners should note that post-hoc explanations approximate rather than directly expose a model's internal reasoning, and their adequacy is contested: some scholarship argues they may be unsuitable for satisfying certain legal or regulatory explanation requirements. This entry addresses the term as used in AI/ML explainability and does not concern the unrelated 'post hoc' logical fallacy (arguing from temporal sequence to causation) or the statistical sense of post-hoc analysis.
Why it matters
Post-hoc explanations have become a widely used response to the challenge of deploying complex or opaque models whose internal workings cannot be readily inspected. For governance and model risk functions, they offer a practical means of producing an account of why a model reached a particular output, supporting activities such as validation review, customer-facing explanations, and internal challenge. Their appeal lies in being applicable after training to models that were not designed to be intrinsically interpretable, allowing organizations to gain some visibility into otherwise black-box systems.
The central caution is that post-hoc explanations approximate rather than directly expose a model's internal reasoning. Because they reconstruct plausible reasons from outside the model, the explanation offered may not faithfully correspond to the actual computation that produced the output. This gap matters for risk assessment: an explanation that is convincing but not faithful can create false confidence, obscure model weaknesses, or misdirect remediation. The adequacy of these methods is contested in the scholarship, and practitioners should treat a post-hoc explanation as an approximation to be corroborated rather than as a definitive statement of model behavior.
The stakes rise where explanations are used to satisfy legal or regulatory expectations. Some scholarship argues that post-hoc explanation algorithms may be unsuitable for meeting certain legal explanation requirements, combining legal, philosophical, and technical arguments to that effect. Governance teams relying on these techniques to demonstrate compliance should therefore not assume that generating an explanation automatically satisfies an applicable requirement; the fit between the method and the specific obligation should be assessed on its own terms.
Who it's relevant to
Inside Post-Hoc Explanation
Common questions
Answers to the questions practitioners most commonly ask about Post-Hoc Explanation.