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

51 lines
1.4 KiB
JSON

{
"sites": [
"map"
],
"task_id": 356,
"require_login": true,
"storage_state": null,
"start_url": "https://www.openstreetmap.org",
"geolocation": null,
"intent_template": "Show the route from SCS CMU in Pittsburgh to the location where the Declaration of Independence and Constitution were signed",
"instantiation_dict": {},
"intent": "Show the route from SCS CMU in Pittsburgh to the location where the Declaration of Independence and Constitution were signed",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": null,
"program_html": [
{
"url": "last",
"locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex",
"required_contents": {
"exact_match": "1"
}
},
{
"url": "last",
"locator": "document.querySelector('[name=\"route_from\"').value",
"required_contents": {
"must_include": [
"Gates and Hillman Centers",
"Pittsburgh"
]
}
},
{
"url": "last",
"locator": "document.querySelector('[name=\"route_to\"').value",
"required_contents": {
"must_include": [
"Independence Hall",
"Philadelphia"
]
}
}
]
},
"intent_template_id": 49
}