Compute-Constrained Data Selection
About
Data selection can reduce the amount of training data needed to finetune LLMs; however, the efficacy of data selection scales directly with its compute. Motivated by the practical challenge of compute-constrained finetuning, we consider the setting in which both the cost of selecting data and training are budgeted for. We first formalize the problem of data selection with a cost-aware utility function, and model the data selection problem as trading off initial-selection cost for training gain. We run a comprehensive sweep of experiments across multiple tasks, varying compute budget by scaling finetuning tokens, model sizes, and data selection compute. Interestingly we find that many powerful data selection methods are almost never compute-optimal, and that cheaper data selection alternatives dominate both from a theoretical and empirical perspective. For compute-optimal training, we find that perplexity and gradient data selection require training-to-selection model size ratios of 5x and 10x, respectively.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Language Understanding | MMLU | Accuracy61.7 | 756 | |
| Reasoning | BBH | Accuracy43.1 | 507 | |
| Logical reasoning | BBH | Accuracy82.49 | 93 | |
| General Reasoning | BIG-Bench Hard | -- | 68 | |
| Multilingual Question Answering | TyDiQA | Accuracy58.4 | 44 | |
| Code Generation | MBPP | MBPP Accuracy83.98 | 22 | |
| Mathematical Reasoning | GSM8K | GSM Score91.22 | 7 | |
| Mathematical Reasoning | gsm | GSM Accuracy91.01 | 7 | |
| Multitask Language Understanding | MMLU | MMLU Score76.5 | 7 |