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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -119,13 +119,11 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
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
  ```
 
119
  ## Citation
120
 
121
  ```bibtex
122
+ @inproceedings{aggarwal2025nextcoder,
123
+ author = {Aggarwal, Tushar and Singh, Swayam and Awasthi, Abhijeet and Kanade, Aditya and Natarajan, Nagarajan},
124
+ title = {NextCoder: Robust Adaptation of Code LMs to Diverse Code Edits},
125
+ booktitle = {International Conference on Machine Learning},
126
+ year = {2025},
127
+ url = {https://www.microsoft.com/en-us/research/publication/nextcoder-robust-adaptation-of-code-lms-to-diverse-code-edits/},
 
 
128
  }
129
  ```