Upload dataset
Browse files- README.md +91 -0
- data/test_task-00000-of-00001.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: action_uid
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: raw_html
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: cleaned_html
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: operation
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: pos_candidates
|
| 13 |
+
sequence: string
|
| 14 |
+
- name: neg_candidates
|
| 15 |
+
sequence: string
|
| 16 |
+
- name: website
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: domain
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: subdomain
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: annotation_id
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: confirmed_task
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: screenshot
|
| 27 |
+
dtype: image
|
| 28 |
+
- name: action_reprs
|
| 29 |
+
sequence: string
|
| 30 |
+
- name: target_action_index
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: target_action_reprs
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: axtree_str_from_cleaned_html
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: axtree_str_with_choice_bid_only
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: axtree_candidate_bid_only
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: visible_bids
|
| 41 |
+
sequence: string
|
| 42 |
+
- name: filtered_visible_bid_included
|
| 43 |
+
sequence: string
|
| 44 |
+
- name: axtree_visible_in_crop
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: question
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: target
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: target_action_html
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: target_action_bid_str
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: original_mind2web_instruction
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: crop_coordinates
|
| 57 |
+
sequence: float64
|
| 58 |
+
- name: visible_elements_count
|
| 59 |
+
dtype: int64
|
| 60 |
+
- name: target_element_visible_in_crop
|
| 61 |
+
dtype: bool
|
| 62 |
+
- name: original_screenshot
|
| 63 |
+
dtype: image
|
| 64 |
+
- name: cropped_screenshot
|
| 65 |
+
dtype: image
|
| 66 |
+
- name: som_overlay_all
|
| 67 |
+
dtype: image
|
| 68 |
+
- name: som_overlay_all_cropped
|
| 69 |
+
dtype: image
|
| 70 |
+
- name: som_overlay_with_bid_in_candidate_bids
|
| 71 |
+
dtype: image
|
| 72 |
+
- name: som_overlay_with_bid_in_candidate_bids_cropped
|
| 73 |
+
dtype: image
|
| 74 |
+
- name: som_overlay_with_bid_and_choices
|
| 75 |
+
dtype: image
|
| 76 |
+
- name: target_element_included_in_candidate_bids
|
| 77 |
+
dtype: bool
|
| 78 |
+
- name: target_element_included_in_choices_bid
|
| 79 |
+
dtype: bool
|
| 80 |
+
splits:
|
| 81 |
+
- name: test_task
|
| 82 |
+
num_bytes: 182993218.0
|
| 83 |
+
num_examples: 20
|
| 84 |
+
download_size: 174025837
|
| 85 |
+
dataset_size: 182993218.0
|
| 86 |
+
configs:
|
| 87 |
+
- config_name: default
|
| 88 |
+
data_files:
|
| 89 |
+
- split: test_task
|
| 90 |
+
path: data/test_task-*
|
| 91 |
+
---
|
data/test_task-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27a9ff86bd30a647aea3b581ec603110ff6765f5327862723094264ba297f5a4
|
| 3 |
+
size 174025837
|