Add chuzom-solo-v32: cost-aware single-model baseline (deepseek-v3.2)#161
Merged
Conversation
Routes every query to deepseek-v3.2, selected for best accuracy-per-dollar from PUBLISHED benchmarks. A deliberately simple, fully-clean baseline: - No RouterArena-derived supervision (no per-dataset accuracy, judge scores, or oracle entries used anywhere). - No benchmark/prompt-template fingerprinting; routing is model-selection only. - Shared evaluator UNMODIFIED (llm_evaluation/metrics.py and router_inference/compare_router_accuracy.py identical to main). Files: config, full + robustness prediction files, and the router class.
Contributor
Author
|
/evaluate |
Contributor
Author
|
/evaluate |
Router Evaluation ResultsRouter: RouterArena Metrics
Evaluation completed by RouterArena automated workflow |
yl231
approved these changes
Jul 14, 2026
yl231
left a comment
Contributor
There was a problem hiding this comment.
Maintainer review — approving. chuzom_solo_v32.py is a clean deterministic single-model baseline (always routes deepseek/deepseek-v3.2; reads no dataset or labels), and __init__.py only registers it. Official /evaluate: Accuracy 70.59% · Arena 0.7061 · $0.1005 per 1K · Robustness 1.0000. All checks green. Thanks @ypollak2 — merging; leaderboard row to follow.
yl231
added a commit
that referenced
this pull request
Jul 14, 2026
…er (#159); Cross-Router update to #1 (#163) (#165) Adds three newly-merged router submissions and refreshes the Cross-Router row from its updated submission. Official /evaluate metrics: - Cross-Router (#163): Arena 76.12 · Acc 78.14% · $0.30/1K · Robust 67.14 -> now #1 - Nadir-Tumbler (#159): Arena 75.17 · Acc 75.34% · $0.08/1K · Robust 66.43 -> #4 - chuzom-solo-v32 (#161): Arena 70.61 · Acc 70.59% · $0.10/1K · Robust 100.00 -> #12 - BARouter (#157): Arena 67.09 · Acc 68.80% · $0.63/1K · Robust 52.38 -> #15 Manifest entries added for the three new routers so the website sync regenerates their derived data. Co-authored-by: yl231 <jamesbond19925@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Router: chuzom-solo-v32 — a deliberately simple, fully-clean cost-aware baseline that routes every query to
deepseek/deepseek-v3.2, selected for best accuracy-per-dollar from published benchmarks.Compliance
llm_evaluation/metrics.pyandrouter_inference/compare_router_accuracy.pyare byte-identical tomain(this PR's diff touches only the config, prediction files, and the new router class).Files
router_inference/config/chuzom-solo-v32.jsonrouter_inference/predictions/chuzom-solo-v32.json(full, 8400)router_inference/predictions/chuzom-solo-v32-robustness.json(420)router_inference/router/chuzom_solo_v32.pyTest plan
check_config_prediction_files.py chuzom-solo-v32 full→ all checks pass/evaluate🤖 Generated with Claude Code