paper-with-me

홈 › Papers

mSHAP: SHAP Values for Two-Part Models

2021-06-16 · Spencer Matthews, Brian Hartman

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.

📄 PDF Abstract BibTeX arXiv:2106.08990

Code (1)

srmatth/mshap 공식 구현

Tasks

Vocal Bursts Valence Prediction

Methods 이 논문이 사용한 방법론

SHAP 설명 없음

Similar Papers 제목 키워드 기반

Fast Shapley Value Estimation: A Unified Approach

2023-11-02 · Borui Zhang, Baotong Tian, Wenzhao Zheng, Jie zhou 외

Shapley values have emerged as a widely accepted and trustworthy tool, grounded in theoretical axioms, for addressing challenges posed by black-box models like deep neural networks. However, computing Shapley values enco…

Energy-based Model for Accurate Shapley Value Estimation in Interpretable Deep Learning Predictive Modeling

2024-04-01 · Cheng Lu, Jiusun Zeng, Yu Xia, Jinhui Cai 외

As a favorable tool for explainable artificial intelligence (XAI), Shapley value has been widely used to interpret deep learning based predictive models. However, accurate and efficient estimation of Shapley value is dif…

Explainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Deep Learning based Fast and Accurate Beamforming for Millimeter-Wave Systems

2023-09-19 · Tarun S Cousik, Vijay K Shah, Jeffrey H. Reed Harry X Tran, Rittwik Jana

The widespread proliferation of mmW devices has led to a surge of interest in antenna arrays. This interest in arrays is due to their ability to steer beams in desired directions, for the purpose of increasing signal-pow…

Quantization

Data Valuation for Vertical Federated Learning: A Model-free and Privacy-preserving Method

2021-12-15 · Xiao Han, Leye Wang, Junjie Wu, Xiao Fang

Vertical Federated learning (VFL) is a promising paradigm for predictive analytics, empowering an organization (i.e., task party) to enhance its predictive models through collaborations with multiple data suppliers (i.e.…

Data ValuationFederated LearningPrivacy PreservingVertical Federated Learning

llmSHAP: A Principled Approach to LLM Explainability

2025-11-03 · Filip Naudot, Tobias Sundqvist, Timotheus Kampik arxiv

Feature attribution methods help make machine learning-based inference explainable by determining how much one or several features have contributed to a model's output. A particularly popular attribution method is based …