File size: 724 Bytes
b080e35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
441be33
 
 
 
b080e35
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: web_state
    struct:
    - name: current_observation
      dtype: string
    - name: gold_action
      dtype: string
    - name: objective
      dtype: string
    - name: previous_actions
      sequence: string
    - name: url
      dtype: string
  - name: next_state(Ground_Truth)
    dtype: string
  - name: predicted_next_state(Ours)
    dtype: string
  - name: predicted_next_state(GPT-4o-Mini)
    dtype: string
  - name: predicted_next_state(GPT-4o)
    dtype: string
  splits:
  - name: train
    num_bytes: 1824188
    num_examples: 102
  download_size: 490747
  dataset_size: 1824188
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---