Jinwoong Kim, Sangjin Park
We lifted 16 functions out of this paper's own repositories and ran 11 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| jirungx/GroupSegment-SHAP | — | 11 of 16 |
| Function | Status | Where it lives |
|---|---|---|
| _broadcast_baseline_to_seq | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("ce984cafe131f41b") |
| _build_np_batch_pred_fn | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("0d17982998225049") |
| _calibrated_mmd_threshold | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("f827015bb3dca7a7") |
| _get_device | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("f55f68165d1a8373") |
| _is_regression_model | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("0188d016dc3edb95") |
| _rbf_kernel_torch | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("ecc7c6a126c371f7") |
| _resolve_score_fn | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("17901add77836107") |
| build_group_segment_players | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("e121a5e3cfac5bd7") |
| mmd2_unbiased | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("6dc978e1a97ec9b1") |
| rbf_kernel | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("f61362df131302a0") |
| shapley_for_one_sample | Ran | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("0f1765b5798fbdaf") |
| _resolve_torch_device | Not yet run | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("3fbab6d8daffe795") |
| groupsegmentshap_importance | Not yet run | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("54e690c8071a85ec") |
| mmd2_unbiased_torch | Not yet run | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("5366646ae0a19183") |
| segment_by_mmd | Not yet run | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("144afafad39e0380") |
| segment_groups_by_mmd | Not yet run | jirungx/GroupSegment-SHAP/gsshap/explainers.py pointer only (licence: NONE) · get_code("af6b0a49c092f6a7") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Multivariate time-series models achieve strong predictive performance in healthcare, industry, energy, and finance, but how they combine cross-variable interactions with temporal dynamics remains unclear. SHapley Additive exPlanations (SHAP) has been widely used for interpretation. However, existing time-series variants typically treat the feature and time axes independently, fragmenting structural signals formed jointly by multiple variables over specific intervals. We propose GroupSegment-SHAP (GS-SHAP), which constructs explanatory units as group-segment players based on cross-variable dependence and distribution shifts over time, and then quantifies each unit's contribution via Shapley attribution. We evaluated GS-SHAP across four real-world domains: human activity recognition, power-system forecasting, medical signal analysis, and financial time series, and compared it with KernelSHAP, TimeSHAP, SequenceSHAP, WindowSHAP, and TSHAP. GS-SHAP consistently achieves the highest deletion-based faithfulness (ΔAUC) across all four benchmark datasets. In synthetic evaluations with controlled ground-truth structures, GS-SHAP achieves 24.4% higher IoU-based recovery of multivariate-temporal patterns than the strongest baseline. In addition, GS-SHAP runs on average 3.38× faster than Time-SHAP across approximation budgets in power-system forecasting, showing that it can simultaneously achieve high explanatory faithfulness and computational efficiency. In a financial case study, GS-SHAP identifies interpretable multivariate-temporal interactions among key market variables across market regimes, highlighting its potential utility for risk-aware investment analysis. Code is available at https://github.com/jirungx/GroupSegment-SHAP. • Computing methodologies → Machine learning; Neural networks; • Mathematics of computing → Time series analysis; • Information systems → Data mining.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2601.06114")
get_code_for_paper("2601.06114")
have("2601.06114")
Connect an agent — have() is free.