GIO: Gradient Information Optimization for Training Dataset Selection
Dante Everaert, Christopher Potts
TL;DR
GIO tackles the data-selection problem by seeking a subset V of a large pool G that preserves information about a target distribution X, formalized as minimizing the KL divergence between p_X and p_{D∪V}. It introduces a scalable gradient-based relaxation that optimizes over continuous representations and then maps the optimum back to a discrete subset from G, enabling out-of-the-box applicability across text, vision, and beyond. Across machine translation, spelling correction, and image recognition, Gio achieves performance comparable to or exceeding models trained on full data while using substantially smaller subsets, and shows robustness to embedding models and quantization parameters. The authors provide theoretical checks (self-consistency, negative-consistency, quantization-consistency) and an open-source pipeline, underscoring Gio’s practical impact for efficient, high-quality data selection in resource-constrained settings.
Abstract
It is often advantageous to train models on a subset of the available train examples, because the examples are of variable quality or because one would like to train with fewer examples, without sacrificing performance. We present Gradient Information Optimization (GIO), a scalable, task-agnostic approach to this data selection problem that requires only a small set of (unlabeled) examples representing a target distribution. GIO begins from a natural, information-theoretic objective that is intractable in practice. Our contribution is in showing that it can be made highly scalable through a simple relaxation of the objective and a highly efficient implementation. In experiments with machine translation, spelling correction, and image recognition, we show that GIO delivers outstanding results with very small train sets. These findings are robust to different representation models and hyperparameters for GIO itself. GIO is task- and domain-agnostic and can be applied out-of-the-box to new datasets and domains. We open source a pip-installable implementation of the algorithm as "pip install grad-info-opt".
