Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
jiang719 commited on
Commit
bf83de3
1 Parent(s): 301e3f8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -36,7 +36,7 @@ To address these challenges, we create REPOCOD, a code generation benchmark with
36
 
37
  ## Usage
38
 
39
- ```
40
  from datasets import load_dataset
41
 
42
  data = load_dataset('lt-asset/REPOCOD')
@@ -82,4 +82,17 @@ DatasetDict({
82
  ) -> Continuous: ....", # the full snippet of the target function, including the function signature and docstring for the target function
83
  "function_name": "Continuous.label" # The name of the target function
84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  ```
 
36
 
37
  ## Usage
38
 
39
+ ```python
40
  from datasets import load_dataset
41
 
42
  data = load_dataset('lt-asset/REPOCOD')
 
82
  ) -> Continuous: ....", # the full snippet of the target function, including the function signature and docstring for the target function
83
  "function_name": "Continuous.label" # The name of the target function
84
 
85
+ ```
86
+
87
+ ## Citation
88
+ ```
89
+ @misc{liang2024repocod,
90
+ title={Can Language Models Replace Programmers? REPOCOD Says 'Not Yet'},
91
+ author={Shanchao Liang and Yiran Hu and Nan Jiang and Lin Tan},
92
+ year={2024},
93
+ eprint={2410.21647},
94
+ archivePrefix={arXiv},
95
+ primaryClass={cs.SE},
96
+ url={https://arxiv.org/abs/2410.21647},
97
+ }
98
  ```