[NeurIPS'25] Official Repository for 'Automated Model Discovery via Multi-modal & Multi-step Pipeline'
This code was developed at Ubuntu 20.04, using python=3.11, GPy==1.13.2, and GPy-ABCD==1.2.3. Later versions should work, but it have not been tested.
conda create -n amd python=3.11
conda activate amd
pip install -r requirements.txtSince our model discovery is done in training-free method, you can run the code
Univariate Time-series Dataset are already provided in Automated-Model-Discovery/data, in csv file. They are originated from https://github.com/jamesrobertlloyd/gpss-research.git.
You can start with the code by simply executing:
python3 main_gp.py --noise 0 --data 1 --set_se_const True --model gpt-4o-miniYou can download dataset for Symbolic Regression at https://github.com/merlerm/In-Context-Symbolic-Regression.git/data, and please place them at Automated-Model-Discovery/data/symbolic_regression.
You can start with the code by simply executing:
python3 main_sr.py experiment/function=nguyen/nguyen1If you find our code or paper helps, please consider citing our paper:
@inproceedings{
jung-mok2025automated,
title={Automated Model Discovery via Multi-modal \& Multi-step Pipeline},
author={Lee Jung-Mok and Nam Hyeon-Woo and Moon Ye-Bin and Junhyun Nam and Tae-Hyun Oh},
booktitle={The Thirty-ninth Annual Conference on Neural Information Processing Systems},
year={2025},
url={https://openreview.net/forum?id=qGFvTIMS3W}
}We sincerly thank for the authors of these project for making their work publicly available: