datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
euler-structural-equationsgsm8k-equations
📘 GSM8K 方程式增强数据集
本数据集是在 GSM8K 原始小学数学题基础上构建的,额外提取了显式的方程式表示和标准答案,旨在用于训练/评估具备 推理能力和方程建模能力的语言模型。
📂 数据结构说明
每条数据是一个 JSON 对象,字段含义如下:
{
"question": "Natalia sold clips to 48 of her friends in April, and then she sold half as many clips in May. How many clips did Natalia sell altogether in April and May?",
"original_answer": "Natalia sold 48/2 = 24 clips in May.\nNatalia sold 48+24 = 72 clips altogether in April and May.\n#### 72",
"model_response":… See the full description on the dataset page: https://huggingface.co/datasets/yinheyibei/gsm8k-equations.
