diff --git a/src/pages/LeaderboardPage.tsx b/src/pages/LeaderboardPage.tsx index 3dfe1d3..8e06b92 100644 --- a/src/pages/LeaderboardPage.tsx +++ b/src/pages/LeaderboardPage.tsx @@ -288,14 +288,14 @@ const LeaderboardPage: React.FC = () => {

Arena Score

A composite measure balancing accuracy and cost using a weighted harmonic mean. - Higher scores indicate routers that achieve the best accuracy–cost trade-off. + Higher scores indicate routers that achieve the best accuracy-cost trade-off.

Cost Ratio Score

- Evaluates routing efficiency relative to an oracle. + Evaluates the cost of the router's choices relative to an oracle that always selects the cheapest correct model. Routers with higher scores achieve comparable accuracy at lower inference cost.

@@ -303,7 +303,7 @@ const LeaderboardPage: React.FC = () => {

Optimality Score

- Measures how often a router selects the cheapest correct model. + Measures how often a router selects the optimal model (i.e., the model answers the question correctly with the lowest cost). Higher values reflect closer alignment to cost-optimal routing behavior.