textAI-MO/NuminaMath-TIRmathreasoningtool-usecode-interpreterfine-tuningaimosftapache-2.0
NuminaMath-TIR: Tool-Integrated Reasoning Math Problems
About this data
~70k math problems with tool-integrated reasoning (TIR) traces generated via GPT-4, derived from NuminaMath-CoT. Apache-2.0 licensed, ideal for training math-reasoning agents with code execution.
Schema
| Name | Type | Description |
|---|---|---|
| problem | VARCHAR | English-language mathematics problem statement |
| solution | VARCHAR | Tool-integrated reasoning trace with interleaved natural language, executable Python code blocks, and their outputs |
| messages | STRUCT("content" VARCHAR, "role" VARCHAR)[] | Chat-formatted message list with role (system/user/assistant) and content fields for supervised fine-tuning |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "NuminaMath-TIR: Tool-Integrate" })
// Found: a5ad6289-6fc8-4079-94de-b2dad1f0388f
get_download_url({ dataset_id: "a5ad6289-6fc8-4079-94de-b2dad1f0388f" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/a5ad6289-6fc8-4079-94de-b2dad1f0388f/download-url