File size: 718 Bytes
b5f5843 9ccd622 |
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 |
In this case, given_tasks are made through the following steps.
1. make vectorDB with only instruction in mind2Web.
2. for each website in WebArena, retrieve relevant instructions in mind2web, top_30, with a threshold 0.47(L2 distance)
3. every retrieved instructions(from mind2web) are used as given_task.
---
dataset_info:
features:
- name: given_task
dtype: string
- name: generated_task
sequence: string
- name: target_web_name
dtype: string
- name: annotation_id
dtype: string
splits:
- name: train
num_bytes: 30103
num_examples: 39
download_size: 20295
dataset_size: 30103
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|