Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
ronniecao commited on
Commit
f2483cc
·
verified ·
1 Parent(s): 7a101ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -205,3 +205,16 @@ myenv/bin/python src/evaluate.py --method print_all_scores --model codegemma_7b
205
  ### The Results of Scenario 4
206
 
207
  ![the results of scenario 4](https://github.com/LingmaTongyi/Codev-Bench/raw/main/images/scenario4.png)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  ### The Results of Scenario 4
206
 
207
  ![the results of scenario 4](https://github.com/LingmaTongyi/Codev-Bench/raw/main/images/scenario4.png)
208
+
209
+
210
+ # Citation
211
+
212
+ If you use this dataset in your research, please cite the following paper:
213
+
214
+ ```bibtex
215
+ @article{pan2024codev,
216
+ title={Codev-Bench: How Do LLMs Understand Developer-Centric Code Completion?},
217
+ author={Pan, Zhenyu and Cao, Rongyu and Cao, Yongchang and Ma, Yingwei and Li, Binhua and Huang, Fei and Liu, Han and Li, Yongbin},
218
+ journal={arXiv preprint arXiv:2410.01353},
219
+ year={2024}
220
+ }