mllm-shap: A Shapley Value Explainability Platform for Text-Audio Multimodal Large Language Models (arxiv.org)

arXiv:2606.07531v1 Announce Type: cross
Abstract: We introduce mllm-shap, an open-source Python framework designed to extend Shapley Value (SV) explainability from text-only Large Language Models to Multimodal LLMs (MLLMs) processing joint text and audio inputs. While text-based attribution is well-studied, mllm-shap addresses three critical challenges unique to the multimodal regime:
(1) Modality-aware coalition masking, which manages the interleaved processing of discrete text tokens and dense audio encoder frames.
(2) Multi-turn conversation tracking, utilizing per-token metadata to maintain role and modality context.
(3) Phonetic alignment-based token grouping, a novel technique that reduces the coalition space by 10x to 50x, rendering SV estimation computationally feasible for long-form audio.
The platform implements five SV estimation strategies, including a Complementary Contributions (CC) estimator with Neyman-optimal allocation that demonstrates superior convergence over standard Monte Carlo baselines. mllm-shap is provided as a pip-installable package featuring an interactive web-based GUI for granular attribution visualization. To our knowledge, this is the first publicly available framework providing a complete, reproducible pipeline for SV-based explainability in text-audio MLLMs.