Update README.md
Browse files
README.md
CHANGED
@@ -58,9 +58,13 @@ Please refer to our [Github Repo](https://github.com/SWE-Gym/SWE-Gym) for more d
|
|
58 |
## 📚 Citation
|
59 |
|
60 |
```bibtex
|
61 |
-
@misc{
|
62 |
-
title={Training Software Engineering Agents and Verifiers with
|
63 |
-
author={Pan
|
64 |
year={2024},
|
|
|
|
|
|
|
|
|
65 |
}
|
66 |
```
|
|
|
58 |
## 📚 Citation
|
59 |
|
60 |
```bibtex
|
61 |
+
@misc{pan2024trainingsoftwareengineeringagents,
|
62 |
+
title={Training Software Engineering Agents and Verifiers with SWE-Gym},
|
63 |
+
author={Jiayi Pan and Xingyao Wang and Graham Neubig and Navdeep Jaitly and Heng Ji and Alane Suhr and Yizhe Zhang},
|
64 |
year={2024},
|
65 |
+
eprint={2412.21139},
|
66 |
+
archivePrefix={arXiv},
|
67 |
+
primaryClass={cs.SE},
|
68 |
+
url={https://arxiv.org/abs/2412.21139},
|
69 |
}
|
70 |
```
|