| --- |
| dataset_info: |
| features: |
| - name: task_id |
| dtype: string |
| - name: step_id |
| dtype: string |
| - name: intent |
| dtype: string |
| - name: website_name |
| dtype: string |
| - name: start_url |
| dtype: string |
| - name: thought_history |
| list: string |
| - name: action_history |
| list: string |
| - name: current_url |
| dtype: string |
| - name: text_observation |
| dtype: string |
| - name: image_observation |
| dtype: image |
| - name: checklist |
| dtype: string |
| - name: checklist_target_list |
| dtype: string |
| - name: chosen |
| struct: |
| - name: thought |
| dtype: string |
| - name: action |
| dtype: string |
| - name: rejected |
| list: |
| - name: thought |
| dtype: string |
| - name: action |
| dtype: string |
| splits: |
| - name: test |
| num_bytes: 4508824706.08 |
| num_examples: 9460 |
| download_size: 3735184376 |
| dataset_size: 4508824706.08 |
| configs: |
| - config_name: default |
| data_files: |
| - split: test |
| path: data/test-* |
| --- |
| |