VWA / comments_seller /comments_seller.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
2063f6c verified
raw
history blame
3.69 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Learn how to get information about the seller and interact with an item listing.",
"actions": []
},
{
"task_index": 1,
"task": "Search for an item using keywords, city, and price range.",
"actions": [
{
"index": 1,
"start": 42.3,
"end": 43.9,
"text": "Enter keywords in the search box."
},
{
"index": 2,
"start": 45.0,
"end": 46.1,
"text": "Enter the city in the location box."
},
{
"index": 3,
"start": 48.5,
"end": 50.2,
"text": "Enter the minimum price in the minimum price box."
},
{
"index": 4,
"start": 50.7,
"end": 51.2,
"text": "Enter the maximum price in the maximum price box."
},
{
"index": 5,
"start": 51.5,
"end": 53.7,
"text": "Click the 'Apply' button to filter results."
}
]
},
{
"task_index": 2,
"task": "View item details including published date, location, image, and description.",
"actions": [
{
"index": 6,
"start": 65.2,
"end": 66.3,
"text": "Select an Xbox listing to view details."
},
{
"index": 7,
"start": 71.5,
"end": 72.9,
"text": "Open an item listing to view details."
}
]
},
{
"task_index": 3,
"task": "Access seller information and related listings.",
"actions": [
{
"index": 8,
"start": 87.0,
"end": 88.5,
"text": "View the seller's information on the right side of the listing."
}
]
},
{
"task_index": 4,
"task": "Leave a comment with a rating, title, and message on the item listing.",
"actions": [
{
"index": 9,
"start": 97.0,
"end": 98.2,
"text": "Scroll down to the comments section."
},
{
"index": 10,
"start": 110.1,
"end": 112.3,
"text": "Give a rating by selecting five stars."
},
{
"index": 11,
"start": 115.8,
"end": 116.1,
"text": "Enter a title for the comment."
},
{
"index": 12,
"start": 117.0,
"end": 119.0,
"text": "Type the comment \"Looking to buy a new console. This looks good. Can you lower the price?\""
},
{
"index": 13,
"start": 130.2,
"end": 130.8,
"text": "Click 'Send' to post the comment."
}
]
}
]
}