Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
marc-thibault-h commited on
Commit
eeb4409
·
verified ·
1 Parent(s): d5fed07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -28,16 +28,16 @@ configs:
28
  path: test*
29
  ---
30
 
31
- | Comment | Category | Image |
32
  |---------|----------|-------|
33
- | Navigate to account settings. | Account Management | <img src="./examples/Access%20user%20account%20settings.png" width="200"/> |
34
- | Add the selected item to the shopping cart. | E-commerce | <img src="./examples/Add%20Insignia%20cable%20to%20cart.png" width="200"/> |
35
- | Choose a time slot from the list. | Scheduling | <img src="./examples/Choose%2018_45.png" width="200"/> |
36
- | Click the green button to set up a travel alert. | Notifications | <img src="./examples/Green%20Button%20to%20create%20a%20travel%20alert.png" width="200"/> |
37
- | Locate and click the log in button in the center of the page. | Authentication | <img src="./examples/log%20in%20button%20(middle%20of%20the%20page).png" width="200"/> |
38
- | Select the earliest available date. | Scheduling | <img src="./examples/Pick%20the%20first%20available%20date.png" width="200"/> |
39
- | Select August 7th from the calendar. | Scheduling | <img src="./examples/Select%20aug%207th.png" width="200"/> |
40
- | Click on the fifth image in the gallery. | Media Selection | <img src="./examples/Select%20fifth%20image%20in%20gallery.png" width="200"/> |
41
 
42
 
43
  # Pixel-Navigator: A Multimodal Localization Benchmark for Web-Navigation Models
 
28
  path: test*
29
  ---
30
 
31
+ | | Instruction | Image |
32
  |---------|----------|-------|
33
+ | UI Understanding | Access user account settings | <img src="./examples/Access%20user%20account%20settings.png" width="200"/> |
34
+ | UI Understanding | Add Insignia cable to cart | <img src="./examples/Add%20Insignia%20cable%20to%20cart.png" width="200"/> |
35
+ | UI Understanding | Pick the first available date | <img src="./examples/Pick%20the%20first%20available%20date.png" width="200"/> |
36
+ | Format understanding | Choose 18:45 | <img src="./examples/Choose%2018_45.png" width="200"/> |
37
+ | UI composition | Green Button to create a travel alert | <img src="./examples/Green%20Button%20to%20create%20a%20travel%20alert.png" width="200"/> |
38
+ | UI composition | log in button (middle of the page) | <img src="./examples/log%20in%20button%20(middle%20of%20the%20page).png" width="200"/> |
39
+ | UI composition | Select fifth image in gallery | <img src="./examples/Select%20fifth%20image%20in%20gallery.png" width="200"/> |
40
+ | Calendar understanding | Select aug 7th | <img src="./examples/Select%20aug%207th.png" width="200"/> |
41
 
42
 
43
  # Pixel-Navigator: A Multimodal Localization Benchmark for Web-Navigation Models