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

63 lines
2.0 KiB
JSON

{
"sites": [
"reddit"
],
"task_id": 717,
"require_login": true,
"storage_state": "./.auth/reddit_state.json",
"start_url": "http://localhost:28080",
"geolocation": null,
"intent_template": "Thumbs down the top {{k}} post ever in {{subreddit}}.",
"instantiation_dict": {
"k": "4",
"subreddit": "movies"
},
"intent": "Thumbs down the top 4 post ever in movies.",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "http://localhost:28080/f/movies/86174/who-will-win-the-oscar-for-actress-in-a-supporting-role",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-downvoted"
]
}
},
{
"url": "http://localhost:28080/f/movies/86029/who-will-win-the-oscar-for-film-editing",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-downvoted"
]
}
},
{
"url": "http://localhost:28080/f/movies/86055/cindy-williams-dies-laverne-amp-shirley-star-who-appeared-in",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-downvoted"
]
}
},
{
"url": "http://localhost:28080/f/movies/42682/michelle-yeoh-to-receive-palm-springs-film-festival-s",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-downvoted"
]
}
}
]
},
"intent_template_id": 24
}