Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ Each example is a JSON object with the following fields:
|
|
| 23 |
"groundtruth_trace": [[30, 31, 33]],
|
| 24 |
"task_id": "control_codenet_p00496_s700056700_main_12_40_k_33_1",
|
| 25 |
"prompt": "..."
|
| 26 |
-
"category":
|
| 27 |
}
|
| 28 |
```
|
| 29 |
|
|
@@ -31,7 +31,6 @@ Each example is a JSON object with the following fields:
|
|
| 31 |
|
| 32 |
The `category` field specifies the type of prompt associated with each task instance:
|
| 33 |
|
| 34 |
-
* **answer**: The prompt asks the model to provide a binary response (`yes`/`no`) indicating whether the specified dependency exists.
|
| 35 |
* **trace**: The prompt asks the model to produce a dependency trace if the answer is `yes` (e.g., the control or data dependency exists).
|
| 36 |
* **all\_source**: The prompt asks the model to enumerate all source elements involved in the dependency.
|
| 37 |
|
|
|
|
| 23 |
"groundtruth_trace": [[30, 31, 33]],
|
| 24 |
"task_id": "control_codenet_p00496_s700056700_main_12_40_k_33_1",
|
| 25 |
"prompt": "..."
|
| 26 |
+
"category": trace/all_source
|
| 27 |
}
|
| 28 |
```
|
| 29 |
|
|
|
|
| 31 |
|
| 32 |
The `category` field specifies the type of prompt associated with each task instance:
|
| 33 |
|
|
|
|
| 34 |
* **trace**: The prompt asks the model to produce a dependency trace if the answer is `yes` (e.g., the control or data dependency exists).
|
| 35 |
* **all\_source**: The prompt asks the model to enumerate all source elements involved in the dependency.
|
| 36 |
|