File size: 1,303 Bytes
45bff76
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
00bca17
 
45bff76
 
f7f8625
45bff76
 
f7f8625
45bff76
 
f7f8625
45bff76
f7f8625
 
45bff76
 
 
 
 
 
 
 
 
 
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
---
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: action_reprs
    sequence: string
  - name: target_action_index
    dtype: string
  - name: target_action_reprs
    dtype: string
  - name: accessibility_tree
    dtype: string
  - name: action
    dtype: string
  - name: original_action_repr
    dtype: string
  - name: match_type
    dtype: string
  - name: prev_actions
    sequence: string
  splits:
  - name: test_domain
    num_bytes: 1711337095
    num_examples: 4060
  - name: test_task
    num_bytes: 741538724
    num_examples: 1339
  - name: test_website
    num_bytes: 509630268
    num_examples: 1019
  download_size: 510158130
  dataset_size: 2962506087
configs:
- config_name: default
  data_files:
  - split: test_domain
    path: data/test_domain-*
  - split: test_task
    path: data/test_task-*
  - split: test_website
    path: data/test_website-*
---