Align training trajectory inputs with original open-domain SFT settings
Browse files- cot_trajectory_generation/glm5.2/Multi-subject-RLVR/SOURCE.md +2 -4
- cot_trajectory_generation/glm5.2/Multi-subject-RLVR/pending.jsonl.gz +2 -2
- cot_trajectory_generation/glm5.2/Multi-subject-RLVR/training_system_prompt.txt +0 -1
- cot_trajectory_generation/glm5.2/README.md +9 -4
- cot_trajectory_generation/glm5.2/WebInstruct-verified/SOURCE.md +1 -3
- cot_trajectory_generation/glm5.2/WebInstruct-verified/pending.jsonl.gz +2 -2
- cot_trajectory_generation/glm5.2/WebInstruct-verified/training_system_prompt.txt +0 -1
- cot_trajectory_generation/glm5.2/ai2-arc-ARC-Challenge/SOURCE.md +1 -3
- cot_trajectory_generation/glm5.2/ai2-arc-ARC-Challenge/pending.jsonl.gz +2 -2
- cot_trajectory_generation/glm5.2/ai2-arc-ARC-Challenge/training_system_prompt.txt +0 -1
- cot_trajectory_generation/glm5.2/ai2-arc-ARC-Easy/SOURCE.md +1 -3
- cot_trajectory_generation/glm5.2/ai2-arc-ARC-Easy/pending.jsonl.gz +2 -2
- cot_trajectory_generation/glm5.2/ai2-arc-ARC-Easy/training_system_prompt.txt +0 -1
- cot_trajectory_generation/glm5.2/manifest.json +14 -6
- cot_trajectory_generation/glm5.2/trivia-qa/SOURCE.md +1 -3
- cot_trajectory_generation/glm5.2/trivia-qa/pending.jsonl.gz +2 -2
- cot_trajectory_generation/glm5.2/trivia-qa/training_system_prompt.txt +0 -1
cot_trajectory_generation/glm5.2/Multi-subject-RLVR/SOURCE.md
CHANGED
|
@@ -4,7 +4,5 @@
|
|
| 4 |
- Source: https://huggingface.co/datasets/virtuoussy/Multi-subject-RLVR
|
| 5 |
- The published dataset includes a system message; it is preserved verbatim in
|
| 6 |
`official_dataset_system_prompt.txt` for provenance.
|
| 7 |
-
- Applied input: the
|
| 8 |
-
|
| 9 |
-
generation because the actual latent-SFT training loader replaces it.
|
| 10 |
-
|
|
|
|
| 4 |
- Source: https://huggingface.co/datasets/virtuoussy/Multi-subject-RLVR
|
| 5 |
- The published dataset includes a system message; it is preserved verbatim in
|
| 6 |
`official_dataset_system_prompt.txt` for provenance.
|
| 7 |
+
- Applied input: the published system message followed by the original user
|
| 8 |
+
question. No additional boxed-answer prompt is added.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/Multi-subject-RLVR/pending.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a679bd214b6d8d1a87a399a718bf0f3e9d131c9a166f589d67af2288fa6a5108
|
| 3 |
+
size 24905646
|
cot_trajectory_generation/glm5.2/Multi-subject-RLVR/training_system_prompt.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Please reason step by step, and put your final answer within \boxed{}.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/README.md
CHANGED
|
@@ -16,13 +16,18 @@ This directory contains only the seven datasets currently in scope.
|
|
| 16 |
|
| 17 |
## Input alignment
|
| 18 |
|
| 19 |
-
- Training datasets reproduce
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
| 22 |
- MMLU-Pro reproduces the official category-specific few-shot user prompt.
|
| 23 |
- SuperGPQA reproduces the official reasoning-model zero-shot user prompt.
|
| 24 |
- Neither validation benchmark is given an invented system role.
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
Each dataset directory contains `pending.jsonl.gz`. Existing validation
|
| 27 |
trajectories are retained separately in `completed.jsonl.gz`.
|
| 28 |
-
|
|
|
|
| 16 |
|
| 17 |
## Input alignment
|
| 18 |
|
| 19 |
+
- Training datasets reproduce their original open-domain SFT query setting.
|
| 20 |
+
- Multi-subject-RLVR retains its published system message.
|
| 21 |
+
- ARC, TriviaQA, and WebInstruct-verified have no source system message in the
|
| 22 |
+
local source records, so their queries contain only the complete user input.
|
| 23 |
+
- No training dataset is given an additional `\boxed{}` instruction.
|
| 24 |
- MMLU-Pro reproduces the official category-specific few-shot user prompt.
|
| 25 |
- SuperGPQA reproduces the official reasoning-model zero-shot user prompt.
|
| 26 |
- Neither validation benchmark is given an invented system role.
|
| 27 |
|
| 28 |
+
The current Qwen branch of `src/stage1/data.py` still hard-codes a boxed system
|
| 29 |
+
prompt. It must be updated before training so that the runtime input matches
|
| 30 |
+
these dataset-native queries.
|
| 31 |
+
|
| 32 |
Each dataset directory contains `pending.jsonl.gz`. Existing validation
|
| 33 |
trajectories are retained separately in `completed.jsonl.gz`.
|
|
|
cot_trajectory_generation/glm5.2/WebInstruct-verified/SOURCE.md
CHANGED
|
@@ -3,6 +3,4 @@
|
|
| 3 |
- Role: training
|
| 4 |
- Source: https://huggingface.co/datasets/TIGER-Lab/WebInstruct-verified
|
| 5 |
- Official dataset system prompt: none published
|
| 6 |
-
- Applied input:
|
| 7 |
-
`training_system_prompt.txt`, followed by the original question.
|
| 8 |
-
|
|
|
|
| 3 |
- Role: training
|
| 4 |
- Source: https://huggingface.co/datasets/TIGER-Lab/WebInstruct-verified
|
| 5 |
- Official dataset system prompt: none published
|
| 6 |
+
- Applied input: one user message containing the original question.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/WebInstruct-verified/pending.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d39ecf9d0ab12a3c41dcfa18066d65c6ba41b531d655dc38d0a19b3b2eb632f
|
| 3 |
+
size 23363726
|
cot_trajectory_generation/glm5.2/WebInstruct-verified/training_system_prompt.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Please reason step by step, and put your final answer within \boxed{}.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/ai2-arc-ARC-Challenge/SOURCE.md
CHANGED
|
@@ -4,6 +4,4 @@
|
|
| 4 |
- Source: https://huggingface.co/datasets/allenai/ai2_arc
|
| 5 |
- Configuration: `ARC-Challenge`
|
| 6 |
- Official dataset system prompt: none published
|
| 7 |
-
- Applied input:
|
| 8 |
-
`training_system_prompt.txt`, followed by the complete question and options.
|
| 9 |
-
|
|
|
|
| 4 |
- Source: https://huggingface.co/datasets/allenai/ai2_arc
|
| 5 |
- Configuration: `ARC-Challenge`
|
| 6 |
- Official dataset system prompt: none published
|
| 7 |
+
- Applied input: one user message containing the complete question and options.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/ai2-arc-ARC-Challenge/pending.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:241b48a394ddbc1c6a7cf3eb146758cab92a84589a524c858cd5c6bbf60151bd
|
| 3 |
+
size 123866
|
cot_trajectory_generation/glm5.2/ai2-arc-ARC-Challenge/training_system_prompt.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Please reason step by step, and put your final answer within \boxed{}.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/ai2-arc-ARC-Easy/SOURCE.md
CHANGED
|
@@ -4,6 +4,4 @@
|
|
| 4 |
- Source: https://huggingface.co/datasets/allenai/ai2_arc
|
| 5 |
- Configuration: `ARC-Easy`
|
| 6 |
- Official dataset system prompt: none published
|
| 7 |
-
- Applied input:
|
| 8 |
-
`training_system_prompt.txt`, followed by the complete question and options.
|
| 9 |
-
|
|
|
|
| 4 |
- Source: https://huggingface.co/datasets/allenai/ai2_arc
|
| 5 |
- Configuration: `ARC-Easy`
|
| 6 |
- Official dataset system prompt: none published
|
| 7 |
+
- Applied input: one user message containing the complete question and options.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/ai2-arc-ARC-Easy/pending.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e81a5184b3959742df4c8b8d3566574888dcc7f2c0f2a1a988ad278c7b1e459
|
| 3 |
+
size 235469
|
cot_trajectory_generation/glm5.2/ai2-arc-ARC-Easy/training_system_prompt.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Please reason step by step, and put your final answer within \boxed{}.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/manifest.json
CHANGED
|
@@ -7,12 +7,6 @@
|
|
| 7 |
"postprocess_think_tokens": true,
|
| 8 |
"postprocess_box_if_required": true
|
| 9 |
},
|
| 10 |
-
"training_input_source": {
|
| 11 |
-
"code_commit": "a50b4794c6743b936c41b317b226148919a9afd7",
|
| 12 |
-
"code_path": "src/stage1/data.py",
|
| 13 |
-
"model_family": "qwen",
|
| 14 |
-
"system_prompt": "Please reason step by step, and put your final answer within \\boxed{}."
|
| 15 |
-
},
|
| 16 |
"counts": {
|
| 17 |
"ai2-arc-ARC-Easy": {
|
| 18 |
"total": 2111,
|
|
@@ -49,5 +43,19 @@
|
|
| 49 |
"pending": 26385,
|
| 50 |
"completed": 144
|
| 51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
}
|
| 53 |
}
|
|
|
|
| 7 |
"postprocess_think_tokens": true,
|
| 8 |
"postprocess_box_if_required": true
|
| 9 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
"counts": {
|
| 11 |
"ai2-arc-ARC-Easy": {
|
| 12 |
"total": 2111,
|
|
|
|
| 43 |
"pending": 26385,
|
| 44 |
"completed": 144
|
| 45 |
}
|
| 46 |
+
},
|
| 47 |
+
"training_input_policy": {
|
| 48 |
+
"policy": "follow each open-domain SFT dataset's original query setting",
|
| 49 |
+
"datasets_with_system_prompt": {
|
| 50 |
+
"Multi-subject-RLVR": "You are a chatbot who can solve problems. Please solve the following problem and give your thought process. Before giving the final result, you should output \"Therefore, the answer is\", and then give your final answer."
|
| 51 |
+
},
|
| 52 |
+
"datasets_without_system_prompt": [
|
| 53 |
+
"ai2-arc-ARC-Easy",
|
| 54 |
+
"ai2-arc-ARC-Challenge",
|
| 55 |
+
"trivia-qa",
|
| 56 |
+
"WebInstruct-verified"
|
| 57 |
+
],
|
| 58 |
+
"boxed_prompt_added": false,
|
| 59 |
+
"training_code_note": "The current Qwen branch in src/stage1/data.py still hard-codes a boxed system prompt and must be changed before aligned training."
|
| 60 |
}
|
| 61 |
}
|
cot_trajectory_generation/glm5.2/trivia-qa/SOURCE.md
CHANGED
|
@@ -4,6 +4,4 @@
|
|
| 4 |
- Source: https://github.com/mandarjoshi90/triviaqa
|
| 5 |
- Configuration used locally: `rc.nocontext`
|
| 6 |
- Official dataset system prompt: none published
|
| 7 |
-
- Applied input:
|
| 8 |
-
`training_system_prompt.txt`, followed by the original question.
|
| 9 |
-
|
|
|
|
| 4 |
- Source: https://github.com/mandarjoshi90/triviaqa
|
| 5 |
- Configuration used locally: `rc.nocontext`
|
| 6 |
- Official dataset system prompt: none published
|
| 7 |
+
- Applied input: one user message containing the original question.
|
|
|
|
|
|
cot_trajectory_generation/glm5.2/trivia-qa/pending.jsonl.gz
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bee048e9bf7f3e7adc13888464540ce545c669bfcfe5371b36aa338f2000b6f
|
| 3 |
+
size 7124280
|
cot_trajectory_generation/glm5.2/trivia-qa/training_system_prompt.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
Please reason step by step, and put your final answer within \boxed{}.
|
|
|
|
|
|