SICRMLSep 15, 2020

Social network analytics for supervised fraud detection in insurance

arXiv:2009.08313v149 citations
Originality Incremental advance
AI Analysis

This work addresses fraud detection for insurance companies by providing a more effective investigation process, though it is incremental as it builds on existing network and supervised learning methods.

The paper tackled insurance fraud detection by constructing a social network from claims data and using the BiRank algorithm to compute fraud scores, which were combined with claim-specific features in a supervised model. The results showed that models with network features outperformed those using only claim-specific features, with further improvements from combining both feature types.

Insurance fraud occurs when policyholders file claims that are exaggerated or based on intentional damages. This contribution develops a fraud detection strategy by extracting insightful information from the social network of a claim. First, we construct a network by linking claims with all their involved parties, including the policyholders, brokers, experts, and garages. Next, we establish fraud as a social phenomenon in the network and use the BiRank algorithm with a fraud specific query vector to compute a fraud score for each claim. From the network, we extract features related to the fraud scores as well as the claims' neighborhood structure. Finally, we combine these network features with the claim-specific features and build a supervised model with fraud in motor insurance as the target variable. Although we build a model for only motor insurance, the network includes claims from all available lines of business. Our results show that models with features derived from the network perform well when detecting fraud and even outperform the models using only the classical claim-specific features. Combining network and claim-specific features further improves the performance of supervised learning models to detect fraud. The resulting model flags highly suspicions claims that need to be further investigated. Our approach provides a guided and intelligent selection of claims and contributes to a more effective fraud investigation process.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes