What Happened
How It Works
- Generate — Sample N=32 candidate natural-language proofs from M3.
- Verify — Pass each candidate to M3-as-verifier (Kverify=4 LLM judges per proof, returning a pessimistic min score 0–7 and a structured error critique).
- Refine — M3-as-fixer runs R=10 refinement rounds, choosing PATCH (targeted repair) or REWRITE (full restart) based on the critique severity.
- Rank & Select — A pairwise tournament with Kranker=3 votes per comparison selects one final proof from top-K=4 finalists.
Claim Audit
| Claim | Verdict |
|---|---|
| 35/42 IMO 2025, 36/42 USAMO 2026 | ✓ Confirmed — per-problem expert review; all 7/7 self-pick solutions verified correct |
| Exceeds gold-medal threshold | ✓ By score — Gold ≈35/42; reached on both contests with MaxProof |
| Formal / Lean 4 verification | ✗ Not present — verification is the M3 model itself (generative LLM), not a formal kernel |
| Competes with GPT-5.5 / Gemini 3.1 Pro | ~ Partial — standalone M3 still trails (IMOProofBench: M3 67.40 vs GPT-5.5/Gemini territory); MaxProof narrows but does not close the gap |
| Proofs are open / reproducible | ✗ Closed-source model — M3 is a commercial MiniMax model; solutions not publicly auditable |
| Proof autonomy | ✓ Fully autonomous — no NL seeding, no human blueprint |
Primary Sources
References
- 1MaxProof arXiv paperarxiv.org


Comments
Sign in to comment.