textHuggingFaceH4/MATH-500mathreasoningbenchmarkllm-evalmathematicsprm800kopenaitext-generation

MATH-500 (HuggingFaceH4)

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

About this data

500-problem subset of the MATH benchmark used by OpenAI in 'Let's Verify Step by Step' — the canonical math reasoning eval for LLMs and reasoning models.

Schema

NameTypeDescription
problemVARCHARLaTeX-formatted mathematics problem statement
solutionVARCHARFull worked solution with final answer enclosed in \boxed{}
answerVARCHARExtracted final numerical or symbolic answer
subjectVARCHARMathematical topic category (Algebra, Geometry, Number Theory, Counting & Probability, Intermediate Algebra, Prealgebra, Precalculus)
levelBIGINTDifficulty rating from 1 (easiest) to 5 (hardest)
unique_idVARCHARStable identifier referencing original MATH test split path

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-500 (HuggingFaceH4)" })
// Found: 9c009b4d-3ecb-4b9f-9f06-6f61b3a36a9a
get_download_url({ dataset_id: "9c009b4d-3ecb-4b9f-9f06-6f61b3a36a9a" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/9c009b4d-3ecb-4b9f-9f06-6f61b3a36a9a/download-url