Update README.md
Browse files
README.md
CHANGED
|
@@ -73,13 +73,12 @@ For more information and results see [our paper](https://arxiv.org/abs/2312.1245
|
|
| 73 |
## Citation
|
| 74 |
If you use our work, please cite our paper as such:
|
| 75 |
```
|
| 76 |
-
@
|
| 77 |
-
title={Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions},
|
| 78 |
author={Federico Cassano and Luisa Li and Akul Sethi and Noah Shinn and Abby Brennan-Jones and Anton Lozhkov and Carolyn Jane Anderson and Arjun Guha},
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
primaryClass={cs.SE}
|
| 83 |
}
|
| 84 |
```
|
| 85 |
|
|
|
|
| 73 |
## Citation
|
| 74 |
If you use our work, please cite our paper as such:
|
| 75 |
```
|
| 76 |
+
@inproceedings{cassano2023edit,
|
| 77 |
+
title={{Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions}},
|
| 78 |
author={Federico Cassano and Luisa Li and Akul Sethi and Noah Shinn and Abby Brennan-Jones and Anton Lozhkov and Carolyn Jane Anderson and Arjun Guha},
|
| 79 |
+
booktitle={The First International Workshop on Large Language Model for Code},
|
| 80 |
+
year={2024},
|
| 81 |
+
url={https://arxiv.org/abs/2312.12450}
|
|
|
|
| 82 |
}
|
| 83 |
```
|
| 84 |
|