Use explicit Qwen baselines in environment comparisons

#6
by leyili6666 - opened
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -37,16 +37,14 @@ Weight sizes are approximate; inference also requires memory for runtime allocat
37
 
38
  ## ScienceAccelBench performance
39
 
40
- **PhAI-IDE-9B** improves the task-pooled pass rate from **17.09% to 20.89% (+3.80 percentage points)** across all **27 ScienceAccelBench environments**, using **158 valid paired tasks**.
41
 
42
- Task-held-out, localized scientific-code repair on familiar codebases, with original numerical verification. Each row compares the initial model with its corresponding fine-tuned model on identical tasks. Pass rates are percentages; gains are percentage points.
43
-
44
- | Model | Environment | Tasks | Initial model | PhAI-IDE | Gain (pp) |
45
  | --- | --- | ---: | ---: | ---: | ---: |
46
- | 4B | PLUTO-Particles-Dust | 3 | 0.00 | **33.33** | **+33.33** |
47
- | 9B | LAPS | 16 | 31.25 | **50.00** | **+18.75** |
48
- | 9B | MITgcm-biogeo | 8 | 0.00 | **12.50** | **+12.50** |
49
- | 9B | PLUTO-RMHD | 7 | 0.00 | **28.57** | **+28.57** |
50
 
51
  ## Comparison with published models
52
 
 
37
 
38
  ## ScienceAccelBench performance
39
 
40
+ Task-held-out, localized scientific-code repair on familiar codebases, with original numerical verification. Each row compares Qwen3.5 with its corresponding PhAI-IDE model on identical tasks. Pass rates are percentages; gains are percentage points.
41
 
42
+ | Model comparison | Environment | Tasks | Qwen3.5 | PhAI-IDE | Gain (pp) |
 
 
43
  | --- | --- | ---: | ---: | ---: | ---: |
44
+ | Qwen3.5-4B β†’ PhAI-IDE-4B | PLUTO-Particles-Dust | 3 | 0.00 | **33.33** | **+33.33** |
45
+ | Qwen3.5-9B β†’ PhAI-IDE-9B | LAPS | 16 | 31.25 | **50.00** | **+18.75** |
46
+ | Qwen3.5-9B β†’ PhAI-IDE-9B | MITgcm-biogeo | 8 | 0.00 | **12.50** | **+12.50** |
47
+ | Qwen3.5-9B β†’ PhAI-IDE-9B | PLUTO-RMHD | 7 | 0.00 | **28.57** | **+28.57** |
48
 
49
  ## Comparison with published models
50