0 cumulative citations
View corpus contextHow you present model evidence matters more than which LLM you use: in mortgage credit scoring, the evidence modality (tabular, network or both) explains far more variation in explanation fidelity than the choice of LLM; language models reliably name influential factors but frequently err on the direction of influence, and credit professionals judge outputs more harshly than lay readers.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Credit decisioning is a high-stakes task in which model outputs must be accurate and explainable to support compliant decisions. Although modern credit risk models such as eXtreme Gradient Boosting (XGBoost) and Graph Neural Networks (GNNs) improve predictive performance, their explanations are often too technical for stakeholders creating communication gaps that can shape approvals, denials, and fairness judgments. We examine whether Large Language Models (LLMs) can serve as explanation layers that translate post-hoc explanation artefacts into stakeholder-appropriate risk narratives. Using Freddie Mac single-family loan-level data, we develop three pipelines: standard tabular (XGBoost + SHAP), and two with alternative data, a pure network-based (GNN + GNNExplainer), and a bimodal one (combining tabular and network data). We generate narratives with three LLM configurations: a small fine-tuned LLM (Gemma 3 4B), a large fine-tuned LLM (DeepSeek R1 70B), and a zero-shot commercial LLM (Gemini 2.5). Explanation quality is evaluated through automated checks across all pipelines and a human study of bimodal explanations comparing credit risk professionals and non-professionals on eight decision-relevant dimensions. We have three main findings. First, the pipeline accounts for higher variance in evidence-grounding scores than the language model, meaning that the binding constraint on explanation quality is the evidence representation, not the model used. Second, the explanation narratives reliably name the influential factors but are less reliable when stating the direction of influence, which may be consequential for adverse-action communication. Finally, professionals apply stricter evidentiary standards than non-professionals. We discuss implications for the governance of risk models, including deployment considerations and the value of domain-aligned LLMs in regulated credit settings.
Summary
Main Finding
The paper shows that LLMs can turn technical post-hoc explanation artefacts (SHAP, GNNExplainer) into fluent, stakeholder-oriented risk narratives, but the dominant determinant of explanation quality is the representation of evidence (modality/pipeline) rather than the choice of LLM. Narratives reliably surface influential factors but frequently fail on the direction of influence; professional evaluators apply stricter evidentiary standards than non-professionals. These results reframe the design problem from selecting LLMs to designing evidence representations and governance around directional fidelity.
Key Points
- Three explanation pipelines were evaluated: tabular (XGBoost + SHAP), network (GAT/GNN + GNNExplainer), and bimodal (both).
- LLM configurations compared: Gemma 3 (4B, fine-tuned), DeepSeek R1 (70B, fine-tuned), and Gemini 2.5 (commercial, zero-shot).
- Evaluation combined automated evidence-grounding checks and a human study comparing credit-risk professionals and non-professionals across multiple decision-relevant dimensions (e.g., fidelity, trustworthiness, communicability, usability).
- Main empirical findings:
- Evidence modality (pipeline) explains far more variance in evidence-grounding scores than the LLM choice — the representation of evidence is the binding constraint on explanation quality.
- Generated narratives typically name the influential factors correctly but are less reliable about the direction (positive vs negative influence), a salient failure mode for adverse-action communications.
- Professionals judge explanations by stricter evidentiary standards than non-professionals; rater heterogeneity often exceeds system differences.
- Practical contributions: a separable three-stage architecture (prediction → explainer → LLM narration); concrete prompt and post-processing design to constrain hallucination/overclaim; empirical decomposition of sources of explanation quality.
Data & Methods
- Data: Freddie Mac single-family loan-level data (origination cohorts 2015 for training, 2016 for held-out evaluation); loans retained with ≥6 months servicing history; standard preprocessing (imputation, recoding, scaling).
- Network construction: static origination-stage graphs (6-month and 1-month windows). Nodes = loans; edges connect loans sharing zip-code prefix or lender (edge types one-hot encoded); edges form bidirectional cliques per grouping.
- Predictive models:
- Tabular: XGBoost classifier (hyperparams via grid search, 5-fold CV, ROC-AUC selection).
- Network: Graph Attention Network (GAT) with edge-aware transformations and neighbour sampling; class imbalance handled by ~1:5 negative subsampling.
- Post-hoc explanation methods:
- SHAP for XGBoost (feature-level attributions).
- GNNExplainer for GAT (local explanatory subgraph + node-feature importance).
- LLM narration layer:
- Evidence blocks: rule-based post-processing of explainer outputs (rank top-k, percentiles, plain-language descriptors, preserve directional info).
- Prompt design: shared system prompt enforcing objectivity + pipeline-specific user prompts (stepwise reasoning, explicit subgoals, constrained output formats, counterfactual-style components).
- LLMs: two open models fine-tuned on domain data (Gemma 3 4B, DeepSeek R1 70B) and one commercial zero-shot model (Gemini 2.5).
- Evaluation:
- Automated checks for evidence-grounding, coverage, and directional alignment.
- Human study contrasting professionals vs non-professionals on eight decision-relevant dimensions (including fidelity, trustworthiness, communicability, usability).
- Variance decomposition attributing differences to evidence modality, LLM, and evaluator cohort.
Implications for AI Economics
- Evidence representation matters more than LLM choice for deployed explanation quality. Economic analyses of model deployment should therefore allocate engineering and governance resources to how model evidence is represented and constrained, not only to LLM procurement.
- Directional errors are governance-relevant and can produce costly adverse-action mistakes. From a regulatory-cost perspective, firms face greater compliance and litigation risk if explanations misstate directionality even when naming correct factors. Economic models of regulatory risk should value directional fidelity highly.
- Bimodal/alternative-data (network) approaches can improve predictive performance but complicate explainability. Cost–benefit assessments of adopting relational/alternative data must include the incremental expense of building robust, audit-ready evidence representations and human-evaluation pipelines.
- LLMs can reduce the operational cost of generating stakeholder-appropriate narratives (lowering time/effort for documentation, customer communications, and validation), but that saving is conditional on rigorous constraints, provenance tracking, and domain fine-tuning. Economic gains from LLMs should be discounted by governance, monitoring, and validation costs.
- Heterogeneous stakeholder standards imply that evaluation metrics for explanation systems must be cohort-aware. When estimating the value of explainability investments, economists should model multiple utility functions (e.g., internal risk teams prioritize fidelity; customers prioritize clarity).
- Market and policy implications: regulators and standard-setters should emphasize evaluation standards focused on evidence grounding and directional correctness. This affects how firms invest in compliance infrastructure and how the economics of model risk management are internalized.
- Research and product prioritization: investments that improve evidence extraction from non-tabular sources (stable, provenance-rich explainers) likely yield larger returns in explanation quality than marginally larger or more expensive LLMs.
Suggestions (operational): - Prioritize robust evidence-block design, constrained prompting, provenance/versioning, and domain fine-tuning for any LLM-based explanation layer in credit settings. - Use professional evaluators in validation loops and treat directional correctness as a primary failure mode to mitigate regulatory risk. - When evaluating alternative-data models (networks/GNNs), include explainability overhead in cost models—both technical (explainers, post-processing) and governance (human review, documentation).
Assessment
Claims (8)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| The explanation pipeline accounts for more variance in evidence-grounding scores than the choice of language model, with the effect of the pipeline reported as roughly an order of magnitude larger. Ai Safety And Ethics | positive | Variance in evidence-grounding scores and explanation quality |
Reading fidelity
high
Study strength
medium
|
roughly an order of magnitude
|
| LLM-generated credit-risk explanations reliably identify influential factors but are less reliable at correctly stating the direction of those factors' influence. Decision Quality | mixed | Factor identification and directional correctness of explanation narratives |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Directional errors in generated credit explanations may be more consequential for adverse-action communication than omissions of influential factors. Regulatory Compliance | negative | Risk of inaccurate adverse-action communication and regulatory communication failure |
Reading fidelity
high
Study strength
low
|
not reported
|
| Credit-risk professionals apply stricter evidentiary standards to generated explanations than non-professionals. Ai Safety And Ethics | negative | Human acceptance and perceived evidentiary adequacy of explanations |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Rater heterogeneity in the human evaluation dominates differences between explanation systems. Ai Safety And Ethics | mixed | Variation in human-rated explanation quality |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The study evaluates three explanation pipelines: a tabular pipeline using XGBoost with SHAP, a network pipeline using a graph neural network with GNNExplainer, and a bimodal pipeline combining tabular and network evidence. Decision Quality | mixed | Explanation quality across evidence modalities |
Reading fidelity
high
Study strength
high
|
not reported
|
| The LLM functions as a verbalisation layer and does not alter predictive outputs or raw attribution values. Governance And Regulation | null_result | Preservation of model predictions and explanation-attribution values |
Reading fidelity
high
Study strength
high
|
not reported
|
| The study uses temporal separation: loans originated in 2015 are used for model development, while loans originated in 2016 are held out for evaluation. Decision Quality | null_result | Out-of-sample evaluation of credit-risk prediction and explanations |
Reading fidelity
high
Study strength
high
|
not reported
|