audit_leaderboard
Audit leaderboard results to determine if the #1 ranking is statistically real, using bootstrap confidence intervals for each model's rank.
Instructions
Audit a whole leaderboard from per-item results. results maps each model to the list of item-ids it
solved (or a {item: score} dict). Returns rank confidence intervals + whether #1 is statistically real.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n_boot | No | Bootstrap iterations for the rank confidence intervals. | |
| api_key | Yes | Your metering key — any stable string identifying you; it tracks your free-tier calls and prepaid credit balance. | |
| results | Yes | Per-model results: each model name maps to the list of item-ids it solved, or a {item: score} dict. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verdict | No | Whether #1 is statistically real + rank CIs. |