Skip to content

Commit b2b007e

Browse files
committed
README: fix citation block (correct @Article + arXiv ID in journal field)
Drop the stray braces around {ModelLens} in the title and complete the journal field with the arXiv id (arXiv:2605.07075) so the citation is copy-pasteable as-is.
1 parent 9582fd8 commit b2b007e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,10 @@ If you find ModelLens useful in your research, please cite:
306306

307307
```bibtex
308308
@article{cai2026modellens,
309-
title = {{ModelLens}: Finding the Best for Your Task from Myriads of Models},
310-
author = {Cai, Rui and Mo, Weijie Jacky and Wen, Xiaofei and Ma, Qiyao and
311-
Zhu, Wenhui and Chen, Xiwen and Chen, Muhao and Zhao, Zhe},
312-
journal = {arXiv preprint},
313-
year = {2026}
309+
title={ModelLens: Finding the Best for Your Task from Myriads of Models},
310+
author={Cai, Rui and Mo, Weijie Jacky and Wen, Xiaofei and Ma, Qiyao and Zhu, Wenhui and Chen, Xiwen and Chen, Muhao and Zhao, Zhe},
311+
journal={arXiv preprint arXiv:2605.07075},
312+
year={2026}
314313
}
315314
```
316315

0 commit comments

Comments
 (0)