MLLM-SHAP combines production-grade package engineering with research-grade experiment tooling.
Repository designed for teams that need explainability across text/audio model pipelines without losing reproducibility.
pip install mllm-shapFor full monorepo environment:
make installmllm_shap/- package source, tests, docsexamples/- end-to-end notebooks for explainability workflowsexperiments/- dataset prep, config runner, analyticspapers/- publication assets and figure pipeline
- primary developer interface:
make - dependency and env management backend:
uv - code quality gates:
pre-commit,black,isort,flake8 - documentation: Sphinx with autodoc
- packaging and docs pipeline:
pyproject.toml+ Sphinx
- package guide:
mllm_shap/README.md - examples guide:
examples/README.md - experiments guide:
experiments/README.md - contribution rules:
CONTRIBUTING.md
- Bridging Traditional Explainability Methods and Multimodal Multilingual Models
- SGPA: Spectrogram-Guided Phonetic Alignment for Feasible Shapley Value Explanations
- mllm-shap Zenodo release
Apache License 2.0. See LICENSE.