Update README.md
Browse files
README.md
CHANGED
@@ -387,12 +387,12 @@ For deployment, you can use `sglang>=0.4.6.post1` or `vllm>=0.8.5` or to create
|
|
387 |
## Citation
|
388 |
```
|
389 |
@misc{lightifproj,
|
390 |
-
title={Light-IF: Endowing LLMs with Generalizable Reasoning via Preview and Self-Checking for Complex Instruction Following
|
391 |
-
author={
|
392 |
year={2025},
|
393 |
-
eprint={},
|
394 |
-
archivePrefix={},
|
395 |
-
primaryClass={},
|
396 |
-
url={https://
|
397 |
}
|
398 |
```
|
|
|
387 |
## Citation
|
388 |
```
|
389 |
@misc{lightifproj,
|
390 |
+
title={Light-IF: Endowing LLMs with Generalizable Reasoning via Preview and Self-Checking for Complex Instruction Following},
|
391 |
+
author={Chenyang Wang, Liang Wen, Shousheng Jia, Xiangzheng Zhang, Liang Xu},
|
392 |
year={2025},
|
393 |
+
eprint={2508.03178},
|
394 |
+
archivePrefix={arXiv},
|
395 |
+
primaryClass={cs.CL},
|
396 |
+
url={https://arxiv.org/abs/2508.03178},
|
397 |
}
|
398 |
```
|