cassanof commited on
Commit
896b93b
1 Parent(s): 2746a8f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -35,4 +35,17 @@ configs:
35
  - split: train
36
  path: data/train-*
37
  ---
38
- Multilingual version of https://huggingface.co/datasets/nuprl/EditPackFT
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  - split: train
36
  path: data/train-*
37
  ---
38
+ Multilingual version of https://huggingface.co/datasets/nuprl/EditPackFT
39
+
40
+ ## Citation
41
+ If you use our work, please cite our paper as such:
42
+ ```
43
+ @misc{cassano2023edit,
44
+ title={Can It Edit? Evaluating the Ability of Large Language Models to Follow Code Editing Instructions},
45
+ 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},
46
+ year={2023},
47
+ eprint={2312.12450},
48
+ archivePrefix={arXiv},
49
+ primaryClass={cs.SE}
50
+ }
51
+ ```