Skip to main content
Innovation
6 min read

The Explainability Gap: When AI Decisions Need Translation

As machine learning reshapes credit underwriting, banks face a growing obligation to explain algorithmic decisions in terms that regulators — and customers — can understand.

The Obligation to Explain

The Equal Credit Opportunity Act and Regulation B have required lenders to provide specific reasons for adverse credit decisions since 1974. The requirement is simple in principle: if you deny someone credit, you must tell them why in enough detail that they could, in theory, address the issue.

Machine learning changed the calculus. A gradient boosting model or neural network optimized for default prediction may weigh hundreds of variables simultaneously — payment velocity, account age, utilization patterns, device fingerprint, geographic mobility — in ways that do not map cleanly onto the five principal reasons an adverse action notice is required to convey. The result is what practitioners call the explainability gap: a model sophisticated enough to make excellent predictions, but whose logic resists plain-language description.

What Regulators Are Watching

The CFPB's 2022 circular on adverse action and ECOA made the agency's position explicit: the use of AI or complex algorithms does not exempt lenders from the obligation to provide accurate, specific adverse action reasons. "We are unable to provide a reason" is not a compliant response. A reason tied to a variable the model uses but the consumer cannot influence is not specific enough to be useful.

The OCC, Fed, and FDIC have similarly signaled through model risk management guidance (SR 11-7 and its successors) that model interpretability is not just a technical preference — it is a governance requirement. Examiners are increasingly asking whether banks can explain, in plain language, why a specific credit decision was reached.

Bridging the Gap in Practice

Several approaches have emerged to address algorithmic explainability for credit decisions:

  • SHAP values (Shapley Additive Explanations) — A technique that attributes each model prediction to individual input features, making it possible to generate a ranked list of the factors that most influenced a specific decision.
  • LIME (Local Interpretable Model-agnostic Explanations) — An approach that approximates complex model behavior locally around a single prediction, producing human-readable explanations.
  • Inherently interpretable models — Scorecard-based approaches that trade some predictive performance for complete transparency; increasingly competitive with black-box alternatives due to advances in generalized additive models.
  • Adverse action reason mapping — A process that maps top SHAP contributors to the standardized adverse action reason codes required by Regulation B, enabling compliant notices even from complex ML systems.

Disparate Impact and Proxy Variables

Explainability intersects with fair lending in an important way. A model that uses geographic data as a predictor may effectively act as a proxy for race or national origin — replicating historical redlining patterns without ever referencing a protected characteristic. If the model cannot explain its decisions, neither can the bank — and neither can an examiner assessing whether disparate impact has occurred.

This is why explainability is not merely a customer service obligation. It is the infrastructure that makes fair lending compliance possible. Banks that cannot interrogate their models' reasoning cannot perform the disparate impact testing that responsible AI deployment requires.

What Banks Should Do Now

  1. Audit existing adverse action workflows. Do current notices accurately reflect why the model declined the application, or are they generic boilerplate that satisfies the format but not the substance of ECOA?
  2. Require explainability documentation from vendors. Any third-party AI model used for credit decisions should come with documented methodology for generating compliant adverse action reasons and evidence of disparate impact testing.
  3. Invest in model governance infrastructure. The capacity to explain decisions is inseparable from the capacity to monitor them. Banks that build explainability into their model risk management framework from the start will be better positioned for examinations and better equipped to catch bias before it compounds.
The banks that can explain their AI's decisions are the ones that can defend them — to customers, to regulators, and to themselves.

The Customer Dimension

Beyond regulatory compliance, there is a customer relationship argument for explainability. A consumer who receives a specific, actionable reason for a denial — "your ratio of revolving credit utilization to available credit exceeds our threshold" — has something to work with. A consumer who receives "we are unable to provide a reason" has only frustration.

In a competitive environment where fintechs have redefined customer expectations for transparency, the ability to give clear, honest explanations of difficult decisions is a differentiator. It is also, increasingly, a legal requirement. The two motivations point in the same direction.