Datasets:
docs: fix BibTeX to @misc and standard author format
Browse files
README.md
CHANGED
|
@@ -217,9 +217,9 @@ Each judge JSON contains:
|
|
| 217 |
## Citation
|
| 218 |
|
| 219 |
```bibtex
|
| 220 |
-
@
|
| 221 |
title={SWE-Review: Closing the Loop on Issue Resolution with Agentic Code Review},
|
| 222 |
-
author={
|
| 223 |
year={2026},
|
| 224 |
eprint={2607.06065},
|
| 225 |
archivePrefix={arXiv},
|
|
|
|
| 217 |
## Citation
|
| 218 |
|
| 219 |
```bibtex
|
| 220 |
+
@misc{wang2026swereview,
|
| 221 |
title={SWE-Review: Closing the Loop on Issue Resolution with Agentic Code Review},
|
| 222 |
+
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},
|
| 223 |
year={2026},
|
| 224 |
eprint={2607.06065},
|
| 225 |
archivePrefix={arXiv},
|