English

OmniPred: Language Models as Universal Regressors

Machine Learning 2025-02-03 v6 Artificial Intelligence Computation and Language Databases

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)(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.

Keywords

Cite

@article{arxiv.2402.14547,
  title  = {OmniPred: Language Models as Universal Regressors},
  author = {Xingyou Song and Oscar Li and Chansoo Lee and Bangding Yang and Daiyi Peng and Sagi Perel and Yutian Chen},
  journal= {arXiv preprint arXiv:2402.14547},
  year   = {2025}
}

Comments

Published in Transactions on Machine Learning Research (TMLR) 2024. Code can be found in https://github.com/google-research/optformer/tree/main/optformer/omnipred

R2 v1 2026-06-28T14:57:06.689Z