cs-giung/math-think-sft-mini-sa
Math Think SFT Mini — Short Answers This dataset is derived from cs-giung/math-think-sft-mini, pinned to revision 47c41ae2aac7df5aa14b066da2124ba96d004645. The train split contains 352,470 rows in the same order as the source. Each original answer is replaced by its shortened version; id, source, question, and steps are unchanged. There is no additional short_answer column. Schema Column Type Description id string Unchanged source-row identifier… See the full description on the dataset page: https://huggingface.co/datasets/cs-giung/math-think-sft-mini-sa.
Math Think SFT Mini — Short Answers
This dataset is derived from cs-giung/math-think-sft-mini, pinned to revision 47c41ae2aac7df5aa14b066da2124ba96d004645.
The train split contains 352,470 rows in the same order as the source. Each original answer is replaced by its shortened version; id, source, question, and steps are unchanged. There is no additional short_answer column.
Schema
Construction
Only the original answer was supplied for shortening, without the question or reasoning steps. The instruction requested no more than two sentences while preserving the conclusion, important mathematical values, equations, units, option letters, and essential conditions, without re-solving or correcting the source answer.
Generated responses were checked with the workflow's sentence-format validator. The last 38 remaining rows were manually shortened by the assistant, validated by the same validator, and recorded separately as manual:assistant; this does not mean human-authored. Parenthesized multipart labels can be interpreted as sentence boundaries by the validator, so some labels were expressed as prose such as "part a".
Successful-answer provenance:
All 352,470 original answers were matched against the shortening queue before replacement. The complete non-answer columns, row order, schema, and locally saved dataset were verified against the source snapshot. See construction_manifest.json for the pinned source, transformation, model counts, and ordered answer checksum; parent construction and lineage details remain in the source construction manifest.
Load
from datasets import load_dataset
dataset = load_dataset("cs-giung/math-think-sft-mini-sa", split="train")Limitations and licensing
Shortening and sentence-format checks are not independent mathematical or semantic verification. Source errors may remain, and automated shortening can omit nuance. The unchanged reasoning steps may retain details not present in the shortened answer. Sentence counts depend on the validator's handling of mathematical notation, abbreviations, and labels.
Source datasets retain their own licenses and usage restrictions; this derivative grants no new rights over source content. The license metadata remains other, consistent with the parent dataset. Consult the parent dataset and its source lineages for applicable terms.
