Update README.md
Browse files
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 |
```
|