SHAP values are mathematically rigorous, theoretically grounded, and completely meaningless to the people most affected by AI decisions. When a loan applicant is denied credit, knowing that their SHAP value for the debt-to-income ratio feature was -0.23 does not help them understand why the decision was made or what they could do differently. Plain-language explanation is not just a nice-to-have — it is increasingly a regulatory requirement.
Why Feature Attribution Alone Is Not Enough
The EU AI Act requires that individuals subject to high-risk AI decisions receive meaningful information about the logic involved and the significance of the decision for them. The CFPB's adverse action notice requirements mandate that lenders provide specific reasons for credit denials in plain language. These requirements cannot be satisfied by surfacing raw SHAP values.
The NLG Pipeline Approach
The most effective approach to plain-language explanation generation combines feature attribution (SHAP or LIME) with natural language generation (NLG) tuned to the specific domain and decision context. The pipeline works as follows: compute SHAP values for the prediction, identify the top 3-5 features with the largest absolute SHAP values, map each feature to a domain-specific plain-language template, compose the templates into a coherent explanation narrative, and apply a readability check targeting a 6th-grade reading level or below.
Domain-Specific Template Libraries
Generic templates fail because the same feature can mean very different things in different contexts. A high debt-to-income ratio means one thing in a mortgage decision and something different in a small business loan evaluation. AIClarum maintains domain-specific template libraries for financial services, healthcare, employment, and benefits decisions. Each library provides contextually appropriate language for the most common features in that domain.
Actionable Recourse
The most powerful plain-language explanations go beyond telling applicants why a decision was made — they explain what the applicant could change to get a different outcome. Counterfactual explanation generation, integrated into AIClarum's explanation engine, automatically identifies the nearest feasible input change that would reverse the AI decision and expresses that change in plain language.
AIClarum Plain Language Engine
AIClarum's explanation engine includes a built-in NLG layer that converts SHAP attributions to plain-language narratives in real time. Explanations are calibrated to the regulatory context: adverse action notices for consumer credit, disclosure statements for healthcare CDS, and summary reports for employment screening. All explanations are stored in the audit trail alongside the underlying SHAP values.
