Asterisk52187 commited on
Commit
2eb6386
·
verified ·
1 Parent(s): cab7ed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -11
README.md CHANGED
@@ -82,17 +82,20 @@ This dataset is automatically generated based on randomized Minecraft commands,
82
 
83
  ```json
84
  {
85
- "input": "<Prompt with command string>",
86
- "output": "<Natural language description>",
 
87
  "metadata": {
88
- "command_type": "<scoreboard/execute/function/give/effect/tp/setblock>",
89
- "difficulty": "<1-5, difficulty of the command>",
90
- "components": ["<List of command components>"],
91
- "alternative_descriptions": ["<List of alternative natural language descriptions>"],
92
- "player_or_virtual_user": "<Real player (@p/@a/@r/@s/Steve/Alex) or virtual (#Calc/#Bot)>",
93
- "coordinates_type": "<absolute/relative, e.g., for ~ ~ ~ usage>",
94
- "split": "<train/val/test>",
95
- "version": "<large_70k/medium_40k/small_10k/tiny_1k>",
96
- "timestamp": "<ISO 8601 timestamp>"
 
 
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
  }