cassanof commited on
Commit
a470d87
1 Parent(s): 07865c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -41,13 +41,12 @@ More information can be found on [our paper](https://arxiv.org/abs/2312.12450).
41
  ## Citation
42
  If you use our work, please cite our paper as such:
43
  ```
44
- @misc{cassano2023edit,
45
- title={Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions},
46
  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},
47
- year={2023},
48
- eprint={2312.12450},
49
- archivePrefix={arXiv},
50
- primaryClass={cs.SE}
51
  }
52
  ```
53
 
 
41
  ## Citation
42
  If you use our work, please cite our paper as such:
43
  ```
44
+ @inproceedings{cassano2023edit,
45
+ title={{Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions}},
46
  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},
47
+ booktitle={The First International Workshop on Large Language Model for Code},
48
+ year={2024},
49
+ url={https://arxiv.org/abs/2312.12450}
 
50
  }
51
  ```
52