paper-with-me

Papers

Enhancing Training Data Attribution with Representational Optimization

2025-05-24 · Weiwei Sun, Haokun Liu, Nikhil Kandpal, Colin Raffel, Yiming Yang

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.

📄 PDF Abstract BibTeX arXiv:2505.18513

Code (1)

sunnweiwei/airrep 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Data Attribution in Large Language Models via Bidirectional Gradient Optimization

2026-06-03 · Frédéric Berdoz, Luca A. Lanzendörfer, Kaan Bayraktar, Roger Wattenhofer arxiv

Large Language Models (LLMs) are increasingly deployed across diverse applications, raising critical questions for governance, accountability, and data provenance. Understanding which training data most influenced a mode…

A Computational Audit of Demographic Association Encoding in ClinicalBERT Language Predictions

2026-06-12 · Kehinde Temitayo Soetan arxiv

Transformer-based clinical language models are increasingly integrated into high-stakes clinical decision support pipelines, yet the computational mechanisms through which demographic associations encoded in medical docu…

Attribution Bias in Large Language Models

2026-04-06 · Eliza Berman, Bella Chang, Daniel B. Neill, Emily Black arxiv

As Large Language Models (LLMs) are increasingly used to support search and information retrieval, it is critical that they accurately attribute content to its original authors. In this work, we introduce AttriBench, the…

Information Retrieval

Theory of Mind and Self-Attributions of Mentality are Dissociable in LLMs

2026-03-30 · Junsol Kim, Winnie Street, Roberta Rocca, Daine M. Korngiebel 외 arxiv

Safety fine-tuning in Large Language Models (LLMs) seeks to suppress potentially harmful forms of mind-attribution such as models asserting their own consciousness or claiming to experience emotions. We investigate wheth…

Neutral Substrates: A Design Constraint for Shared Records Under Persistent Interpretive Disagreement

2026-01-08 · Denise M. Case arxiv

Shared accountability records are often used by parties who may never agree about causation, responsibility, or normative interpretation. For such records, neutrality cannot be achieved by omitting contested information,…