Papers and citation#

CBaseline is supported by two complementary technical papers by Ludger Hentschel:

  1. Canonical Integrated Gradients: Expectations over Neutral Prediction Baselines (2026a). Develops the neutral-manifold reference distribution, expected Integrated Gradients, kernel localization, exponential calibration, and feasibility. See Sections 2–3 for the methodological foundation.

  2. A Canonical Background Distribution for Shapley Attribution (2026b). Develops the Shapley interpretation and deterministic equal-weight construction. See Section 2 and Appendix A for the background methodology.

The guide brings the papers’ reference-distribution viewpoint into practical use. The papers provide the full arguments and empirical examples; the API reference describes the implementation shipped with this version.

Cite CBaseline#

Please cite both papers when using the combined methodology, or the paper corresponding to the construction and attribution method used in your work. Also record the CBaseline version and background settings for reproducibility.

@misc{hentschel2026a,
  author = {Hentschel, Ludger},
  title = {Canonical Integrated Gradients: Expectations over Neutral Prediction Baselines},
  year = {2026},
  url = {https://www.ludgerhentschel.com/PDFs/Hentschel%20'26h.pdf},
}

@misc{hentschel2026b,
  author = {Hentschel, Ludger},
  title = {A Canonical Background Distribution for Shapley Attribution},
  year = {2026},
  url = {https://www.ludgerhentschel.com/PDFs/Hentschel%20'26i.pdf},
}

License#

CBaseline is distributed under the BSD 3-Clause License.