textnvidia/Nemotron-Math-v2mathematicsreasoningllm-trainingdistillationlong-contexttool-usenvidiafine-tuningsynthetic-datacot

Nemotron-Math-v2: Mathematical Reasoning Trajectories (NVIDIA)

Category
Text
Records
7,085,839 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~47995.71 MB
Downloads
0

About this data

NVIDIA's 347K math problems with 7M model-generated reasoning trajectories for distilling mathematical reasoning. Long-context, tool-use, multi-mode supervision. CC-BY-4.0/CC-BY-SA-4.0.

Schema

NameTypeDescription
uuidVARCHARUnique identifier (UUID v4 format) for the record.
expected_answerVARCHARFinal numerical or symbolic answer to the mathematical problem.
problemVARCHARMathematical problem statement in LaTeX or plain text format.
original_expected_answerVARCHARInitial expected answer before any corrections or majority voting.
changed_answer_to_majorityBOOLEANBoolean flag indicating if answer was updated to match majority model consensus.
data_sourceVARCHAROrigin dataset or problem collection (e.g., aops, competition, textbook).
messagesSTRUCT("role" VARCHAR, "content" VARCHAR, reasoning_content VARCHAR, tool_calls STRUCT(id VARCHAR, "type" VARCHAR, "function" STRUCT("name" VARCHAR, arguments VARCHAR))[], tool_call_id VARCHAR, "name" VARCHAR)[]Array of conversational turns with role, content, reasoning traces, and tool invocations.
used_inVARCHAR[]Array of dataset splits or benchmarks this record appears in.
metadataSTRUCT(reason_low_with_tool STRUCT(count BIGINT, pass BIGINT, accuracy DOUBLE), reason_low_no_tool STRUCT(count BIGINT, pass BIGINT, accuracy DOUBLE), reason_medium_with_tool STRUCT(count BIGINT, pass BIGINT, accuracy DOUBLE), reason_medium_no_tool STRUCT(count BIGINT, pass BIGINT, accuracy DOUBLE), reason_high_with_tool STRUCT(count BIGINT, pass BIGINT, accuracy DOUBLE), reason_high_no_tool STRUCT(count BIGINT, pass BIGINT, accuracy DOUBLE))Nested counts and accuracy metrics by reasoning difficulty level and tool availability.
licenseVARCHARLicense identifier governing dataset usage (e.g., CC-BY-4.0, CC-BY-SA-4.0).
toolsSTRUCT("type" VARCHAR, "function" STRUCT("name" VARCHAR, description VARCHAR, parameters STRUCT("type" VARCHAR, properties STRUCT(code STRUCT("type" VARCHAR, description VARCHAR)), required VARCHAR[])))[]Array of available function definitions with parameters for tool-use trajectories.
urlVARCHARSource URL or reference link for the problem.
user_nameVARCHARUsername or author identifier of problem contributor or source.
user_urlVARCHARProfile or homepage URL of the user who contributed the problem.

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: "Nemotron-Math-v2: Mathematical" })
// Found: 17600013-74d6-45d5-b618-c2f8b0afe9c8
get_download_url({ dataset_id: "17600013-74d6-45d5-b618-c2f8b0afe9c8" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/17600013-74d6-45d5-b618-c2f8b0afe9c8/download-url
Nemotron-Math-v2: Mathematical Reasoning Trajectories (NVIDIA) — Free Dataset | DataBazaar