Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -82,17 +82,20 @@ This dataset is automatically generated based on randomized Minecraft commands,
|
|
| 82 |
|
| 83 |
```json
|
| 84 |
{
|
| 85 |
-
"input": "
|
| 86 |
-
"output": "
|
|
|
|
| 87 |
"metadata": {
|
| 88 |
-
"
|
| 89 |
-
"
|
| 90 |
-
"
|
| 91 |
-
"
|
| 92 |
-
"
|
| 93 |
-
"
|
| 94 |
-
"
|
| 95 |
-
"
|
| 96 |
-
"
|
|
|
|
|
|
|
| 97 |
}
|
| 98 |
}
|
|
|
|
| 82 |
|
| 83 |
```json
|
| 84 |
{
|
| 85 |
+
"input": "Prompt with command or description",
|
| 86 |
+
"output": "Minecraft Commands or Command Descriptions",
|
| 87 |
+
"task_type": "nl_to_code/code_to_nl",
|
| 88 |
"metadata": {
|
| 89 |
+
"index": "number",
|
| 90 |
+
"command_type": "Minecraft command type, e.g., 'tp', 'scoreboard', 'execute', 'give', 'effect', 'function', 'setblock'",
|
| 91 |
+
"difficulty_code": "integer (1-5, code-based difficulty of command)",
|
| 92 |
+
"difficulty_nl": "integer (1-5, natural-language description difficulty)",
|
| 93 |
+
"components": "list of strings (command components, e.g., ['tp', 'COLISON', '94', '67', '15'])",
|
| 94 |
+
"alternative_descriptions": "list of strings (other natural language descriptions, e.g., ['Teleport COLISON to coordinates (94 67 15)', 'Moves the player COLISON instantly to the specified location'])",
|
| 95 |
+
"player_or_virtual_user": "string (Real player, e.g., '@p', 'Steve', or virtual user, e.g., '#Calc')",
|
| 96 |
+
"coordinates_type": "string ('absolute' or 'relative', based on ~ usage)",
|
| 97 |
+
"split": "string ('train', 'val', 'test')",
|
| 98 |
+
"version": "160k",
|
| 99 |
+
"timestamp": "string (ISO 8601 format, e.g., '2025-09-14T21:26:17.238102')"
|
| 100 |
}
|
| 101 |
}
|