rodriguescarson/adaption-math-verify-explained
Math Solution Step Verification Judge whether a step in a worked maths solution is correct, from human step-level labels. Rows 10,969 Domain mathematics Format data.parquet, one row per example Licence mit Built for supervised fine-tuning (SFT) experiments on Adaption AutoScientist Columns Column Description original_prompt The prompt (user turn) as uploaded. original_completion The target response as uploaded.… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-math-verify-explained.
Math Solution Step Verification
Judge whether a step in a worked maths solution is correct, from human step-level labels.
Columns
How it was built
Built from PRM800K (via the TRL-deduplicated copy); the explained variant adds a written justification.
Sources and licence
- PRM800K (MIT)
- HuggingFaceH4/prm800k-trl-dedup (MIT)
Notes
- Columns
enhanced_prompt,enhanced_completionare empty in this dataset (the Adaption export reserves them for rewritten text).
Loading
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-math-verify-explained", split="train")import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-math-verify-explained/data.parquet")Published by Carson Rodrigues (Hugging Face, Kaggle).
