English

Token-wise Influential Training Data Retrieval for Large Language Models

Computation and Language 2024-10-24 v2 Artificial Intelligence Cryptography and Security Information Retrieval

Abstract

Given a Large Language Model (LLM) generation, how can we identify which training data led to this generation? In this paper, we proposed RapidIn, a scalable framework adapting to LLMs for estimating the influence of each training data. The proposed framework consists of two stages: caching and retrieval. First, we compress the gradient vectors by over 200,000x, allowing them to be cached on disk or in GPU/CPU memory. Then, given a generation, RapidIn efficiently traverses the cached gradients to estimate the influence within minutes, achieving over a 6,326x speedup. Moreover, RapidIn supports multi-GPU parallelization to substantially accelerate caching and retrieval. Our empirical result confirms the efficiency and effectiveness of RapidIn.

Keywords

Cite

@article{arxiv.2405.11724,
  title  = {Token-wise Influential Training Data Retrieval for Large Language Models},
  author = {Huawei Lin and Jikai Long and Zhaozhuo Xu and Weijie Zhao},
  journal= {arXiv preprint arXiv:2405.11724},
  year   = {2024}
}

Comments

Accepted to ACL 2024. Keywords: Influence Function, Influence Estimation, Training Data Attribution

R2 v1 2026-06-28T16:32:37.201Z