Datasets:

Modalities:
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
code
Libraries:
Datasets
pandas
License:
cassanof commited on
Commit
067b4c8
1 Parent(s): b4f56e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -60,12 +60,11 @@ This dataset has been filtered from CommitPackFT. For more detail, [see our pape
60
  ## Citation
61
  If you use our work, please cite our paper as such:
62
  ```
63
- @misc{cassano2023edit,
64
- title={Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions},
65
  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},
66
- year={2023},
67
- eprint={2312.12450},
68
- archivePrefix={arXiv},
69
- primaryClass={cs.SE}
70
  }
71
  ```
 
60
  ## Citation
61
  If you use our work, please cite our paper as such:
62
  ```
63
+ @inproceedings{cassano2023edit,
64
+ title={{Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions}},
65
  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},
66
+ booktitle={The First International Workshop on Large Language Model for Code},
67
+ year={2024},
68
+ url={https://arxiv.org/abs/2312.12450}
 
69
  }
70
  ```