paper-with-me

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 model's output remains a fundamental open problem. We address this challenge through training data attribution (TDA) for auto-regressive LLMs by expanding upon the inverse formulation: How would training data be affected if the model had seen the generated output during training? Our method perturbs the base model using bidirectional gradient optimization (gradient ascent and descent) on a generated text sample and measures the resulting change in loss across training samples. Our framework supports attribution at arbitrary data granularity, enabling both factual and stylistic attribution. We evaluate our method against baselines on pretrained models with known datasets, and show that it outperforms previous work on influence metrics, thereby enhancing model interpretability, an essential requirement for accountable AI systems.

📄 PDF Abstract BibTeX arXiv:2606.04928

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Detection of news written by the ChatGPT through authorship attribution performed by a Bidirectional LSTM model

2023-10-25 · Amanda Ferrari Iaquinta, Gustavo Voltani von Atzingen

The large language based-model chatbot ChatGPT gained a lot of popularity since its launch and has been used in a wide range of situations. This research centers around a particular situation, when the ChatGPT is used to…

ArticlesAuthorship AttributionChatbotMisinformation

Evaluating Explainable AI Attribution Methods in Neural Machine Translation via Attention-Guided Knowledge Distillation

2026-03-11 · Aria Nourbakhsh, Salima Lamsiyah, Adelaide Danilov, Christoph Schommer arxiv

The study of the attribution of input features to the output of neural network models is an active area of research. While numerous Explainable AI (XAI) techniques have been proposed to interpret these models, the system…

Knowledge DistillationMachine Translation

Faithfulness Evaluation for Decoder-only LLM Attributions with Controlled Retained Information

2026-01-06 · Xin Huang, Antoni B. Chan arxiv

Large Language Models (LLMs) are increasingly evaluated with input attribution methods, yet comparing such explanations remains challenging. Existing soft-perturbation faithfulness metrics, such as Soft-NC and Soft-NS, c…

Sketching the Readout of Large Language Models for Scalable Data Attribution and Valuation

2026-04-17 · Yide Ran, Jianwen Xie, Minghui Wang, Wenjin Zheng 외 arxiv

Data attribution and valuation are critical for understanding data-model synergy for Large Language Models (LLMs), yet existing gradient-based methods suffer from scalability challenges on LLMs. Inspired by human cogniti…

Decision Making

Daunce: Data Attribution through Uncertainty Estimation

2025-05-29 · Xingyuan Pan, Chenlu Ye, Joseph Melkonian, Jiaqi W. Ma 외

Training data attribution (TDA) methods aim to identify which training examples influence a model's predictions on specific test data most. By quantifying these influences, TDA supports critical applications such as data…