Update README.md
Browse files
README.md
CHANGED
@@ -13,14 +13,14 @@ Annotators were instructed to come up with original solution that did not exist
|
|
13 |
|
14 |
### Dataset Fields
|
15 |
This dataset contains the following fields:
|
16 |
-
- language
|
17 |
-
- title
|
18 |
-
- instruction
|
19 |
-
- completion
|
20 |
-
- signature
|
21 |
-
- test_setup
|
22 |
-
- test_list
|
23 |
-
- categories
|
24 |
|
25 |
|
26 |
### Citation
|
|
|
13 |
|
14 |
### Dataset Fields
|
15 |
This dataset contains the following fields:
|
16 |
+
- `language`: denotes the programming language, for this version `python` in all cases
|
17 |
+
- `title`: unique identifier
|
18 |
+
- `instruction`: a prompt defining unambiguously the task to solve
|
19 |
+
- `completion`: a proposed gold solution
|
20 |
+
- `signature`: the exact function signature of the proposed gold solution. As this is used in the unit tests, depending how you wish to prompt the model it might be necessary to include this
|
21 |
+
- `test_setup`: statements that should precede each one of the test cases
|
22 |
+
- `test_list`: a list of tests, between 3 and 11 (73% have less than 6)
|
23 |
+
- `categories`: a list of labels categorizing the problem
|
24 |
|
25 |
|
26 |
### Citation
|