Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -79,8 +79,7 @@ An example of the `train` split looks as follows:
|
|
79 |
|
80 |
### Data Fields
|
81 |
|
82 |
-
The data fields are as follows:
|
83 |
-
|
84 |
* `idx`: A unique ID for the prompt.
|
85 |
* `type`: Describes the task type of the data.
|
86 |
* `senario`: The senario the data belongs to.
|
@@ -89,11 +88,11 @@ The data fields are as follows:
|
|
89 |
* `constraint_list`: An array of verifiable instructions. See the paper for the full set with their descriptions.
|
90 |
|
91 |
### Data Splits
|
92 |
-
|
|
93 |
|---------------|------:|
|
94 |
| complex_content_format | 64 |
|
95 |
| logical_workflow_control | 70 |
|
96 |
-
|
|
97 |
|
98 |
### Licensing Information
|
99 |
|
|
|
79 |
|
80 |
### Data Fields
|
81 |
|
82 |
+
The data fields on industry_senario_application are as follows:
|
|
|
83 |
* `idx`: A unique ID for the prompt.
|
84 |
* `type`: Describes the task type of the data.
|
85 |
* `senario`: The senario the data belongs to.
|
|
|
88 |
* `constraint_list`: An array of verifiable instructions. See the paper for the full set with their descriptions.
|
89 |
|
90 |
### Data Splits
|
91 |
+
| data | num |
|
92 |
|---------------|------:|
|
93 |
| complex_content_format | 64 |
|
94 |
| logical_workflow_control | 70 |
|
95 |
+
| industry_senario_application | 40 |
|
96 |
|
97 |
### Licensing Information
|
98 |
|