This is a parsed subset of the OpenMathInstruct-1 dataset.
Each sample in the dataset is formatted in the following way:
{"messages": [
{"role": "user", "content": "user prompt"},
{"role": "assistant", "content": "assistant response", "tool_call": "python code"},
{"role": "tool", "content": "code execution result"},
{"role": "assistant","content": "assistant response"},
]}
open-math-short.jsonl - the assistant only makes a single function call.… See the full description on the dataset page:
https://huggingface.co/datasets/kaleinaNyan/OpenMathInstruct-1-Parsed.