Sep 2026· IIARD INTERNATIONAL JOURNAL OF BANKING AND FINANCE RESEARCH· 0 citations
Imbalanced Data Classification Techniques
Abstract
Digital payment services now handle millions of transactions each day, where even a tiny
fraction of fraud causes major financial losses and undermines customer trust. This paper
investigates how to accurately detect fraudulent transactions in a Kaggle financial payment
services dataset and to understand which transaction behaviors make payments appear risky.
The original dataset is pre-processed through outlier removal, label encoding, standardisation
and two stages balancing strategy combining random down sampling of the majority class with
SMOTE oversampling. Nine numeric and categorical features are then used as inputs to
classifiers including LR, KNN, DT, RF, SVM, GNB, AdaBoost, Bagging, Voting and Stacking
under four settings. They are no dimensionality reduction (NoDR), UMAP, NCA and PLS-DA
respectively. Hyperparameters are tuned with GridSearchCV using both 70/30 train–test split
and 10-fold cross-validation. Model performance is evaluated with accuracy, precision, recall,
F1-score, specificity, ROC-AUC, PR-AUC and training time. SHAP is applied to interpret
feature importance and local decisions. Without dimensionality reduction Bagging, Random
Forest and Stacking achieve 99.3 to 99.4% accuracy and F1, with ROC-AUC and PR-AUC close
to 99.95% on the test set and similarly strong cross-validation scores. UMAP and NCA preserve
high performance in lower dimensional spaces. While PLS-DA gives moderate but consistent
results. The study shows that ensemble models on the original feature space provide highly
accurate and stable fraud detection on this dataset. SHAP analysis reveals that source and
destination balances, transaction amount and type are the most influential features.
The method, ECCOLA, is presented, which aims at making the high-level AI ethics principles more practical, making it possible for developers to more easily implement them in practice.
Ville Vakkuri, Kai-Kristian Kemell, P. Abrahamsson· EUROMICRO Conference on Soft...· 64 citations· ⚡6
The goal is to not only refine the accuracy of the LLM-based tool but also to underscore its potential in streamlining the software development lifecycle through proactive code improvement and education.
Z. Rasheed, Malik Abdul Sami, Muhammad Waseem et al.· arXiv.org· 62 citations· ⚡3
The use of large language models to automatically improve the user story quality in Austrian Post Group IT agile teams is explored, with a reference model for an Autonomous LLM-based Agent System developed and implemented at the company.
Zheying Zhang, M. Rayhan, Tomas Herda et al.· International Conference on...· 48 citations· ⚡4
This paper introduces a novel multi-AI-agent system designed to fully automate SLRs, and demonstrates how it substantially reduces the time and effort traditionally required for SLRs while maintaining comprehensiveness and precision.
Abdul Malik Sami, Z. Rasheed, Kai-Kristian Kemell et al.· arXiv.org· 44 citations· ⚡2
The proposed LLM-based multi-agent system automates qualitative data analysis process, creating opportunities for researchers and practitioners, and future improvements focus on enhancing multilingual performance and integrating continuous expert feedback.
Z. Rasheed, Muhammad Waseem, Aakash Ahmad et al.· arXiv.org· 41 citations
Robots are getting smarter, but how can their hardware match that growth? New Microsoft Research findings show that moving AI inference beyond the robot can improve task success, boost efficiency, and support more advanced physical AI workloads. The post Offloaded inference for real-world physical AI robotics appeared first on Microsoft Research.