Azure99/blossom-math-v4
收藏资源简介:
Blossom Math V4是基于Math23K和GSM8K衍生而来的中英双语数学对话数据集,适用于数学问题微调。相比于blossom-math-v3,本版本完全使用GPT-4进行蒸馏,大幅提升了推理的一致性。本数据集采用全量Math23K、GSM8K和翻译后的GSM8K的问题,随后调用gpt-4-0125-preview生成结果,并使用原始数据集中的答案对生成的结果进行验证,过滤掉错误答案,很大程度上保证了问题和答案的准确性。本次发布了全量数据的25%,包含10K记录。
Blossom Math V4 is a bilingual (Chinese and English) mathematical dialogue dataset derived from Math23K and GSM8K, suitable for fine-tuning mathematical problems. This dataset uses GPT-4 for distillation, significantly improving the consistency of reasoning. It includes all questions from Math23K, GSM8K, and translated GSM8K, with results generated by gpt-4-0125-preview, and verified and filtered using answers from the original datasets to ensure the accuracy of questions and answers. The dataset structure includes fields such as id, input, output, answer, and dataset, representing the question id, problem, generated answer, correct answer, and original dataset, respectively. 25% of the full dataset, containing 10K records, has been released.
BLOSSOM MATH V4 数据集概述
介绍
Blossom Math V4 是一个基于 Math23K 和 GSM8K 衍生而来的中英双语数学对话数据集,适用于数学问题微调。该数据集完全使用 GPT-4 进行蒸馏,显著提升了推理的一致性。数据集包含全量 Math23K、GSM8K 和翻译后的 GSM8K 的问题,通过调用 gpt-4-0125-preview 生成结果,并使用原始数据集中的答案进行验证,过滤掉错误答案,从而保证问题和答案的准确性。本次发布的数据包含 10K 记录,占全量数据的 25%。
语言
数据集支持中文和英文。
数据集结构
每条数据包含以下字段:
- id:字符串,代表原始数据集中的题目id,与dataset字段结合可确定唯一题目。
- input:字符串,代表问题。
- output:字符串,代表gpt-4-0125-preview生成的答案。
- answer:字符串,代表正确答案。
- dataset:字符串,代表原始数据集。
数据集限制
数据集的所有响应均由 gpt-4-0125-preview 生成,并经过初步校验,但仍可能包含不准确的回答。




