LLMs for Explainable Business Decision-Making: A Reinforcement Learning Fine-Tuning Approach
Xiang Cheng, Wen Wang, Anindya Ghose
TL;DR
LEXMA introduces a reinforcement-learning fine-tuning framework that tightly couples decision making with narrative explanations for multiple audiences. By using reflection-augmented supervised fine-tuning and two stages of Group Relative Policy Optimization with modular ACC and TONE adapters, it achieves decision-correct explanations without requiring large human-annotated explanations. The approach yields substantial gains in mortgage-approval prediction accuracy and generates expert-facing risk-focused rationales as well as consumer-facing, readable, and polite explanations that maintain a single, stable decision rule. These results demonstrate a scalable path to transparent AI in high-stakes business decisions with broad applicability beyond lending.
Abstract
Artificial Intelligence (AI) models increasingly drive high-stakes consumer interactions, yet their decision logic often remains opaque. Prevailing explainable AI techniques rely on post hoc numerical feature attributions, which fail to provide coherent narratives behind model decisions. Large language models (LLMs) present an opportunity to generate natural-language explanations, but three design challenges remain unresolved: explanations must be both decision-correct and faithful to the factors that drive the prediction; they should be able to serve multiple audiences without shifting the underlying decision rule; and they should be trained in a label-efficient way that does not depend on large corpora of human-scored explanations. To address these challenges, we introduce LEXMA (LLM-based EXplanations for Multi-Audience decisions), a reinforcement-learning-based fine-tuning framework that produces narrative-driven, audience-appropriate explanations. LEXMA combines reflection-augmented supervised fine-tuning with two stages of Group Relative Policy Optimization (GRPO). Specifically, it fine-tunes two separate parameter sets to improve decision correctness and satisfy stylistic requirements for different audiences, using reward signals that do not rely on human-annotated explanations. We instantiate LEXMA in the context of mortgage approval decisions. Results demonstrate that LEXMA yields significant improvements in predictive performance compared with other LLM baselines. Moreover, human evaluations show that expert-facing explanations generated by our approach are more risk-focused, and consumer-facing explanations are clearer, more actionable, and more polite. Our study contributes a cost-efficient, systematic LLM fine-tuning approach to enhance explanation quality for business decisions, offering strong potential for scalable deployment of transparent AI systems.
