Datasets:

ArXiv:
License:
lgy0404 commited on
Commit
32ff462
Β·
verified Β·
1 Parent(s): a1e3974

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -20
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  size_categories:
4
  - 1K<n<10K
5
- task_categories:
6
- - robotics
7
  ---
8
 
9
  # LearnGUI: A Unified Demonstration Benchmark for Mobile GUI Agents
@@ -75,27 +73,26 @@ LearnGUI/
75
  β”œβ”€β”€ SimpleCalendarAddOneEvent/
76
  └── ... (98 more task data directories)
77
  ```
78
-
79
- ## πŸ” Comparison with Existing Datasets
80
 
81
  LearnGUI offers several advantages over existing GUI datasets:
82
 
83
- | Dataset | # Inst. | # Apps | # Step | Env. | HL | LL | GT | FS |
84
- |---------|---------|--------|--------|------|----|----|----|----|
85
- | PixelHelp | 187 | 4 | 4.2 | ❌ | βœ… | ❌ | βœ… | ❌ |
86
- | MoTIF | 276 | 125 | 4.5 | ❌ | βœ… | βœ… | βœ… | ❌ |
87
- | UIBert | 16,660 | - | 1 | ❌ | ❌ | βœ… | βœ… | ❌ |
88
- | UGIF | 523 | 12 | 6.3 | ❌ | βœ… | βœ… | βœ… | ❌ |
89
- | AITW | 30,378 | 357 | 6.5 | ❌ | βœ… | ❌ | βœ… | ❌ |
90
- | AITZ | 2,504 | 70 | 7.5 | ❌ | βœ… | βœ… | βœ… | ❌ |
91
- | AndroidControl | 15,283 | 833 | 4.8 | ❌ | βœ… | βœ… | βœ… | ❌ |
92
- | AMEX | 2,946 | 110 | 12.8 | ❌ | βœ… | ❌ | βœ… | ❌ |
93
- | MobileAgentBench | 100 | 10 | - | ❌ | βœ… | ❌ | ❌ | ❌ |
94
- | AppAgent | 50 | 10 | - | ❌ | βœ… | ❌ | ❌ | ❌ |
95
- | LlamaTouch | 496 | 57 | 7.01 | βœ… | βœ… | ❌ | βœ… | ❌ |
96
- | AndroidWorld | 116 | 20 | - | βœ… | βœ… | ❌ | ❌ | ❌ |
97
- | AndroidLab | 138 | 9 | 8.5 | βœ… | βœ… | ❌ | ❌ | ❌ |
98
- | **LearnGUI (Ours)** | **2,353** | **73** | **13.2** | βœ… | βœ… | βœ… | βœ… | βœ… |
99
 
100
  *Note: # Inst. (number of instructions), # Apps (number of applications), # Step (average steps per task), Env. (supports environment interactions), HL (has high-level instructions), LL (has low-level instructions), GT (provides ground truth trajectories), FS (supports few-shot learning).*
101
 
 
2
  license: apache-2.0
3
  size_categories:
4
  - 1K<n<10K
 
 
5
  ---
6
 
7
  # LearnGUI: A Unified Demonstration Benchmark for Mobile GUI Agents
 
73
  β”œβ”€β”€ SimpleCalendarAddOneEvent/
74
  └── ... (98 more task data directories)
75
  ```
76
+ ### Comparison with Existing Datasets
 
77
 
78
  LearnGUI offers several advantages over existing GUI datasets:
79
 
80
+ | Dataset | # Inst. | # Apps | # Step | Env. | HL | LL | GT | FS |
81
+ | ------------------------- | --------------- | ------------ | -------------- | ---- | -- | -- | -- | -- |
82
+ | PixelHelp | 187 | 4 | 4.2 | βœ— | βœ“ | βœ— | βœ“ | βœ— |
83
+ | MoTIF | 276 | 125 | 4.5 | βœ— | βœ“ | βœ“ | βœ“ | βœ— |
84
+ | UIBert | 16,660 | - | 1 | βœ— | βœ— | βœ“ | βœ“ | βœ— |
85
+ | UGIF | 523 | 12 | 6.3 | βœ— | βœ“ | βœ“ | βœ“ | βœ— |
86
+ | AITW | 30,378 | 357 | 6.5 | βœ— | βœ“ | βœ— | βœ“ | βœ— |
87
+ | AITZ | 2,504 | 70 | 7.5 | βœ— | βœ“ | βœ“ | βœ“ | βœ— |
88
+ | AndroidControl | 15,283 | 833 | 4.8 | βœ— | βœ“ | βœ“ | βœ“ | βœ— |
89
+ | AMEX | 2,946 | 110 | 12.8 | βœ— | βœ“ | βœ— | βœ“ | βœ— |
90
+ | MobileAgentBench | 100 | 10 | - | βœ— | βœ“ | βœ— | βœ— | βœ— |
91
+ | AppAgent | 50 | 10 | - | βœ— | βœ“ | βœ— | βœ— | βœ— |
92
+ | LlamaTouch | 496 | 57 | 7.01 | βœ“ | βœ“ | βœ— | βœ“ | βœ— |
93
+ | AndroidWorld | 116 | 20 | - | βœ“ | βœ“ | βœ— | βœ— | βœ— |
94
+ | AndroidLab | 138 | 9 | 8.5 | βœ“ | βœ“ | βœ— | βœ— | βœ— |
95
+ | **LearnGUI (Ours)** | **2,353** | **73** | **13.2** | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
96
 
97
  *Note: # Inst. (number of instructions), # Apps (number of applications), # Step (average steps per task), Env. (supports environment interactions), HL (has high-level instructions), LL (has low-level instructions), GT (provides ground truth trajectories), FS (supports few-shot learning).*
98