rootacess commited on
Commit
56a41b5
·
verified ·
1 Parent(s): 0327450

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -118,8 +118,14 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
118
 
119
  ## Citation
120
 
121
- If you find our work helpful, feel free to give us a cite.
122
-
123
- ```
124
- // todo
 
 
 
 
 
 
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
  ```