emrekuruu commited on
Commit
a8478b9
·
verified ·
1 Parent(s): ac160ce

Use arXiv citation

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -146,10 +146,13 @@ and latency in latency-oriented settings. See the paper for full tables and sign
146
  ## Citation
147
 
148
  ```bibtex
149
- @inproceedings{kuru2026retrievalrouter,
150
- title = {RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval},
151
- author = {Kuru, Emre and Keskin, Mehmet Onur and Farahbakhsh, Reza and Crespi, Noel},
152
- booktitle = {Proceedings of EMNLP 2026},
153
- year = {2026}
 
 
 
154
  }
155
  ```
 
146
  ## Citation
147
 
148
  ```bibtex
149
+ @misc{kuru2026retrievalrouterjointmodalityarchitecture,
150
+ title={RetrievalRouter: Joint Modality and Architecture Selection for Document Retrieval},
151
+ author={Emre Kuru and Mehmet Onur Keskin and Reza Farahbakhsh and Noel Crespi},
152
+ year={2026},
153
+ eprint={2608.25625},
154
+ archivePrefix={arXiv},
155
+ primaryClass={cs.IR},
156
+ url={https://arxiv.org/abs/2608.25625},
157
  }
158
  ```