LGMay 24, 2025

Enhancing Training Data Attribution with Representational Optimization

arXiv:2505.18513v15 citationsh-index: 17Has Code
Originality Highly original
AI Analysis

This addresses the scalability issue in TDA for large-scale applications like instruction-tuned LLMs, offering a practical solution for researchers and practitioners.

The paper tackled the problem of training data attribution (TDA) by proposing AirRep, a scalable representation-based method that learns optimized representations for attribution, achieving performance comparable to gradient-based approaches while being nearly 100 times more efficient at inference.

Training data attribution (TDA) methods aim to measure how training data impacts a model's predictions. While gradient-based attribution methods, such as influence functions, offer theoretical grounding, their computational costs make them impractical for large-scale applications. Representation-based approaches are far more scalable, but typically rely on heuristic embeddings that are not optimized for attribution, limiting their fidelity. To address these challenges, we propose AirRep, a scalable, representation-based approach that closes this gap by learning task-specific and model-aligned representations optimized explicitly for TDA. AirRep introduces two key innovations: a trainable encoder tuned for attribution quality, and an attention-based pooling mechanism that enables accurate estimation of group-wise influence. We train AirRep using a ranking objective over automatically constructed training subsets labeled by their empirical effect on target predictions. Experiments on instruction-tuned LLMs demonstrate that AirRep achieves performance on par with state-of-the-art gradient-based approaches while being nearly two orders of magnitude more efficient at inference time. Further analysis highlights its robustness and generalization across tasks and models. Our code is available at https://github.com/sunnweiwei/AirRep.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes