Use one environment table with explicit Qwen and PhAI-IDE model pairs

#5
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -35,16 +35,14 @@ Weight sizes are approximate; inference also requires memory for runtime allocat
35
 
36
  ## ScienceAccelBench performance
37
 
38
- **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**.
39
 
40
- 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.
41
-
42
- | Model | Environment | Tasks | Initial model | PhAI-IDE | Gain (pp) |
43
  | --- | --- | ---: | ---: | ---: | ---: |
44
- | 4B | PLUTO-Particles-Dust | 3 | 0.00 | **33.33** | **+33.33** |
45
- | 9B | LAPS | 16 | 31.25 | **50.00** | **+18.75** |
46
- | 9B | MITgcm-biogeo | 8 | 0.00 | **12.50** | **+12.50** |
47
- | 9B | PLUTO-RMHD | 7 | 0.00 | **28.57** | **+28.57** |
48
 
49
  ## Comparison with published models
50
 
 
35
 
36
  ## ScienceAccelBench performance
37
 
38
+ 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.
39
 
40
+ | Model comparison | Environment | Tasks | Qwen3.5 | PhAI-IDE | Gain (pp) |
 
 
41
  | --- | --- | ---: | ---: | ---: | ---: |
42
+ | Qwen3.5-4B → PhAI-IDE-4B | PLUTO-Particles-Dust | 3 | 0.00 | **33.33** | **+33.33** |
43
+ | Qwen3.5-9B → PhAI-IDE-9B | LAPS | 16 | 31.25 | **50.00** | **+18.75** |
44
+ | Qwen3.5-9B → PhAI-IDE-9B | MITgcm-biogeo | 8 | 0.00 | **12.50** | **+12.50** |
45
+ | Qwen3.5-9B → PhAI-IDE-9B | PLUTO-RMHD | 7 | 0.00 | **28.57** | **+28.57** |
46
 
47
  ## Comparison with published models
48