JR-James-0125 commited on
Commit
c8cb9b3
·
verified ·
1 Parent(s): 4f58aa8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,13 +13,13 @@ tags:
13
 
14
  # StepORLM-SOLID-opt
15
 
16
- This is the step-125 checkpoint of **SOLID (Solver-Informed Self-Distillation)** built from `Chenyu-Zhou/StepORLM-Qwen3-8B` for operations-research modeling and solver-backed answer generation.
17
 
18
  The model was trained with GRPO and solver-informed token-level KL supervision. It uses the COPT-style StepORLM response template.
19
 
20
  ## Evaluation
21
 
22
- Each problem was sampled 64 times. `maj@64` is majority-vote accuracy; `pass@k` uses the unbiased pass-at-k estimator. Objective correctness tolerance is `0.001`. The table uses the selected, coherent step-125 generation-B run.
23
 
24
  | Dataset | maj@64 | pass@1 | pass@2 | pass@4 |
25
  |---|---:|---:|---:|---:|
@@ -27,7 +27,7 @@ Each problem was sampled 64 times. `maj@64` is majority-vote accuracy; `pass@k`
27
  | MAMO-Complex | 70.44 | 66.43 | 71.58 | 74.79 |
28
  | InOR | 48.00 | 39.81 | 46.07 | 50.59 |
29
 
30
- Across the coherent 697-problem evaluation suite, aggregate pass@1 is **60.16%**.
31
 
32
  ## Usage
33
 
 
13
 
14
  # StepORLM-SOLID-opt
15
 
16
+ This is the checkpoint of **SOLID (Solver-Informed Self-Distillation)** built from `Chenyu-Zhou/StepORLM-Qwen3-8B` for operations-research modeling and solver-backed answer generation.
17
 
18
  The model was trained with GRPO and solver-informed token-level KL supervision. It uses the COPT-style StepORLM response template.
19
 
20
  ## Evaluation
21
 
22
+ Each problem was sampled 64 times. `maj@64` is majority-vote accuracy; `pass@k` uses the unbiased pass-at-k estimator.
23
 
24
  | Dataset | maj@64 | pass@1 | pass@2 | pass@4 |
25
  |---|---:|---:|---:|---:|
 
27
  | MAMO-Complex | 70.44 | 66.43 | 71.58 | 74.79 |
28
  | InOR | 48.00 | 39.81 | 46.07 | 50.59 |
29
 
30
+
31
 
32
  ## Usage
33