Cooolder commited on
Commit
2d29cef
·
verified ·
1 Parent(s): 0250675

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -7
README.md CHANGED
@@ -58,7 +58,7 @@ Example 2:
58
  Question: {anchor_question_2}
59
  Performance: {len: {length}, correct: {yes/no}}
60
 
61
- ... (5 anchor examples total)
62
 
63
  ### Target Question
64
  {your_target_question}
@@ -405,12 +405,14 @@ for sample in dataset:
405
  ## Citation
406
 
407
  ```bibtex
408
- @misc{scope2025,
409
- title={SCOPE: LLM Performance Prediction Model},
410
- author={Cooolder},
411
- year={2025},
412
- publisher={Hugging Face},
413
- url={https://huggingface.co/Cooolder/SCOPE}
 
 
414
  }
415
  ```
416
 
 
58
  Question: {anchor_question_2}
59
  Performance: {len: {length}, correct: {yes/no}}
60
 
61
+ ...
62
 
63
  ### Target Question
64
  {your_target_question}
 
405
  ## Citation
406
 
407
  ```bibtex
408
+ @misc{cao2026modelsscopescalablecontrollable,
409
+ title={Models Under SCOPE: Scalable and Controllable Routing via Pre-hoc Reasoning},
410
+ author={Qi Cao and Shuhao Zhang and Ruizhe Zhou and Ruiyi Zhang and Peijia Qin and Pengtao Xie},
411
+ year={2026},
412
+ eprint={2601.22323},
413
+ archivePrefix={arXiv},
414
+ primaryClass={cs.LG},
415
+ url={https://arxiv.org/abs/2601.22323},
416
  }
417
  ```
418