English

A Bayesian Information-Theoretic Approach to Data Attribution

Machine Learning 2026-04-10 v2 Machine Learning

Abstract

Training Data Attribution (TDA) seeks to trace model predictions back to influential training examples, enhancing interpretability and safety. We formulate TDA as a Bayesian information-theoretic problem: subsets are scored by the information loss they induce - the entropy increase at a query when removed. This criterion credits examples for resolving predictive uncertainty rather than label noise. To scale to modern networks, we approximate information loss using a Gaussian Process surrogate built from tangent features. We show this aligns with classical influence scores for single-example attribution while promoting diversity for subsets. For even larger-scale retrieval, we relax to an information-gain objective and add a variance correction for scalable attribution in vector databases. Experiments show competitive performance on counterfactual sensitivity, ground-truth retrieval and coreset selection, showing that our method scales to modern architectures while bridging principled measures with practice.

Keywords

Cite

@article{arxiv.2604.03858,
  title  = {A Bayesian Information-Theoretic Approach to Data Attribution},
  author = {Dharmesh Tailor and Nicolò Felicioni and Kamil Ciosek},
  journal= {arXiv preprint arXiv:2604.03858},
  year   = {2026}
}

Comments

Accepted at the 29th International Conference on Artificial Intelligence and Statistics (AISTATS 2026)

R2 v1 2026-07-01T11:54:04.828Z