ArXiv | Models | Data | Code |
You can download the dataset as follows
from datasets import load_dataset
ds = load_dataset("cyzhh/MMOS")
Each dataset row has the following structure
{
"idx": ..., # problem id
"prompt": ..., # problem
"completion": ... # reasoning path with python
}
We do not alter the license of any of the underlying data.
For the MMOS, cite
@misc{chen2024empirical,
title={An Empirical Study of Data… See the full description on the dataset page:
https://huggingface.co/datasets/cyzhh/MMOS.