m97j commited on
Commit
9be8802
·
verified ·
1 Parent(s): 6d797f6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - math
9
+ - reasoning
10
+ - sft
11
+ - preference-pairs
12
+ pretty_name: "Axiom-World Phase-1 general reasoning mixture"
13
+ ---
14
+
15
+ # axiom-general-posttrain — Phase-1 general reasoning mixture (protocol v1)
16
+
17
+ The Phase-1 ("general warm-start") training mixture of the Axiom-World
18
+ project: a pre-registered, weighted blend of public math-reasoning corpora
19
+ with **dataset-derived gold answers only** (no LLM-generated labels).
20
+
21
+ - **Code:** https://github.com/m97j/axiom-world (tag `v1.0.0`)
22
+
23
+ ## Contents
24
+
25
+ | path | what |
26
+ |---|---|
27
+ | `v1/` | SFT mixture — GSM8K (weight 0.6) + MATH-algebra (weight 0.4), target 8,000 records, prompt-level dedup; 500-record held-out retention suite |
28
+ | `pref-v1/` | rejection-sampling preference pairs mined on the same distribution (used by the B2/B3 arms) |
29
+
30
+ Records are chat-rendered (Qwen3 template) with answers normalized to the
31
+ source datasets' gold format. Fingerprints are recorded in each consuming
32
+ run's `lineage.json`.
33
+
34
+ ## Source datasets & licenses
35
+
36
+ - **GSM8K** (`openai/gsm8k`) — MIT license. Cobbe et al., 2021.
37
+ - **MATH**, algebra subject (`EleutherAI/hendrycks_math`) — MIT license.
38
+ Hendrycks et al., 2021.
39
+
40
+ This repository redistributes preprocessed derivatives of the above under
41
+ their original MIT terms; all credit for the underlying problems goes to the
42
+ original authors.
43
+
44
+ ## Citation
45
+
46
+ Cite the original datasets (Cobbe et al. 2021; Hendrycks et al. 2021) and the
47
+ Axiom-World tech report.