JiaqiXue commited on
Commit
7c32a9b
·
verified ·
1 Parent(s): 4d66914

docs: add paper link and bibtex citation

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -15,7 +15,7 @@ pipeline_tag: text-classification
15
 
16
  **R2-Router** intelligently routes each query to the optimal (LLM, token budget) pair, jointly optimizing accuracy and inference cost. Ranked **#1** on the [RouterArena](https://routerarena.github.io/) leaderboard.
17
 
18
- **Paper**: [R2-Router (arxiv)](https://arxiv.org/abs/TODO)
19
 
20
  ## RouterArena Performance
21
 
@@ -191,11 +191,11 @@ checkpoints/
191
  ## Citation
192
 
193
  ```bibtex
194
- @article{r2router2026,
195
  title={R2-Router: A New Paradigm for LLM Routing with Reasoning},
196
- author={TODO},
197
- year={2026},
198
- url={https://arxiv.org/abs/TODO}
199
  }
200
  ```
201
 
 
15
 
16
  **R2-Router** intelligently routes each query to the optimal (LLM, token budget) pair, jointly optimizing accuracy and inference cost. Ranked **#1** on the [RouterArena](https://routerarena.github.io/) leaderboard.
17
 
18
+ **Paper**: [R2-Router (arxiv)](https://arxiv.org/abs/2602.02823)
19
 
20
  ## RouterArena Performance
21
 
 
191
  ## Citation
192
 
193
  ```bibtex
194
+ @article{xue2026r2,
195
  title={R2-Router: A New Paradigm for LLM Routing with Reasoning},
196
+ author={Xue, Jiaqi and Lou, Qian and Xing, Jiarong and Huang, Heng},
197
+ journal={arXiv preprint arXiv:2602.02823},
198
+ year={2026}
199
  }
200
  ```
201