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

42 lines
1.7 KiB
JSON

{
"sites": [
"gitlab",
"reddit"
],
"task_id": 554,
"require_login": true,
"storage_state": "./.auth/gitlab.reddit_state.json",
"start_url": "http://localhost:28084",
"geolocation": null,
"intent_template": "Create a folder named {{directory}} in {{gitlab_repo}} repo. Within it, create a file named urls.txt that contains the URLs of the 5 most recent posts from the {{subreddit}}?",
"instantiation_dict": {
"directory": "moive_space",
"gitlab_repo": "gimmiethat.space",
"subreddit": "movies"
},
"intent": "Create a folder named moive_space in gimmiethat.space repo. Within it, create a file named urls.txt that contains the URLs of the 5 most recent posts from the movies?",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "http://localhost:28084/byteblaze/gimmiethat.space/-/raw/main/moive_space/urls.txt",
"locator": "",
"required_contents": {
"must_include": [
"http://localhost:28080/f/movies/128825/scenes-in-film-that-feel-off-or-wrong-in-some-way-and-make",
"http://localhost:28080/f/movies/128824/disney-s-live-action-lilo-amp-stitch-movie-finds-its-lilo-in",
"http://localhost:28080/f/movies/128823/fantastic-four-movie-gets-new-writer-with-avatar-the-way-of",
"http://localhost:28080/f/movies/128822/can-someone-explain-what-made-steven-seagal-so-appealing-for",
"http://localhost:28080/f/movies/128821/ban-on-fetish-sex-depictions-in-film-should-end-australia"
]
}
}
]
},
"intent_template_id": 84
}