docs: fix BibTeX to @misc and standard author format
Browse files
README.md
CHANGED
|
@@ -95,9 +95,9 @@ When used as the reviewer in iterative review-revision loops, the model enables
|
|
| 95 |
## Citation
|
| 96 |
|
| 97 |
```bibtex
|
| 98 |
-
@
|
| 99 |
title={SWE-Review: Closing the Loop on Issue Resolution with Agentic Code Review},
|
| 100 |
-
author={
|
| 101 |
year={2026},
|
| 102 |
eprint={2607.06065},
|
| 103 |
archivePrefix={arXiv},
|
|
|
|
| 95 |
## Citation
|
| 96 |
|
| 97 |
```bibtex
|
| 98 |
+
@misc{wang2026swereview,
|
| 99 |
title={SWE-Review: Closing the Loop on Issue Resolution with Agentic Code Review},
|
| 100 |
+
author={Ruoyu Wang and Jierun Chen and Shaowei Wang and Chaofan Tao and Sidi Yang and Yuxin Jiang and Kim-Hui Yap and Lifeng Shang and Xiaohui Li and Haoli Bai},
|
| 101 |
year={2026},
|
| 102 |
eprint={2607.06065},
|
| 103 |
archivePrefix={arXiv},
|