OmniPred: Language Models as Universal Regressors
Xingyou Song, Oscar Li, Chansoo Lee, Bangding Yang, Daiyi Peng, Sagi Perel, Yutian Chen
TL;DR
OmniPred reframes regression as a universal, text-token-based task solvable by a single, 200M-parameter T5 model trained on large-scale, heterogeneous Vizier data. By representing inputs $x$ and outputs $y$ in free-form textual tokens and training across multiple tasks, it achieves high-precision numeric predictions and meaningful uncertainty estimates, with transfer benefits evident both in unseen tasks and during online finetuning. The work demonstrates that multi-task training can outperform traditional, task-specific regressors and identifies key factors—sampling, tokenization, and data regime—that influence performance. This approach offers a scalable path toward end-to-end regression across diverse domains, enabling faster surrogate modeling and experimental design without heavy feature engineering.
Abstract
Regression is a powerful tool to accurately predict the outcome metric of a system given a set of parameters, but has traditionally been restricted to methods which are only applicable to a specific task. In this paper, we propose OmniPred, a framework for training language models as universal end-to-end regressors over $(x,y)$ data from arbitrary formats. Using data sourced from Google Vizier, one of the largest proprietary blackbox optimization databases in the world, our extensive experiments demonstrate that language models are capable of very precise numerical regression using only textual representations of mathematical parameters and values, and if given the opportunity to train at scale over multiple tasks, can significantly outperform traditional regression models.
