Dar3devil commited on
Commit
eb1464d
·
verified ·
1 Parent(s): 04fcf21

submission update: untrained baseline + cleanup

Browse files
Files changed (1) hide show
  1. scripts/plot_results.py +2 -3
scripts/plot_results.py CHANGED
@@ -93,11 +93,10 @@ def main():
93
 
94
  # ---- 2. baseline comparison ----
95
  files = {
96
- "zero_shot (stub)": res / "baseline_zero_shot_stub.json",
97
- "cot (stub)": res / "baseline_cot_stub.json",
98
  "zero_shot (real LLM)": res / "baseline_zero_shot_real.json",
99
  "cot (real LLM)": res / "baseline_cot_real.json",
100
- "trained agent (real LLM)": res / "trained_agent.json",
 
101
  }
102
  # fall back to the smaller subset files if the wider-n versions don't exist
103
  fallback = {
 
93
 
94
  # ---- 2. baseline comparison ----
95
  files = {
 
 
96
  "zero_shot (real LLM)": res / "baseline_zero_shot_real.json",
97
  "cot (real LLM)": res / "baseline_cot_real.json",
98
+ "untrained 1.5B agent (real LLM, 3 turns)": res / "baseline_untrained_real.json",
99
+ "trained 1.5B agent (real LLM, 2 turns)": res / "trained_agent.json",
100
  }
101
  # fall back to the smaller subset files if the wider-n versions don't exist
102
  fallback = {