Update README.md
Browse files
README.md
CHANGED
|
@@ -118,8 +118,14 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
| 118 |
|
| 119 |
## Citation
|
| 120 |
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
```
|
|
|
|
| 118 |
|
| 119 |
## Citation
|
| 120 |
|
| 121 |
+
```bibtex
|
| 122 |
+
@misc{aggarwal2025robustlearningdiversecode,
|
| 123 |
+
title={Robust Learning of Diverse Code Edits},
|
| 124 |
+
author={Tushar Aggarwal and Swayam Singh and Abhijeet Awasthi and Aditya Kanade and Nagarajan Natarajan},
|
| 125 |
+
year={2025},
|
| 126 |
+
eprint={2503.03656},
|
| 127 |
+
archivePrefix={arXiv},
|
| 128 |
+
primaryClass={cs.SE},
|
| 129 |
+
url={https://arxiv.org/abs/2503.03656},
|
| 130 |
+
}
|
| 131 |
```
|