The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

How 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.

Communicating Credit Risk with Large Language Models: Evaluation of Explanations from Standard and Alternative Data-Based Models
Sahab Zandi, Noah Kostesku, Christophe Mues, María Óskarsdóttir, Cristián Bravo · August 18, 2026
arxiv quasi_experimental medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Sahab Zandi unresolved corpus identity
  2. Noah Kostesku unresolved corpus identity
  3. Christophe Mues unresolved corpus identity
  4. María Óskarsdóttir unresolved corpus identity
  5. Cristián Bravo unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Sahab Zandi provider ID
  2. Noah Kostesku provider ID
  3. Christophe Mues provider ID
  4. María Óskarsdóttir provider ID
  5. Cristián Bravo provider ID
In mortgage credit decisioning, the representation of explanation evidence (tabular vs network vs bimodal) drives explanation grounding far more than which LLM is used, LLM narratives typically identify key factors but often misstate the direction of influence, and domain professionals apply stricter evidentiary standards than non-professionals.

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

Paper Typequasi_experimental Evidence Strengthmedium — Uses real-world, loan-level Freddie Mac data with temporal holdout, multiple model pipelines, automated checks, and a human evaluation — giving substantive empirical support — but relies on post-hoc explainers (SHAP, GNNExplainer) whose fidelity can be limited, evaluates only specific LLMs and network constructions, and the human-study details (sample size, sampling) are not reported here, constraining external validity and causal claims. Methods Rigormedium — Design shows good practice (temporal holdout, cross-validation, hyperparameter search, separation of prediction/explanation/narration stages, multiple LLM conditions, automated and human evaluation), but there are potential weaknesses: reliance on particular graph-construction heuristics, post-hoc explainers with known instability, limited detail on human-rater recruitment/sample size/randomization in the excerpt, and possible sensitivity to prompt/fine-tuning choices. SampleFreddie Mac single-family loan-level data (loans originated 2015–2016); loans retained with at least six months of servicing history. 2015 cohort used for model development (training/validation), 2016 cohort held out for evaluation. Node features are origination-stage borrower and loan attributes; static graphs constructed by linking loans that share zip-code prefix and/or lender (edge types one-hot encoded). Predictive models: XGBoost for tabular, Graph Attention Network (GAT) for networks; explainers: SHAP for XGBoost, GNNExplainer for GAT. LLMs used for narration: Gemma 3 (4B, fine-tuned), DeepSeek R1 (70B, fine-tuned), Gemini 2.5 (zero-shot, commercial API). Human study compares professional and non-professional raters on bimodal explanations across eight decision-relevant dimensions. Themesgovernance human_ai_collab IdentificationComparative, controlled evaluation: the authors fix the loan cases, evidence-block schema and prompts, and vary evidence modality (tabular, network, bimodal) and LLM configuration (small fine-tuned, large fine-tuned, zero-shot commercial), evaluate predictive models on a held-out 2016 cohort (2015 training), and compare automated grounding metrics plus a human evaluation (professionals vs non-professionals). No instrumental variables or causal identification beyond experimental treatment contrasts and held-out test evaluation. GeneralizabilitySingle dataset (US Freddie Mac mortgage loans) — may not generalize to other loan types, countries, or time periods., Network construction (zip-prefix and lender cliques) is a specific heuristic; other relational definitions may yield different GNN behavior and explainability., Results depend on the particular post-hoc explainers (SHAP, GNNExplainer); alternative explainers or inherently interpretable models could change findings., LLM choices are limited (two fine-tuned open models and one commercial zero-shot); different LLMs, prompt designs, or fine-tuning data could materially affect outcomes., Human evaluation generalizability depends on rater recruitment and sample sizes (not specified here); professional vs non-professional differences may vary across jurisdictions and institutional contexts., Regulatory and disclosure requirements differ across jurisdictions, affecting practical deployment and evaluation criteria.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.48
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
0.48
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
0.24
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
0.48
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
0.48
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
0.8
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
0.8
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
0.8

Notes