File size: 2,176 Bytes
c93f799
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "seed": 42,
  "sample_size_per_domain": 100000,
  "output": {
    "hf_dataset": "local/data/openreasoning/mix_300k",
    "jsonl": "local/data/openreasoning/mix_300k.jsonl",
    "summary": "local/data/openreasoning/mix_300k_summary.json"
  },
  "sources": {
    "math": {
      "repo": "nvidia/OpenMathReasoning",
      "revision": "d3d08664755704f422af97d43a7ff0ded4bd95df",
      "eligible_rows": 5678317,
      "sampled": 100000,
      "eligible_split_rows": {
        "additional_problems": 193170,
        "cot": 3201061,
        "genselect": 565620,
        "tir": 1718466
      },
      "sampled_split_rows": {
        "additional_problems": 3394,
        "cot": 56381,
        "genselect": 10048,
        "tir": 30177
      }
    },
    "science": {
      "repo": "nvidia/OpenScienceReasoning-2",
      "revision": "174b02c9cdf231f220765b2a1d5ece4550921894",
      "eligible_rows": 1600812,
      "sampled": 100000
    },
    "code": {
      "repo": "nvidia/OpenCodeReasoning",
      "revision": "20a1ca19c0d050fe9057fc08339d6b370ec1c67a",
      "eligible_rows": 567850,
      "sampled": 100000,
      "included_split": "split_0",
      "excluded_split": "split_1",
      "exclusion_reason": "split_1 input is '-' and requires external APPS/TACO reconstruction"
    }
  },
  "removed_source_fields": {
    "math": [
      "generated_solution",
      "generation_model"
    ],
    "science": [
      "output"
    ],
    "code": [
      "output",
      "solution"
    ]
  },
  "final": {
    "rows": 300000,
    "domain_counts": {
      "science": 100000,
      "math": 100000,
      "code": 100000
    },
    "assistant_message_counts": {
      "science": 100000,
      "math": 99943
    },
    "columns": [
      "messages",
      "domain",
      "source",
      "source_path",
      "source_id",
      "source_label",
      "prompt_sha1"
    ]
  },
  "notes": [
    "Remote parquet reads use column projection; raw source datasets and model outputs are not stored.",
    "Math/science retain only their independent expected_answer as a short assistant label.",
    "Code rows contain only a user message because all available solutions are model-generated."
  ]
}