File size: 2,382 Bytes
f19843e 3c7469f 3fbcdd7 3fb9298 4a2657a d1680a7 7580b1f 1aa8222 f19843e 2c0d038 4a2657a 7580b1f f19843e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
---
dataset_info:
features:
- name: action_uid
dtype: string
- name: raw_html
dtype: string
- name: cleaned_html
dtype: string
- name: operation
dtype: string
- name: pos_candidates
sequence: string
- name: neg_candidates
sequence: string
- name: website
dtype: string
- name: domain
dtype: string
- name: subdomain
dtype: string
- name: annotation_id
dtype: string
- name: confirmed_task
dtype: string
- name: screenshot
dtype: image
- name: action_reprs
sequence: string
- name: target_action_index
dtype: string
- name: target_action_reprs
dtype: string
- name: axtree_str_from_cleaned_html
dtype: string
- name: axtree_str_with_choice_bid_only
dtype: string
- name: axtree_candidate_bid_only
dtype: string
- name: visible_bids
sequence: string
- name: filtered_visible_bid_included
sequence: string
- name: axtree_visible_in_crop
dtype: string
- name: question
dtype: string
- name: target
dtype: string
- name: target_action_html
dtype: string
- name: target_action_bid_str
dtype: string
- name: original_mind2web_instruction
dtype: string
- name: crop_coordinates
sequence: float64
- name: visible_elements_count
dtype: int64
- name: target_element_visible_in_crop
dtype: bool
- name: cropped_screenshot
dtype: image
- name: som_overlay_all
dtype: image
- name: som_overlay_all_cropped
dtype: image
- name: som_overlay_with_bid_in_candidate_bids
dtype: image
- name: som_overlay_with_bid_in_candidate_bids_cropped
dtype: image
- name: target_element_included_in_candidate_bids
dtype: bool
- name: target_element_included_in_choices_bid
dtype: bool
splits:
- name: test_website
num_bytes: 9908639428.636
num_examples: 1019
- name: test_domain
num_bytes: 17648134317.8
num_examples: 2200
- name: test_task
num_bytes: 12179061496.75
num_examples: 1339
- name: train
num_bytes: 10919948908.196
num_examples: 1009
download_size: 56452424043
dataset_size: 50655784151.38202
configs:
- config_name: default
data_files:
- split: test_domain
path: data/test_domain-*
- split: test_website
path: data/test_website-*
- split: test_task
path: data/test_task-*
- split: train
path: data/train-*
---
|