Model Risk Basics: Bias, Drift, Hallucination, and Explainability
Deliberate Academy Editorial Team
Reviewed for accuracy and professional relevance
Enjoying the course?
Sign up free to track your progress and earn a verified certificate when you pass.
- Define bias, model drift, hallucination, and explainability precisely enough to distinguish each from the others in a described scenario
- Explain why an AI system can be simultaneously "accurate" and non-compliant, and why those are answers to two different questions
- Identify which of the four risks is present in a described AI system failure, and name the compliance consequence that follows
- Apply this vocabulary as the shared language used consistently across every regulatory framework covered later in this course
A compliance professional new to AI governance often hears these four terms used casually in meetings — bias, drift, hallucination, explainability — without a precise working definition of any of them, which makes it nearly impossible to ask a sharp follow-up question or correctly document a finding. This lesson gives you working definitions precise enough to use in a real review, building directly on the pattern-learning model from Lesson 1.
Four Terms, Four Distinct Risks
Bias. A systematic pattern where an AI system's outputs unfairly disadvantage a particular group, traceable to a corresponding pattern in the historical data it was trained on. A recruitment-screening tool trained on years of hiring decisions that favored one group over another will tend to reproduce that pattern — not through any explicit rule, but because it learned the pattern statistically. Bias is a distinct risk from accuracy: a model can be highly accurate against its own training data's historical outcomes and still be systematically biased, because the training data's outcomes were themselves the product of a biased process.
Model drift. The tendency for an AI system's real-world performance to degrade over time as the environment it operates in changes and no longer resembles the data it was trained on. A fraud-detection model trained on last year's fraud patterns gradually becomes less effective as fraud tactics evolve, not because the model changed, but because the world did and the model's underlying assumptions did not keep pace. Drift is why an AI system's compliance status is not a one-time determination — a system compliant at launch can drift into non-compliance without any code change at all.
Hallucination. The tendency of a generative AI system — most notably a large language model — to produce a fabricated fact, citation, or detail with the same fluent confidence as a correct one. Hallucination is a structural property of how these systems generate text, not an occasional bug, and it is a particularly acute risk anywhere an AI-generated output reaches a customer, a regulator, or a legal document without independent verification.
Explainability. The degree to which a human can understand why an AI system produced a specific output. Some AI systems can provide a reasonably clear account of the factors behind a decision; others are closer to a "black box," where even the people who built the system cannot fully reconstruct why it produced a specific result. Explainability is not an abstract technical nicety — it is frequently a direct regulatory requirement for consequential, individual-level decisions, covered specifically in Lesson 4.
These four terms are not interchangeable, and confusing them in a compliance document creates a real evidentiary problem. A finding that correctly identifies "this tool showed a bias pattern in its outputs" points a remediation team toward reviewing training data composition. A finding that vaguely says "there may be an accuracy issue" does not — and can send a remediation effort toward the wrong root cause entirely.
An AI-powered customer service chatbot is found to occasionally generate a policy detail that does not exist in the company's actual terms of service, stated with complete confidence. Which of the four terms from this lesson correctly names this specific risk?
Select one answer.
Why an AI System Can Be Both "Accurate" and Non-Compliant
A recurring compliance mistake is treating a vendor's accuracy figure as evidence that a system is safe to deploy without further scrutiny. Accuracy measures whether a model's predictions match its training data's labeled outcomes on average — it says nothing about whether that average conceals a bias pattern against a specific group, whether the model's performance is drifting as conditions change, whether it occasionally hallucinates a fabricated detail, or whether anyone can explain a specific output well enough to satisfy a regulator or a court. A system can score extremely well on accuracy and still fail on any of the other three dimensions.
A High-Accuracy Model With an Undetected Drift Problem — Regional Insurance Provider
Context
An AI-powered claims-fraud detection tool had been deployed for two years with a consistently reported 91% accuracy rate in quarterly vendor reports, and no compliance concern had been raised.
Action
A newly hired model risk analyst asked a question the previous reviews had not: was the 91% figure measured against current claims data, or against the original validation data set from deployment two years earlier? The vendor confirmed the figure was still being reported against the original validation set, not against a current sample — meaning the reported accuracy said nothing about the model's actual current performance.
Outcome
A fresh validation against a current sample of claims found the model's real accuracy had fallen to 79%, driven by a shift in fraud patterns the model had never been retrained to recognize — a textbook drift problem masked for two years by a stale accuracy figure. The insurer instituted a quarterly re-validation requirement against current data for every deployed AI model, rather than relying on a vendor-reported figure without confirming its measurement basis.
Why does this lesson emphasize that a model's compliance status is not a one-time determination made at launch?
Select one answer.
Exercise
Your Task
Read the following four short scenarios and assign the correct term — bias, drift, hallucination, or explainability — to each: (1) a legal research AI cites a court case that does not exist; (2) a hiring tool's approval rate for one demographic group has quietly fallen over eight months as the applicant pool has changed; (3) a credit-scoring tool cannot produce any account of which factors led to a specific application's rejection; (4) a resume-screening tool consistently ranks graduates of certain universities lower, tracing back to how the training data was originally assembled. Check each answer against the definitions in this lesson.
Success looks like
- All four scenarios are matched to the correct term without conflating bias with drift, or hallucination with explainability
Watch out for
- Labeling any AI failure generically as an "accuracy problem" without identifying which of the four specific risk categories actually applies
Hint
Scenario 2 is drift because the pattern changed over time as conditions changed; scenario 4 is bias because the pattern was present in the original training data from the start.
- Bias, model drift, hallucination, and explainability are four distinct risks, each with a different root cause and a different remediation path — using them precisely, not interchangeably, is essential to a usable compliance finding.
- A model can be simultaneously high-accuracy and biased, because accuracy measures agreement with historical training outcomes, not fairness of those outcomes.
- Hallucination is a structural property of generative AI systems, not an occasional bug — any generative AI output reaching a customer or regulator needs independent verification.
- Model drift means compliance status is not a one-time, launch-day determination — ongoing monitoring and periodic re-validation against current data are necessary, not optional.
- This four-term vocabulary is the shared language used consistently across the EU AI Act, GDPR, NIST AI RMF, and ISO/IEC 42001 material covered later in this course.