verify_judge_bias
Determine whether a judge's preference is statistically real by comparing wins against total verdicts with an exact binomial test, revealing if results exceed chance or stem from biases.
Instructions
Is an LLM-judge / metric preference real, or just longer/first/same-family? Pass the count of verdicts the tested side won and the total. Exact binomial vs chance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Total number of verdicts. | |
| p0 | No | Null win-rate to test against (0.5 = no preference). | |
| wins | Yes | Number of verdicts the tested side won. | |
| api_key | Yes | Your metering key — any stable string identifying you; it tracks your free-tier calls and prepaid credit balance. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | ||
| p_value | No | ||
| verdict | No | ||
| survives | No |