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

99 lines
3.5 KiB
JSON

{
"sites": [
"reddit"
],
"task_id": 721,
"require_login": true,
"storage_state": "./.auth/reddit_state.json",
"start_url": "http://localhost:28080",
"geolocation": null,
"intent_template": "Like all submissions created by {{user}} in subreddit {{subreddit}}",
"instantiation_dict": {
"user": "UniversityofBath",
"subreddit": "IAmA"
},
"intent": "Like all submissions created by UniversityofBath in subreddit IAmA",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "http://localhost:28080/f/IAmA/119742/hi-i-m-vienne-a-doctoral-student-at-the-university-of-bath-i",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/119719/hello-reddit-i-m-nazia-mehrban-a-lecturer-in-biotechnology",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/119714/i-m-ellie-jarvis-she-her-a-2nd-year-phd-student-in-the",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/55155/hi-i-m-dr-lucy-maddox-from-bath-university-uk-i-m-a-clinical",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/55142/we-re-sadeka-nujhat-hannah-leese-and-sandhya-moise-from-the",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/34032/we-re-sandhya-moise-david-phillips-and-chan-lee-from-the",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/13175/hi-i-m-kit-yates-i-m-a-mathematical-biologist-at-the",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
},
{
"url": "http://localhost:28080/f/IAmA/13170/hello-i-m-dr-sara-fontani-from-the-university-of",
"locator": "document.querySelector('div.submission__vote').querySelector('form').getAttribute('class')",
"required_contents": {
"must_include": [
"vote vote--user-upvoted"
]
}
}
]
},
"intent_template_id": 25
}