textnvidia/Nemotron-PrismMathmathreasoningsynthetic-datallm-trainingnvidiafine-tuningsftnemotron
Nemotron-PrismMath: 1M Synthetic Math Reasoning Problems
About this data
NVIDIA's 1M diverse math problem-solution pairs generated via Prismatic Synthesis. State-of-the-art math reasoning dataset for LLM fine-tuning and evaluation. CC-BY-4.0 licensed for commercial use.
Schema
| Name | Type | Description |
|---|---|---|
| id | VARCHAR | Unique identifier for the problem-solution pair, formatted as a 32-character hexadecimal string |
| problem | VARCHAR | Mathematical problem statement in English, may include LaTeX formatting for equations and symbols |
| solution | VARCHAR | Step-by-step worked solution with reasoning, may include LaTeX formatting and thinking process |
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: "Nemotron-PrismMath: 1M Synthet" })
// Found: 3cd2488f-020b-4a84-9429-3c6bdfbc9bba
get_download_url({ dataset_id: "3cd2488f-020b-4a84-9429-3c6bdfbc9bba" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/3cd2488f-020b-4a84-9429-3c6bdfbc9bba/download-url