MLLGJun 16, 2021

mSHAP: SHAP Values for Two-Part Models

arXiv:2106.08990v1
Originality Incremental advance
AI Analysis

This work addresses fairness and transparency in insurance pricing models, which is critical for regulatory compliance and consumer trust, though it is incremental as it extends SHAP to a specific model type.

The paper tackled the problem of interpreting black-box two-part models used in insurance pricing by proposing mSHAP, a method for computing SHAP values that is exponentially faster than existing approximations, as demonstrated in simulations and applied to auto insurance data.

Two-part models are important to and used throughout insurance and actuarial science. Since insurance is required for registering a car, obtaining a mortgage, and participating in certain businesses, it is especially important that the models which price insurance policies are fair and non-discriminatory. Black box models can make it very difficult to know which covariates are influencing the results. SHAP values enable interpretation of various black box models, but little progress has been made in two-part models. In this paper, we propose mSHAP (or multiplicative SHAP), a method for computing SHAP values of two-part models using the SHAP values of the individual models. This method will allow for the predictions of two-part models to be explained at an individual observation level. After developing mSHAP, we perform an in-depth simulation study. Although the kernelSHAP algorithm is also capable of computing approximate SHAP values for a two-part model, a comparison with our method demonstrates that mSHAP is exponentially faster. Ultimately, we apply mSHAP to a two-part ratemaking model for personal auto property damage insurance coverage. Additionally, an R package (mshap) is available to easily implement the method in a wide variety of applications.

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