Training Data Attribution via Approximate Unrolling

Juhan Bae, Wu Lin, Jonathan Lorraine, Roger B. Grosse
2/3/2026

Abstract

Many training data attribution (TDA) methods aim to estimate how a model’s behavior would change if one or more data points were removed from the training set. Methods based on implicit differentiation, such as influence functions, can be made computationally efficient, but fail to account for underspecification, the implicit bias of the optimization algorithm, or multi-stage training pipelines. By contrast, methods based on unrolling address these issues but face scalability challenges. In this work, we connect the implicit-differentiation-based and unrolling-based approaches and combine their benefits by introducing S OURCE , an approximate unrolling-based TDA method that is computed using an influence-function-like formula. While being computationally efficient compared to unrolling-based approaches, S OURCE is suitable in cases where implicit-differentiation-based approaches struggle, such as in non-converged models and multi-stage training pipelines. Empirically, S OURCE outperforms existing TDA techniques in coun-terfactual prediction, especially in settings where implicit-differentiation-based approaches fall short.

DOISemantic Scholar

Code Implementations

No confident code match yet

We couldn't find an author-owned or strongly-evidenced community implementation for this paper. Any repos shown below are weak matches — verify before relying on them.

No code implementations found yet.

Know of an implementation? Let us know in the comments below!

Cite this paper

@article{bae2026training,
  title  = {Training Data Attribution via Approximate Unrolling},
  author = {Juhan Bae and Wu Lin and Jonathan Lorraine and Roger B. Grosse},
  year   = {2026},
  doi    = {10.52202/079017-2129},
  url    = {https://doi.org/10.52202/079017-2129},
  journal = {NEURIPS 2024 2024}
}

Discussion