Update README.md
Browse files
README.md
CHANGED
@@ -60,20 +60,17 @@ LearnGUI/
|
|
60 |
│ ├── task_spilit.json # Task splitting information
|
61 |
│ └── low_level_instructions.json # Detailed step-by-step instructions
|
62 |
│
|
63 |
-
|
64 |
-
|
65 |
-
│
|
66 |
-
│
|
67 |
-
│
|
68 |
-
│
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
│
|
75 |
-
└── static/ # Website assets and images
|
76 |
-
└── images/ # Dataset visualization images
|
77 |
```
|
78 |
|
79 |
## 🔍 Comparison with Existing Datasets
|
|
|
60 |
│ ├── task_spilit.json # Task splitting information
|
61 |
│ └── low_level_instructions.json # Detailed step-by-step instructions
|
62 |
│
|
63 |
+
└── online/ # Online evaluation dataset
|
64 |
+
├── low_level_instructions/ # JSON files with step instructions for each task
|
65 |
+
│ ├── AudioRecorderRecordAudio.json
|
66 |
+
│ ├── BrowserDraw.json
|
67 |
+
│ ├── SimpleCalendarAddOneEvent.json
|
68 |
+
│ └── ... (98 more task instruction files)
|
69 |
+
└── raw_data/ # Raw data for each online task
|
70 |
+
├── AudioRecorderRecordAudio/
|
71 |
+
├── BrowserDraw/
|
72 |
+
├── SimpleCalendarAddOneEvent/
|
73 |
+
└── ... (98 more task data directories)
|
|
|
|
|
|
|
74 |
```
|
75 |
|
76 |
## 🔍 Comparison with Existing Datasets
|