Affiliation:
1. V.N. Karazin Kharkiv National University, Kharkiv, Ukraine
Abstract
One of the main problems of insurance is fraud, when the client wants to get overpayments by distorting information about the insured event. However, traditional methods of insurance fraud combating require a lot of routine manual work and are not very effective. The paper proposes the development of a prototype of the insurance case monitoring system in order to detect fraud using machine-learning methods. The development was carried out on the example of a database of insurance cases, which has 38 variables and contains 1000 records of insurance claims. The dataset provides information on 1) client – 10 features; 2) insurance contract – 7 features; 3) incident – 21 features. Preliminary data processing, modeling and development of the monitoring system was carried out using the Python. Classifiers (logistic regression, gradient boosting and random forest) with different combinations of variables were built. For each model, the conjugation matrix, accuracy, specificity, sensitivity, and ROC curves were analyzed. Simulation results allowed to select 5 main variables for monitoring, 3 of which characterize the client, 2 – incident. The proposed monitoring system allows to identify the following patterns: 1) in most cases, fraudsters were managers and technical support staff; 2) customers, who were practicing chess or CrossFit, were more prone to fraud; 3) most of the fraud was recorded in severe damage; 4) in case of absence of contact with emergency services, a large amount of the claim indicated fraud.
Publisher
V. N. Karazin Kharkiv National University
Reference9 articles.
1. Plastun, V. (2014). Problems of insurance fraud and the practice of avoiding it. Economics: problems of theory and practice, 477-488. (in Ukrainian)
2. Bondarenko, E. (2020). Crimes in the field of insurance: features of their commission in Ukraine. Electronic repository of NAVS, 3. Retrieved from http://elar.naiau.kiev.ua/jspui/handle/123456789/8505. (in Ukrainian)
3. Nedzherya, V. (2020). Risks of insurance fraud and methods of combating them. Efficient economy, 3. doi: https://doi.org/10.32702/2307-2105-2020.3.150. (in Ukrainian)
4. Punith, A. (2021). Insurance claims – Fraud detection using machine learning. Retrieved from https://medium.com/geekculture/insurance-claims-fraud-detection-using-machine-learning-78f04913097.
5. Roshan, S. (2021). Fraud Detection in Insurance Claims. Retrieved from https://www.kaggle.com/roshansharma/fraud-detection-in-insurance-claims/notebook#Modelling-with-Ensemble-of-Samplers.