cdra / replication /test_cases /task_control.json
xiao-han-2026's picture
Upload replication/test_cases/task_control.json with huggingface_hub
6df628a verified
Raw
History Blame Contribute Delete
2.31 kB
Invalid JSON:Expected ',' or '}' after property value in JSONat line 16, column 23
[
{
"id": "T01",
"input": "帮我写一个 Python 函数,计算两个日期间的天数。",
"category": "task",
"type": "coding"
},
{
"id": "T02",
"input": "请给我一份今天早上 8 点到中午 12 点的日程安排模板。",
"category": "task",
"type": "productivity"
},
{
"id": "T03",
"input": "解释一下什么是"边际效用递减",用购物做例子。",
"category": "task",
"type": "explanation"
},
{
"id": "T04",
"input": "帮我翻译这句话成英文:"今天天气真好,我们去公园吧"。",
"category": "task",
"type": "translation"
},
{
"id": "T05",
"input": "给我列一个备孕期间需要补充的营养素清单。",
"category": "task",
"type": "information"
},
{
"id": "T06",
"input": "增值税专票和普票有什么区别?可以抵扣的都是专票吗?",
"category": "task",
"type": "tax"
},
{
"id": "T07",
"input": "用一句话概括《三体》三部曲的剧情。",
"category": "task",
"type": "summary"
},
{
"id": "T08",
"input": "帮我找一下 2026 年清明节是几号。",
"category": "task",
"type": "fact"
},
{
"id": "T09",
"input": "请给我一份周报模板,包含本周完成、下周计划、风险项。",
"category": "task",
"type": "template"
},
{
"id": "T10",
"input": "怎么用 Excel 的 VLOOKUP 函数跨表查询数据?请给出具体公式示例。",
"category": "task",
"type": "howto"
},
{
"id": "T11",
"input": "请写一篇 200 字的环保倡议短文。",
"category": "task",
"type": "writing"
},
{
"id": "T12",
"input": "帮我计算:34567 × 0.87 + 12000 × 1.13。",
"category": "task",
"type": "calculation"
},
{
"id": "T13",
"input": "推荐 3 本适合入门 Python 的书。",
"category": "task",
"type": "recommendation"
},
{
"id": "T14",
"input": "帮我写一封请假邮件给领导,事由是家里有事,请假 2 天。",
"category": "task",
"type": "email"
},
{
"id": "T15",
"input": "请对比一下 iPhone 和 Android 在隐私保护方面的差异。",
"category": "task",
"type": "comparison"
}
]