Datasets:

ArXiv:
License:
lgy0404 commited on
Commit
18a1c5b
·
verified ·
1 Parent(s): 31bf414

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -14
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
- ├── 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
- └── 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