paper-with-me

Papers

Simfluence: Modeling the Influence of Individual Training Examples by Simulating Training Runs

2023-03-14 · Kelvin Guu, Albert Webson, Ellie Pavlick, Lucas Dixon, Ian Tenney, Tolga Bolukbasi

Training data attribution (TDA) methods offer to trace a model's prediction on any given example back to specific influential training examples. Existing approaches do so by assigning a scalar influence score to each training example, under a simplifying assumption that influence is additive. But in reality, we observe that training examples interact in highly non-additive ways due to factors such as inter-example redundancy, training order, and curriculum learning effects. To study such interactions, we propose Simfluence, a new paradigm for TDA where the goal is not to produce a single influence score per example, but instead a training run simulator: the user asks, ``If my model had trained on example $z_1$, then $z_2$, ..., then $z_n$, how would it behave on $z_{test}$?''; the simulator should then output a simulated training run, which is a time series predicting the loss on $z_{test}$ at every step of the simulated run. This enables users to answer counterfactual questions about what their model would have learned under different training curricula, and to directly see where in training that learning would occur. We present a simulator, Simfluence-Linear, that captures non-additive interactions and is often able to predict the spiky trajectory of individual example losses with surprising fidelity. Furthermore, we show that existing TDA methods such as TracIn and influence functions can be viewed as special cases of Simfluence-Linear. This enables us to directly compare methods in terms of their simulation accuracy, subsuming several prior TDA approaches to evaluation. In experiments on large language model (LLM) fine-tuning, we show that our method predicts loss trajectories with much higher accuracy than existing TDA methods (doubling Spearman's correlation and reducing mean-squared error by 75%) across several tasks, models, and training methods.

📄 PDF Abstract BibTeX arXiv:2303.08114

Code (0)

등록된 구현이 없습니다.

Tasks

counterfactualLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Interaction-Aware Influence Functions for Group Attribution

2026-05-15 · Jaeseung Heo, Kyeongheung Yun, Youngbin Choi, Sehyun Hwang 외 arxiv

Influence functions approximate how removing a training example changes a quantity of interest, called the target function, such as a held-out loss. To estimate the influence of a group of examples, the standard practice…

Data-Efficient Pretraining with Group-Level Data Influence Modeling

2025-02-20 · Zichun Yu, Fei Peng, Jie Lei, Arnold Overwijk 외

Data-efficient pretraining has shown tremendous potential to elevate scaling laws. This paper argues that effective pretraining data should be curated at the group level, treating a set of data points as a whole rather t…

PRISM: Preference-Aware Influence Function Based Data Selection Method for Efficient Fine-Tuning

2026-05-20 · Qihao Lin, Guanxu Chen, Dongrui Liu, Jing Shao arxiv

As LLMs continue to scale up, improving training efficiency heavily relies on effective data utilization. Data selection mitigates this issue by allocating the limited training budget to high-value examples that optimall…

G-DIG: Towards Gradient-based Diverse and High-quality Instruction Data Selection for Machine Translation

2024-05-21 · Xingyuan Pan, Luyang Huang, Liyan Kang, Zhicheng Liu 외

Large Language Models (LLMs) have demonstrated remarkable abilities in general scenarios. Instruction finetuning empowers them to align with humans in various tasks. Nevertheless, the Diversity and Quality of the instruc…

DiversityMachine TranslationTranslation

Influence-driven Curriculum Learning for Pre-training on Limited Data

2025-08-21 · Loris Schoenegger, Lukas Thoma, Terra Blevins, Benjamin Roth arxiv

Curriculum learning, a training technique where data is presented to the model in order of example difficulty (e.g., from simpler to more complex documents), has shown limited success for pre-training language models. In…