trace_synthesis/tasks/675.json
yuyr a84d51a101 1. 增加r1生成综合策略代码和输出;
2. 增加tasks;
3. 增加analysis部分,对策略进行归纳分类,然后进行评测。
2025-04-17 17:40:15 +08:00

48 lines
1.6 KiB
JSON

{
"sites": [
"shopping",
"reddit"
],
"task_id": 675,
"require_login": true,
"storage_state": "./.auth/reddit_state.json",
"start_url": "http://localhost:28082",
"geolocation": null,
"intent_template": "Gather the titles of {{product}} reviews with {{rating}} rating from OneStopShop, and post them in the games subreddit under the title \"real user feedback on {{product}}\"",
"instantiation_dict": {
"product": "HORI 3D Surround Gaming Neckset",
"rating": "2 stars and less"
},
"intent": "Gather the titles of HORI 3D Surround Gaming Neckset reviews with 2 stars and less rating from OneStopShop, and post them in the games subreddit under the title \"real user feedback on HORI 3D Surround Gaming Neckset\"",
"require_reset": false,
"eval": {
"eval_types": [
"url_match",
"program_html"
],
"reference_answers": null,
"reference_url": "http://localhost:28080/f/gaming",
"program_html": [
{
"url": "func:reddit_get_post_url('__last_url__')",
"locator": "document.querySelector('.submission__title').outerText",
"required_contents": {
"exact_match": "real user feedback on HORI 3D Surround Gaming Neckset"
}
},
{
"url": "func:reddit_get_post_url('__last_url__')",
"locator": "document.querySelector('.submission__body').outerText",
"required_contents": {
"must_include": [
"Not worth it for PC users",
"I really wanted to like this.",
"I wish this was better..."
]
}
}
],
"url_note": "GOLD in PRED"
},
"intent_template_id": 101
}