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