paper-with-me

Papers

Scalable Data Ablation Approximations for Language Models through Modular Training and Merging

2024-10-21 · Clara Na, Ian Magnusson, Ananya Harsh Jha, Tom Sherborne, Emma Strubell, Jesse Dodge, Pradeep Dasigi

Training data compositions for Large Language Models (LLMs) can significantly affect their downstream performance. However, a thorough data ablation study exploring large sets of candidate data mixtures is typically prohibitively expensive since the full effect is seen only after training the models; this can lead practitioners to settle for sub-optimal data mixtures. We propose an efficient method for approximating data ablations which trains individual models on subsets of a training corpus and reuses them across evaluations of combinations of subsets. In continued pre-training experiments, we find that, given an arbitrary evaluation set, the perplexity score of a single model trained on a candidate set of data is strongly correlated with perplexity scores of parameter averages of models trained on distinct partitions of that data. From this finding, we posit that researchers and practitioners can conduct inexpensive simulations of data ablations by maintaining a pool of models that were each trained on partitions of a large training corpus, and assessing candidate data mixtures by evaluating parameter averages of combinations of these models. This approach allows for substantial improvements in amortized training efficiency -- scaling only linearly with respect to new data -- by enabling reuse of previous training computation, opening new avenues for improving model performance through rigorous, incremental data assessment and mixing.

📄 PDF Abstract BibTeX arXiv:2410.15661

Code (1)

clarana/ez-data-ablations 공식 구현 pytorch

Tasks

Data Ablation

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Variational Auto-Regressive Gaussian Processes for Continual Learning

2020-06-09 · Sanyam Kapoor, Theofanis Karaletsos, Thang D. Bui

Through sequential construction of posteriors on observing data online, Bayes' theorem provides a natural framework for continual learning. We develop Variational Auto-Regressive Gaussian Processes (VAR-GPs), a principle…

Bayesian InferenceContinual LearningGaussian Processes

When Gaussian Process Meets Big Data: A Review of Scalable GPs

2018-07-03 · Haitao Liu, Yew-Soon Ong, Xiaobo Shen, Jianfei Cai

The vast quantity of information brought by big data as well as the evolving computer hardware encourages success stories in the machine learning community. In the meanwhile, it poses challenges for the Gaussian process …

Sparse Gaussian Processes Revisited: Bayesian Approaches to Inducing-Variable Approximations

2020-03-06 · Simone Rossi, Markus Heinonen, Edwin V. Bonilla, Zheyang Shen 외

Variational inference techniques based on inducing variables provide an elegant framework for scalable posterior estimation in Gaussian process (GP) models. Besides enabling scalability, one of their main advantages over…

Gaussian ProcessesVariational Inference

Scalable Bayesian Learning with posteriors

2024-05-31 · Samuel Duffield, Kaelan Donatella, Johnathan Chiu, Phoebe Klett 외

Although theoretically compelling, Bayesian learning with modern machine learning models is computationally challenging since it requires approximating a high dimensional posterior distribution. In this work, we (i) intr…

RFFNet: Large-Scale Interpretable Kernel Methods via Random Fourier Features

2022-11-11 · Mateus P. Otto, Rafael Izbicki

Kernel methods provide a flexible and theoretically grounded approach to nonlinear and nonparametric learning. While memory and run-time requirements hinder their applicability to large datasets, many low-rank kernel app…

Stochastic OptimizationVariable Selection