SOTAVerified

RIFF: Inducing Rules for Fraud Detection from Decision Trees

2024-08-23Unverified0· sign in to hype

João Lucas Martins, João Bravo, Ana Sofia Gomes, Carlos Soares, Pedro Bizarro

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Financial fraud is the cause of multi-billion dollar losses annually. Traditionally, fraud detection systems rely on rules due to their transparency and interpretability, key features in domains where decisions need to be explained. However, rule systems require significant input from domain experts to create and tune, an issue that rule induction algorithms attempt to mitigate by inferring rules directly from data. We explore the application of these algorithms to fraud detection, where rule systems are constrained to have a low false positive rate (FPR) or alert rate, by proposing RIFF, a rule induction algorithm that distills a low FPR rule set directly from decision trees. Our experiments show that the induced rules are often able to maintain or improve performance of the original models for low FPR tasks, while substantially reducing their complexity and outperforming rules hand-tuned by experts.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
BAF – BaseFIGSRecall @ 1% FPR21Unverified
BAF – BaseCART+RIFFRecall @ 1% FPR18.4Unverified
BAF – BaseCARTRecall @ 1% FPR16Unverified
BAF – BaseFIGS+RIFFRecall @ 1% FPR15.8Unverified
BAF – BaseFIGU+RIFFRecall @ 1% FPR15.5Unverified

Reproductions