Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Sub-tasks:
document-retrieval
Languages:
code
Size:
100K - 1M
ArXiv:
License:
math show bug
Browse files
README.md
CHANGED
@@ -45,8 +45,8 @@ The dataset has 4 subsets:
|
|
45 |
|
46 |
Each subset has 4 splits:
|
47 |
|
48 |
-
- `train_easy`: training set with easy difficulty, where the number of code snippets in the context
|
49 |
-
- `train_hard`: training set with hard difficulty, where the number of code snippets in the context
|
50 |
- `test_easy`: testing set with easy difficulty.
|
51 |
- `test_hard`: testing set with hard difficulty.
|
52 |
|
|
|
45 |
|
46 |
Each subset has 4 splits:
|
47 |
|
48 |
+
- `train_easy`: training set with easy difficulty, where the number of code snippets in the context \\(k\\) satisfies \\( 5 \leq k < 10 \\).
|
49 |
+
- `train_hard`: training set with hard difficulty, where the number of code snippets in the context \\(k\\) satisfies \\( k \geq 10 \\).
|
50 |
- `test_easy`: testing set with easy difficulty.
|
51 |
- `test_hard`: testing set with hard difficulty.
|
52 |
|