textqwedsacf/competition_mathmathreasoningchain-of-thoughtcompetition-mathbenchmarkfine-tuningevaluationllmmit-licenseeducation
MATH: Competition Mathematics Problems with Step-by-Step Solutions
About this data
12,500 competition math problems (AMC 10/12, AIME, etc.) with full worked solutions. Standard benchmark for math reasoning, chain-of-thought training, and LLM evaluation. MIT licensed, parquet format.
Schema
| Name | Type | Description |
|---|---|---|
| problem | VARCHAR | Natural-language competition mathematics problem statement, may include LaTeX-formatted equations. |
| level | VARCHAR | Difficulty rating from Level 1 (easiest) to Level 5 (hardest). |
| type | VARCHAR | Subject category: Algebra, Geometry, Number Theory, Counting & Probability, Intermediate Algebra, Prealgebra, or Precalculus. |
| solution | VARCHAR | Complete step-by-step worked solution in natural language with LaTeX math, ending with final boxed answer. |
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: "MATH: Competition Mathematics " })
// Found: 47954a77-01b9-4a58-b5cb-728768d54344
get_download_url({ dataset_id: "47954a77-01b9-4a58-b5cb-728768d54344" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/47954a77-01b9-4a58-b5cb-728768d54344/download-url