Model Capability Dominates: Inference-Time Optimization Lessons from AIMO 3
Summary
This paper analyzes inference-time optimization techniques for AIMO 3, finding that model capability dominates over prompt engineering and diverse sampling strategies. The study reveals that high-temperature sampling already decorrelates errors maximally, leaving no room for prompt-based improvements, and identifies a 6-point selection loss gap between individual model pass@20 and majority voting consensus.
View Cached Full Text
Cached at: 04/20/26, 08:28 AM
Paper page - Model Capability Dominates: Inference-Time Optimization Lessons from AIMO 3
Source: https://huggingface.co/papers/2603.27844
https://huggingface.co/papers/2603.27844#model-capability-dominates-inference-time-optimization-lessons-from-aimo-3Model Capability Dominates: Inference-Time Optimization Lessons from AIMO 3
fig3_p_vs_score (https://cdn-uploads.huggingface.co/production/uploads/64705d3890482b0e0f6591ed/PFAaNjsMA8B86SLl-y925.png)
Diverse Prompt Mixer assigns different reasoning strategies to majority-voting members to decorrelate errors. Tested on 50 IMO-level problems (1×H100, 5-hour limit, 3 models, 23+ experiments). It does not work.
Why it fails: High-temperature sampling already pushes pairwise error correlation to zero or below (mean ρ̂ = −0.348 across 19 computable points). There is no correlation headroom left. Diverse prompts reduce per-attempt accuracy more than they reduce correlation.
What dominates: At equal N=8, the 8-point model capability gap (gpt-oss-120b at 39.3 vs. gpt-oss-20b at 31.0) is 4× larger than any prompt optimization (±2 points). Scaling N past the compute budget backfires.
Where the real gap is: The model’s pass@20 ≈ 45.5, but majority voting peaks at 42. Six points of selection loss. A verifier-based selector could close it. Prompt engineering cannot.
Similar Articles
AIMO Interpretability Challenge
The AIMO Interpretability Challenge is a competition aimed at distinguishing robust from spurious reasoning in frontier mathematical language models using interpretability methods, providing new problems, model access, and computing infrastructure.
Multi Tier MoE Caching
Discusses multi-tier caching strategies for MoE models to improve inference speed by keeping frequently activated experts on GPU, referencing existing implementations like PowerInfer and llama.cpp branches.
What is the point of MoE models, beyond being faster?
A discussion about the advantages of Mixture of Experts (MoE) models over dense models beyond speed, considering RAM constraints and scaling limits.
The Capability Frontier: Benchmarks Miss 82% of Model Performance
The paper introduces the Capability Frontier, a Pareto frontier over models that corrects for biases in single-model and single-run evaluations, showing that standard benchmarks miss up to 82% of model performance and that collective LLM capabilities are substantially underestimated.
Model Merging as Probabilistic Inference in Fine-Tuning Parameter Space
This paper frames model merging as probabilistic inference under a product-of-experts scenario, showing that existing methods are special cases and proposing a heavy-tailed Cauchy expert design that better captures real residual behavior, achieving significant improvements over state-of-the-art baselines.