diff --git a/docs/leaderboard.html b/docs/leaderboard.html index 3a74b1e..ae82c77 100644 --- a/docs/leaderboard.html +++ b/docs/leaderboard.html @@ -1,329 +1,365 @@ - - -
- - -Curated Lean Verified Code Generation Benchmark
- - -| # | -Model | -Approach | -End-to-End Code Generation | -Note | -# Proofs Generated | -
|---|---|---|---|---|---|
| 1 | -💙 Claude-3.7 | -COPRA-enhanced | -1/161 | -Problem 53 | -2/161 (spec) + 14/161 (impl) = 16/282 | -
| 1 | -💚 DeepSeek-R1 | -Few-Shot | -1/161 | -Problem 53 | -1/161 (spec) + 9/161 (impl) = 10/282 | -
| 1 | -💚 GPT OSS 20b | -COPRA-enhanced | -1/161 | -Problem 53 | -2/161 (spec) + 8/161 (impl) = 10/282 | -
| 1 | -💙 GPT-4o | -COPRA-enhanced | -1/161 | -Problem 53 | -3/161 (spec) + 6/161 (impl) = 9/282 | -
| 1 | -💙 GPT-4o mini | -Few-Shot | -1/161 | -Problem 53 | -2/161 (spec) + 3 / 161 (impl) = 5/282 | -
| 1 | -💙 Claude-3.7 | -Few-Shot | -1/161 | -Problem 53 | -1/161 (spec) + 3/161 (impl) = 4/282 | -
| 6 | -💙 GPT-4o | -Few-Shot | -0/161 | -- | -1/161 (spec) + 1/161 (impl) = 2/282 | -
| 6 | -💙 GPT-5 mini (For Code Generation) + Kimina Prover (For proofs) | -Few-Shot | -0/161 | -- | -0/161 (spec) + 1/161 (impl) = 1/282 | -
| Model | -Approach | -Spec Certification | -Impl Certification | -End-to-End | -||
|---|---|---|---|---|---|---|
| Compiled | -Proved | -Compiled | -Proved | -|||
| Few-Shot Baseline | -||||||
| 💙 GPT-4o mini | -Few-Shot | -82.609% | -1.242% | -83.230% | -1.863% | -0.621% | -
| 💙 Claude-3.7 | -Few-Shot | -86.957% | -0.621% | -65.217% | -1.863% | -0.621% | -
| 💙 GPT-4o | -Few-Shot | -84.472% | -0.621% | -68.323% | -0.621% | -0% | -
| 💚 DeepSeek-R1 | -Few-Shot | -71.42% | -0.621% | -60.870% | -5.559% | -0.621% | -
| COPRA Baseline | -||||||
| 💙 Claude-3.7 | -COPRA-enhanced | -81.366% | -1.242% | -65.217% | -8.696% | -0.621% | -
| 💚 GPT OSS 20b | -COPRA-enhanced | -78.261% | -1.242% | -65.839% | -4.969% | -0.621% | -
| 💙 GPT-4o | -COPRA-enhanced | -76.398% | -1.863% | -68.323% | -3.727% | -0.621% | -
To add your results to this leaderboard:
-Contact: amitayush@utexas.edu
-Curated Lean Verified Code Generation Benchmark
+ + +| # | +Model | +Approach | +End-to-End Code Generation | +Note | +# Proofs Generated | +
|---|---|---|---|---|---|
| 1 | +💙 Claude Code | +Agentic Proving (compiler-in-the-loop) | +59/161 | +alt-spec-pipeline | +67/161 (spec) + 104/161 (impl) = 171/282 | +
| 2 | +💙 Claude-3.7 | +COPRA-enhanced | +1/161 | +Problem 53 | +2/161 (spec) + 14/161 (impl) = 16/282 | +
| 2 | +💚 DeepSeek-R1 | +Few-Shot | +1/161 | +Problem 53 | +1/161 (spec) + 9/161 (impl) = 10/282 | +
| 2 | +💚 GPT OSS 20b | +COPRA-enhanced | +1/161 | +Problem 53 | +2/161 (spec) + 8/161 (impl) = 10/282 | +
| 2 | +💙 GPT-4o | +COPRA-enhanced | +1/161 | +Problem 53 | +3/161 (spec) + 6/161 (impl) = 9/282 | +
| 2 | +💙 GPT-4o mini | +Few-Shot | +1/161 | +Problem 53 | +2/161 (spec) + 3 / 161 (impl) = 5/282 | +
| 2 | +💙 Claude-3.7 | +Few-Shot | +1/161 | +Problem 53 | +1/161 (spec) + 3/161 (impl) = 4/282 | +
| 7 | +💙 GPT-4o | +Few-Shot | +0/161 | +- | +1/161 (spec) + 1/161 (impl) = 2/282 | +
| 7 | +💙 GPT-5 mini (For Code Generation) + Kimina Prover (For proofs) | +Few-Shot | +0/161 | +- | +0/161 (spec) + 1/161 (impl) = 1/282 | +
| Model | +Approach | +Spec Certification | +Impl Certification | +End-to-End | +||
|---|---|---|---|---|---|---|
| Compiled | +Proved | +Compiled | +Proved | +|||
| Agentic Proving Baseline | +||||||
| 💙 Claude Code | +Agentic Proving (compiler-in-the-loop) | +100.00% | +41.615% | +94.410% | +64.596% | +36.646% | +
| Few-Shot Baseline | +||||||
| 💙 GPT-4o mini | +Few-Shot | +82.609% | +1.242% | +83.230% | +1.863% | +0.621% | +
| 💙 Claude-3.7 | +Few-Shot | +86.957% | +0.621% | +65.217% | +1.863% | +0.621% | +
| 💙 GPT-4o | +Few-Shot | +84.472% | +0.621% | +68.323% | +0.621% | +0% | +
| 💚 DeepSeek-R1 | +Few-Shot | +71.42% | +0.621% | +60.870% | +5.559% | +0.621% | +
| COPRA Baseline | +||||||
| 💙 Claude-3.7 | +COPRA-enhanced | +81.366% | +1.242% | +65.217% | +8.696% | +0.621% | +
| 💚 GPT OSS 20b | +COPRA-enhanced | +78.261% | +1.242% | +65.839% | +4.969% | +0.621% | +
| 💙 GPT-4o | +COPRA-enhanced | +76.398% | +1.863% | +68.323% | +3.727% | +0.621% | +
+ *See author remarks below for additional context on Claude Code's results, including an alternative generated-specification pipeline. +
+ + + + + +To add your results to this leaderboard:
+Contact: amitayush@utexas.edu
+