Deepseek-v4-pro-max-distill-1000x
收藏资源简介:
该数据集包含由DeepSeek-V4-Pro生成的推理轨迹和最终答案,使用了从Jackrong/GLM-5.1-Reasoning-1M-Cleaned数据集中采样的提示。数据集的目标是检查质量,共有1000个样本,生成于2026年4月27日,成本约为5.46美元。数据集适用于蒸馏任务,因为DeepSeek-V4-Pro能够返回完整的推理链(CoT),这对于训练学生模型以复制教师的推理行为至关重要。数据集主要包含英语内容,也有一些中文/多语言STEM内容。数据格式为JSON Lines(output.jsonl),每个JSON对象包含id、domain、prompt、reasoning、response、model和usage等字段。
This dataset contains reasoning traces and final answers generated by DeepSeek-V4-Pro, with prompts sampled from the Jackrong/GLM-5.1-Reasoning-1M-Cleaned dataset. The dataset is intended for quality assessment, consisting of 1000 samples generated on April 27, 2026, with an approximate cost of $5.46. It is suitable for distillation tasks, as DeepSeek-V4-Pro can return complete Chain-of-Thought (CoT) reasoning chains, which is critical for training student models to replicate the teacher's reasoning behavior. The dataset primarily contains English content, with some Chinese and multilingual STEM content as well. The data format is JSON Lines (output.jsonl), where each JSON object includes fields such as id, domain, prompt, reasoning, response, model, and usage.
数据集概述
本数据集由 DeepSeek-V4-Pro 模型生成,包含推理轨迹和最终答案。数据集的目标是用于质量检查,并探索知识蒸馏(Distillation)方法。其设计理念是:教师模型必须暴露完整的思维链(Chain-of-Thought)以供学生模型学习。
核心信息
- 数据集名称:Deepseek-v4-pro-max-distill-1000x
- 许可证:Apache-2.0
- 语言:主要为英语,包含部分中文及多语言STEM内容
- 任务类别:文本生成(Text Generation)
- 标签:推理(Reasoning)、蒸馏(Distillation)、思维链(Chain-of-Thought)、DeepSeek、合成数据(Synthetic)、DeepSeek-V4-Pro
- 数据集规模:小于 1K 样本
数据来源与生成
- 提示词来源:从
Jackrong/GLM-5.1-Reasoning-1M-Cleaned数据集的训练集(trainsplit)中采样。 - 教师模型:
deepseek-v4-pro,配置要求为reasoning_effort=max且thinking.enabled=true。 - 选择DeepSeek的原因:DeepSeek-V4-Pro 返回完整的思维链(Full CoT)。相比之下,OpenAI 和 Gemini 等模型仅返回摘要(Summary),不适用于需要完整推理轨迹作为监督信号的蒸馏任务。
数据统计(Dataset Statistics)
| 字段 | 值 |
|---|---|
| 样本数量 | 1000 |
| 提示词来源 | Jackrong/GLM-5.1-Reasoning-1M-Cleaned,train 集 |
| 教师模型 | deepseek-v4-pro |
| 推理努力度 | max |
| 语言 | 主要为英语,包含部分中文 / 多语言STEM内容 |
| 数据格式 | JSON Lines(output.jsonl) |
数据模式(Schema)
每行数据是一个 JSON 对象,包含以下字段:
| 字段 | 类型 | 描述 |
|---|---|---|
id |
string | 原始数据集的 MD5 哈希值 |
domain |
string | 来源子集:main / PHD-Science / Multilingual-STEM / Math |
prompt |
string | 用户提示词(来自源数据集的 input 字段) |
reasoning |
string | DeepSeek 生成的思维链(message.reasoning_content) |
response |
string | 最终答案(message.content) |
model |
string | deepseek-v4-pro |
usage |
object | Token 用量(包含 prompt_tokens, completion_tokens, reasoning_tokens 等) |
其他信息
- 更新日期:2026年4月27日,数据集已完整包含1000个样本,成本约为5.46美元。
- 规划内容:计划尝试其他蒸馏风格,例如角色扮演(Roleplay)。




