CoolFace
Datasetpublic

duoduoyeah/gsm8k-promise

GSM8K-Promise A transform of openai/gsm8k (the main subset) into a "promise" format: the original chain-of-thought is kept in answer, and an added promise_answer rewrites the solution so the model emits only operations and operands — every computed value is a var that an external tool resolves. The model itself never computes, compares, or rounds, so the reasoning is machine-translation-safe (numbers don't get mangled in translation) and tool-verifiable. train: 7,473 rows ·… See the full description on the dataset page: https://huggingface.co/datasets/duoduoyeah/gsm8k-promise.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes34downloads
3 commits on main
4e25f553mo ago

Upload README.md with huggingface_hub

duoduoyeah
1ee5c8a3mo ago

Add GSM8K-Promise: train/test parquet (main config) + dataset card

duoduoyeah
774a7903mo ago

initial commit

duoduoyeah