Bankruptcy Prediction via Hybrid Resampling and Stacking Ensemble Techniques with Explainable Artificial Intelligence (XAI)-Driven Analysis
Summary
This study develops a bankruptcy prediction framework using hybrid resampling, stacking ensembles, and explainable AI to enhance minority-class detection in imbalanced financial data. The results highlight GRU with SMOTE-ENN as the best performer and SHAP analysis for identifying key bankruptcy risk predictors.
View Cached Full Text
Cached at: 08/24/26, 04:27 AM
# Bankruptcy Prediction via Hybrid Resampling and Stacking Ensemble Techniques with Explainable Artificial Intelligence (XAI)-Driven Analysis Source: [https://arxiv.org/abs/2608.20343](https://arxiv.org/abs/2608.20343) [View PDF](https://arxiv.org/pdf/2608.20343) > Abstract:This study develops and evaluates a bankruptcy prediction framework that integrates consensus\-based feature selection, hybrid resampling, stacking ensembles, and explainable artificial intelligence to improve minority\-class detection in severely imbalanced financial data\. Using the Taiwanese Bankruptcy Prediction dataset from the UCI Machine Learning Repository, five feature\-selection algorithms were first applied, and a consensus retention rule reduced the input space to 23 robust variables\. The balanced training data were then generated using SVM\-SMOTE, SMOTE\-Tomek, and SMOTE\-ENN\. Five ensemble machine learning classifiers, namely gradient boosting, extreme gradient boosting, histogram\-based gradient boosting, LightGBM, and AdaBoost, were compared with five deep learning models, including RNN, LSTM, GRU, DNN, and MLP\. In addition, hybrid stacking ensembles combined the five machine learning classifiers as base learners with each deep learning model as a meta\-learner\. Model performance was assessed using accuracy, recall, specificity, G\-mean, and ROC\-AUC, while SHAP was used to explain feature contributions\. The results show that resampling strategy materially shaped model behavior\. SVM\-SMOTE and SMOTE\-Tomek favored accuracy and specificity, whereas SMOTE\-ENN delivered stronger minority\-class detection\. Among standalone models, the GRU with SMOTE\-ENN achieved the best overall predictive balance, with recall of 0\.8627, G\-mean of 0\.8517, and ROC\-AUC of 0\.9431\. Among stacking ensembles, SMOTE\-ENN with \(GB\+XGB\+HGB\+LGBM\+AB\)\+LSTM provided the strongest compromise between sensitivity and specificity\. SHAP analysis identified leverage, profitability, solvency, and operational efficiency indicators as the most influential predictors of bankruptcy risk\. These findings support more reliable and interpretable early warning systems for financially distressed firms\. ## Submission history From: Edmund Agyemang \[[view email](https://arxiv.org/show-email/effad90d/2608.20343)\] **\[v1\]**Sat, 13 Jun 2026 01:45:09 UTC \(1,084 KB\)
Similar Articles
Comparative Evaluation of Machine Learning Approaches for Minority-Class Financial Distress Prediction Under Class Imbalance Constraints
This paper presents a comparative evaluation of classical, ensemble, and neural machine learning approaches for predicting financial distress under severe class imbalance, using SMOTE for oversampling and SHAP for interpretability.
Accurate Ensembles, Fragile Narratives: Multi-Scale Stacking and a Fidelity Audit of LLM-Generated Explanations for Credit Risk
This paper builds a multi-scale stacking ensemble for credit risk scoring and audits LLM-generated explanations, finding that ranking gains are real but small while the narrative explanations are often unfaithful, with SHAP and LIME agreeing on important features but not their order or sign.
Application of Artificial Intelligence for Fraudulent Banking Operations Recognition
This paper studies the application of AI and machine learning algorithms for recognizing fraudulent banking transactions, proposing preprocessing techniques and comparing models. An artificial neural network and stacked generalization achieve improved AUC scores, with the best result around 0.954.
Explainable Artificial Intelligence for Anomaly Detection in Banking Transactions: An Internal Audit Perspective
This paper presents an explainable AI approach for detecting anomalies in banking transactions from an internal audit perspective, addressing interpretability and trust in financial security systems.
Beyond Aggregate Calibration: Decomposing Income-Conditional Recall Disparities in Automated Credit Default Prediction
This paper audits confidence-based label filtering in automated credit default prediction, revealing income-conditional recall disparities and showing that blinding models to sensitive attributes does not eliminate fairness gaps when proxies and institutional biases persist.