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

48 lines
1.8 KiB
JSON

{
"sites": [
"shopping",
"reddit"
],
"task_id": 674,
"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": "Doc and Pies Arcade Factory Cocktail Arcade Machine",
"rating": "3 stars and less"
},
"intent": "Gather the titles of Doc and Pies Arcade Factory Cocktail Arcade Machine reviews with 3 stars and less rating from OneStopShop, and post them in the games subreddit under the title \"real user feedback on Doc and Pies Arcade Factory Cocktail Arcade Machine\"",
"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 Doc and Pies Arcade Factory Cocktail Arcade Machine"
}
},
{
"url": "func:reddit_get_post_url('__last_url__')",
"locator": "document.querySelector('.submission__body').outerText",
"required_contents": {
"must_include": [
"Poorly Made Exterior. Consider a different Company.",
"piece of junk ,..can't believe I spent money on this !!!!",
"Based arrived broken but game itself works"
]
}
}
],
"url_note": "GOLD in PRED"
},
"intent_template_id": 101
}