periodic: reasoning _reasoning_cutoff.json
Browse files
data/reasoning_traces/_reasoning_cutoff.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cutoff_utc": "20260428T112500Z",
|
| 3 |
+
"policy": "All paper-experiment training runs use the *.frozen_20260428T112500Z.jsonl snapshots. Live *.reasoning.jsonl files continue to grow in the background and are uploaded to HF for future use, but are NOT used in any benchmark training in this paper.",
|
| 4 |
+
"snapshots": {
|
| 5 |
+
"enhancer_generation": {
|
| 6 |
+
"path": "data/reasoning_traces/train.enhancer_generation.reasoning.frozen_20260428T112500Z.jsonl",
|
| 7 |
+
"rows": 8502,
|
| 8 |
+
"task_label": "T1"
|
| 9 |
+
},
|
| 10 |
+
"pair_prediction": {
|
| 11 |
+
"path": "data/reasoning_traces/train.pair_prediction.reasoning.frozen_20260428T112500Z.jsonl",
|
| 12 |
+
"rows": 6753,
|
| 13 |
+
"task_label": "T2"
|
| 14 |
+
},
|
| 15 |
+
"enhancer_editing": {
|
| 16 |
+
"path": "data/reasoning_traces/train.enhancer_editing.reasoning.frozen_20260428T112500Z.jsonl",
|
| 17 |
+
"rows": 111,
|
| 18 |
+
"task_label": "T3"
|
| 19 |
+
}
|
| 20 |
+
}
|
| 21 |
+
}
|