How we calculate Trust Score
Our proprietary methodology ensures unbiased and transparent rankings.
K5 Metric Description
K6 Metric Description
K7 Metric Description
K8 Metric Description
K9 Metric Description
K10 Metric Description
K11 Metric Description
K12 Metric Description
Unlike traditional benchmarking setups that simply verify raw responses against static tokens, ALPAR AI employs a dynamic cross-model debate. Two models independently evaluate an incident, challenge each other's assessments, and submit rebuttals; a separate referee ('Supreme Court') model then synthesizes the debate into a final Truth Score. This minimizes static scoring bias and provides robust, peer-reviewed evaluation metrics.
The cross-audit engine resolves discrepancies through a debate between two independent models, and a separate referee ('Supreme Court') model synthesizes the debate into the final Truth Score. The referee chain is defined in the source code (SUPREME_COURT_CHAIN in src/lib/ai/openrouter-gateway.ts) and currently contains these models:
gemini-1.5-pro (Google, premium)anthropic/claude-3.5-sonnet (OpenRouter, premium)openai/gpt-4o (OpenRouter, premium)meta-llama/llama-3.1-70b-instruct (OpenRouter, premium)mistralai/mistral-large (OpenRouter, premium)This list is published exactly as coded in src/lib/ai/openrouter-gateway.ts. The adjudication chain currently contains 5 premium models with provider-level failover; when the chain changes, this page is updated to match.
Every score published in K-BENCHMARK is accompanied by a Wilson score interval representing statistical confidence at a 95% confidence level. Re-evaluation is automatically triggered when model providers push updates, ensuring our leaderboard reflects the live capability of active models.