textqwedsacf/competition_mathmathreasoningchain-of-thoughtcompetition-mathbenchmarkfine-tuningevaluationllmmit-licenseeducation

MATH: Competition Mathematics Problems with Step-by-Step Solutions

Category
Text
Records
12,500 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
File Size
~4.62 MB
Downloads
0

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

NameTypeDescription
problemVARCHARNatural-language competition mathematics problem statement, may include LaTeX-formatted equations.
levelVARCHARDifficulty rating from Level 1 (easiest) to Level 5 (hardest).
typeVARCHARSubject category: Algebra, Geometry, Number Theory, Counting & Probability, Intermediate Algebra, Prealgebra, or Precalculus.
solutionVARCHARComplete 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
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/47954a77-01b9-4a58-b5cb-728768d54344/download-url