Submit R**2: Reasonometry Router - #191
Open
sashakolpakov wants to merge 5 commits into
Open
Conversation
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
R**2: Reasonometry Router
Prediction-only submission for a private multi-round/API-calling router. Please publish the display name exactly as
R**2: Reasonometry Router.Official runner-contract-corrected result
0.78353874953610310.7825887054756409$0.04043807738095404per 1K queries ($0.33967985000001394total)0.9809523809523809Two failed intermediate updates are superseded here. v5 (
0.7601) used an older, weaker LiveCodeBench baseline. v6 (0.7661) restored the authoritative v4 programs but preserved only Python semantic structure; RouterArena's stdin harness also depends on the literal source spelling__name__ == "__main__", so single-quoted equivalent guards were not run as scripts.This update uses the authoritative v4 artifact from commit
51f4006as its sole semantic baseline and preserves the evaluator's complete public execution contract:if __name__ == '__main__':toif __name__ == "__main__":; model, route, usage, cost, and every other field are unchangedstoptermination, and a declared ceiling no greater than 2,048 completion tokensBefore evaluation, selected-completion cost was projected at
$0.04043807738095404per 1K queries. Applying the prior authoritative public v4 aggregate accuracy (0.782231562618498) without inspecting per-row outcomes gave a frozen projected RouterArena score of0.7832132720974383.The artifact was assembled label-blind. RouterArena answers, labels, per-row correctness, and per-row evaluation outcomes were not read or used for routing, screening, or selection. RouterArena prompts, candidate responses, and the public evaluator contract were used at inference/validation.
Cost scope and implementation privacy
RouterArena's automated cost covers only the selected completion stored in the prediction artifact. It does not cover the complete private acquisition pipeline: approximately
1.93paid target calls/query and$0.4911per 1K queries for underlying candidate acquisition, plus additional self-hosted local GLM relay generation whose compute is not represented in the official dollar metric.This is not a query-only or single-round router. The public submission contains only the required config, full predictions, and robustness predictions. The router source and private mathematical implementation are not included.