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