Cooolder commited on
Commit
9bc4fff
·
verified ·
1 Parent(s): 77255d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ SCOPE reframes model routing as a pre-hoc estimation problem: instead of directl
18
  Overall, SCOPE provides a scalable, explainable, and controllable solution for allocating test-time compute across heterogeneous model portfolios.
19
 
20
  <p align="center">
21
- <img src="assets/1.png" width="800">
22
  </p>
23
  The figure above illustrates the core difference between traditional routers and SCOPE.
24
  Conventional LLM routers treat routing as a closed-set classification problem, simply memorizing model names and selecting one model per query. In contrast, SCOPE reasons over models’ past behaviors, explicitly predicting outcome correctness and token cost, and then makes a budget-aware decision based on these estimates. This design allows SCOPE to generalize to unseen models and supports dynamic cost–accuracy control at inference time.
 
18
  Overall, SCOPE provides a scalable, explainable, and controllable solution for allocating test-time compute across heterogeneous model portfolios.
19
 
20
  <p align="center">
21
+ <img src="assets/1.png" width="500">
22
  </p>
23
  The figure above illustrates the core difference between traditional routers and SCOPE.
24
  Conventional LLM routers treat routing as a closed-set classification problem, simply memorizing model names and selecting one model per query. In contrast, SCOPE reasons over models’ past behaviors, explicitly predicting outcome correctness and token cost, and then makes a budget-aware decision based on these estimates. This design allows SCOPE to generalize to unseen models and supports dynamic cost–accuracy control at inference time.