Datasets:

Modalities:
Text
Languages:
code
ArXiv:
Tags:
License:
tianyang commited on
Commit
9c36465
1 Parent(s): 6ec8105

change repobench to repobench-r

Browse files
Files changed (2) hide show
  1. README.md +1 -2
  2. repobench.py → repobench-r.py +0 -0
README.md CHANGED
@@ -48,7 +48,6 @@ task_ids:
48
 
49
  - **Homepage:** https://github.com/Leolty/repobench
50
  - **Paper:** https://arxiv.org/abs/2306.03091
51
- - **Point of Contact:** til040@ucsd.edu
52
 
53
  ### Dataset Summary
54
 
@@ -63,7 +62,7 @@ The dataset supports two programming languages, Python and Java, and contains tw
63
  - `cff`: short for `cross_file_first`, where the cross-file module in next line is first used in the current file.
64
  - `cfr`: short for `cross_file_random`, where the cross-file module in next line is not first used in the current file.
65
 
66
- For each setting, we provide two levels of difficulty: `easy` and `hard`. Suppose the number of code snippets in the context is $k$, then for the *easy* subset, we have $5 \leq k < 10$, while for the *hard* subset, we have $k \geq 10$.
67
 
68
  So, the specific information of each split is as follows:
69
 
 
48
 
49
  - **Homepage:** https://github.com/Leolty/repobench
50
  - **Paper:** https://arxiv.org/abs/2306.03091
 
51
 
52
  ### Dataset Summary
53
 
 
62
  - `cff`: short for `cross_file_first`, where the cross-file module in next line is first used in the current file.
63
  - `cfr`: short for `cross_file_random`, where the cross-file module in next line is not first used in the current file.
64
 
65
+ For each setting, we provide two levels of difficulty: `easy` and `hard`. Suppose the number of code snippets in the context is $k$, then for the *easy* subset, we have *5 k < 10*, while for the *hard* subset, we have *k 10*.
66
 
67
  So, the specific information of each split is as follows:
68
 
repobench.py → repobench-r.py RENAMED
File without changes