Tool Math is a chat-style math reasoning dataset designed for small language models that need to learn when to call a calculator tool and how to continue from the returned value.
Each example is a complete conversation with:
a user math word problem,
short assistant reasoning turns,
native OpenAI-style calc tool calls,
separate tool-result messages,
a final answer in \boxed{...},
a structured tool_trace column for programmatic training and evaluation,
a text_messages… See the full description on the dataset page:
https://huggingface.co/datasets/User01110/tool-math.