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

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