LGAICLOct 23, 2023

DoGE: Domain Reweighting with Generalization Estimation

arXiv:2310.15393v287 citationsh-index: 58
Originality Incremental advance
AI Analysis

This addresses the challenge of data-domain influence for LLM developers, offering a principled method to enhance generalization, though it is incremental as it builds on existing pretraining frameworks.

The paper tackles the problem of improving generalization in Large Language Models by optimizing domain sampling weights during pretraining, resulting in better perplexity and few-shot reasoning accuracies across 6 tasks compared to baselines.

The coverage and composition of the pretraining data significantly impacts the generalization ability of Large Language Models (LLMs). Despite its importance, recent LLMs still rely on heuristics and trial and error to increase or reduce the influence of data-domains. We propose DOmain reweighting with Generalization Estimation (DoGE), which optimizes the probability of sampling from each domain (domain weights) in a principled way. Our approach is a two-stage process consisting of (i) training a proxy model to obtain domain weights using a bi-level optimization algorithm; (ii) training a larger base model by sampling training domains according to the learned domain weights. In our experiments, we extensively show how DoGE improves the generalization of the base model to any target data mixture. On the SlimPajama dataset, our base model gets better perplexity and few-shot reasoning accuracies across $6$ tasks compared to baseline methods. Moreover, aiming to generalize to out-of-domain target tasks, which is unseen in the pretraining corpus (OOD domain), DoGE can effectively identify inter-domain dependencies, and consistently achieves better test perplexity on the target domain.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes