Toward Auditable Fraud Detection: Combining Graph Features, Model Explanations, and Agentic Case Investigation

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Cybersecurity & Data Privacy · Depth: Expert, quick

Summary

A study on auditable fraud detection systems investigated a layered pipeline on the PaySim dataset, combining a gradient-boosted classifier, graph-derived structural features, an autoencoder anomaly signal, TreeSHAP explanations, and a bounded LLM investigation agent. Before evaluation, a simulator-specific balance shortcut was identified and removed to prevent inflated baseline performance. The research found that while graph features and the anomaly signal did not improve Average Precision on the full test set, they enhanced fraud ranking within cases receiving intermediate baseline scores. Specifically, engineered structural features recovered all injected multi-account fraud rings in a controlled experiment, outperforming the tabular baseline which missed approximately 25% of transactions. However, the LLM investigation agent underperformed direct classifier thresholding, achieving 65.0% accuracy compared to 71.7% on a balanced 60-case sample, despite generating coherent rationales for its decisions. An exploratory disagreement-based escalation rule successfully flagged two agent errors for human review.

Key takeaway

For Machine Learning Engineers building fraud detection systems, carefully validate each component's contribution under specific conditions. Do not assume LLM agents provide better decisions simply because they generate plausible rationales; their accuracy may underperform direct classifier thresholds. Prioritize identifying and removing data shortcuts in your training sets and consider integrating disagreement-based escalation rules to flag potential agent errors for human review, especially when using graph features for complex fraud patterns.

Key insights

Layered fraud detection components offer conditional benefits, and LLM rationales do not guarantee superior decision-making.

Principles

Method

A layered pipeline combines a gradient-boosted classifier, graph features, an autoencoder anomaly signal, TreeSHAP explanations, and an LLM agent for uncertain cases.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.