Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
cassanof commited on
Commit
e5e52db
1 Parent(s): 8505ac2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
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
- @misc{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
- year={2023},
80
- eprint={2312.12450},
81
- archivePrefix={arXiv},
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