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

54 lines
1.4 KiB
JSON

{
"sites": [
"reddit"
],
"task_id": 582,
"require_login": true,
"storage_state": "./.auth/reddit_state.json",
"start_url": "http://localhost:28080",
"geolocation": null,
"intent_template": "Create a new forum named {{name}}, with a description of {{description}}, and include {{sidebar_list}} in the sidebar?",
"instantiation_dict": {
"name": "Cyberpunk",
"description": "Welcome to the future",
"sidebar_list": [
"Games",
"Books",
"Movies",
"Future"
]
},
"intent": "Create a new forum named Cyberpunk, with a description of Welcome to the future, and include ['Games', 'Books', 'Movies', 'Future'] in the sidebar?",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "http://localhost:28080/f/Cyberpunk/edit",
"locator": "document.querySelector(\"#forum_description\").value",
"required_contents": {
"must_include": [
"Welcome to the future"
]
}
},
{
"url": "http://localhost:28080/f/Cyberpunk/edit",
"locator": "document.querySelector(\"#forum_sidebar\").value",
"required_contents": {
"must_include": [
"Games",
"Books",
"Movies",
"Future"
]
}
}
]
},
"intent_template_id": 7
}