Chapter 01
Design Principles
Balancing fairness and interpretability: the primary score reflects quality only; speed and cost are shown separately.
- Only judge scores are used; user accept/reject adjusts credibility, not a fifth dimension score
- Judge dimension counts vary by scenario; each sample's dimensions are averaged equally before ranking
- Percentile ranking within each eval run reduces impact of different judge scoring scales
- Quick eval sessions and batch eval tasks enter the public board equally; private prompts produce a private index only, excluded from main sort
- Speed and token cost are excluded from the primary score; available as secondary metrics or alternate sort keys
Method Overview
Five principles run through the full calculation pipeline below.
From single evaluation to public ranking
- Public libraryQuick eval + batch eval
- Judge scoringAuto dimensions
- User validationScore acceptance weight
- In-run rankingPercentile
- Global scoreCross-scenario
Calculation Flow
Six-step aggregation from a single evaluation result to the global primary score.
- 1
Sample Filtering
Only completed evaluations with valid judge scores and no explicit user rejection are included.
- 2
Single Sample Quality Score
Equal-weight mean across all judge dimensions for that sample; score range 1–5.
- 3
User Score Acceptance Weighting
Accepted weight 1.0; rejected excluded; unconfirmed counted at 0.4.
- 4
Unit Ranking
Within the same eval run (batch eval task or quick eval session), weighted quality scores convert to 0–1 percentile.
- 5
Sample Size Discount
When samples are insufficient, ranking contribution is discounted by min(1, n / 50) to avoid small-sample spikes.
- 6
Cross-Unit Aggregation
Weighted average across all public eval runs the model participated in yields the global primary score GlobalScore.
Data Sources
The public board counts only valid evaluations on the public prompt library; both entry types follow the same rules.
Batch Eval
In completed public batch eval tasks, each model response is included after judge scoring and user score acceptance.
Quick Eval
Quick comparison sessions on the public library count as one eval run when scoring is complete and at least 2 models are in the same session.
When the algorithm version upgrades, this page updates accordingly; the leaderboard uses the same rules as this article.
Chapter 02
Core Formula
Definitions for the global primary score and secondary metrics, consistent with actual leaderboard calculation.
1.Single Sample Quality Score
Dᵢ is the set of valid Judge dimensions for that sample.
2.User Score Acceptance Weighting
Rejecting a score treats that judge score as invalid; it is not counted as 0.
3.In-unit weighted quality mean
4.Unit Ranking
When only 1 model is in a unit, R = 1.0; the public unit pool requires at least 2 models.
5.Sample Size Discount
6.Global Quality Ranking
Averaged only over public eval runs the model actually participated in; no zero-fill for non-participation.
7.Private Prompt Index
Same calculation as GlobalScore, but the eval run pool is private prompts only; shown independently, excluded from main sort.
8.Secondary metrics
Platform Parameters
Fixed weights and thresholds for the current version; version number increments on change.
Listing & Sorting
Models meeting all conditions receive official ranks; others are marked "Provisional" with metrics still public.
Official listing conditions
- · Total valid samples ≥ 100
- · Public eval run coverage ≥ 50%
- · Score acceptance rate ≥ 60% (confirmed samples only)
- · Score rejection rate ≤ 40%
Primary sort priority
- 1. Global primary score GlobalScore (descending)
- 2. Score acceptance rate (descending)
- 3. Failure rate (ascending)
- 4. Speed index (descending)
- 5. Cost index (descending)
Transparency Commitment
Evidence-based rankings, rules updated in sync with the board
We do not adjust rankings using undisclosed rules. Algorithm upgrades increment the version number and update this article; models below listing thresholds are marked "Provisional" with metrics still publicly visible.
- The judge model is the only scoring source
- Private prompts excluded from main board
- Parameters and formulas fully public