Update README.md
Browse files
README.md
CHANGED
@@ -119,13 +119,11 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
119 |
## Citation
|
120 |
|
121 |
```bibtex
|
122 |
-
@
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
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 |
```
|