VWA / image_page /image_page.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
2391849 verified
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to an item page to search for an item and view all item details.",
"actions": [
{
"index": 0,
"start": 8.0,
"end": 10.0,
"text": "Navigate to an item page."
},
{
"index": 1,
"start": 11.3,
"end": 11.7,
"text": "Search for an item."
}
]
},
{
"task_index": 1,
"task": "Filter listings by location before selecting a category if needed.",
"actions": []
},
{
"task_index": 2,
"task": "Filter posts by a specific location, such as Virginia.",
"actions": [
{
"index": 5,
"start": 66.9,
"end": 69.6,
"text": "Filter posts by location, specifically Virginia."
}
]
},
{
"task_index": 3,
"task": "Select a category, such as farm and gardening items, to view relevant posts.",
"actions": [
{
"index": 6,
"start": 71.5,
"end": 72.0,
"text": "Select a category from the list."
},
{
"index": 7,
"start": 80.7,
"end": 81.8,
"text": "Choose 'Farm and Gardening' items."
}
]
},
{
"task_index": 4,
"task": "Sort posts by criteria such as most recent, cheapest, or most expensive.",
"actions": [
{
"index": 9,
"start": 91.7,
"end": 92.0,
"text": "Sort the listings by the most recent post."
},
{
"index": 10,
"start": 95.8,
"end": 96.0,
"text": "Sort the listings by the cheapest post."
},
{
"index": 11,
"start": 100.6,
"end": 101.5,
"text": "Sort the listings by the most expensive post."
}
]
},
{
"task_index": 5,
"task": "Review post details including the title, poster's name, email, and description.",
"actions": [
{
"index": 13,
"start": 112.4,
"end": 113.3,
"text": "View the name and email of the poster."
},
{
"index": 14,
"start": 115.0,
"end": 116.5,
"text": "Review the description information of the item."
}
]
},
{
"task_index": 6,
"task": "View items without location restrictions by selecting a category directly.",
"actions": [
{
"index": 15,
"start": 132.2,
"end": 133.9,
"text": "Go directly to 'Farming Garden' without location restriction."
}
]
}
]
}