NewProject / evaluation /datasets /latency.json
PPP
feat: add reproducible evaluation pipeline and structured interaction logging
1a91c20
[
{
"id": "latency_001",
"input": "和村长老伯谈谈最近森林里的怪事",
"setup": {
"player": {
"location": "村庄广场"
},
"world": {
"current_scene": "村庄广场"
}
}
},
{
"id": "latency_002",
"input": "前往村庄旅店",
"setup": {
"player": {
"location": "村庄广场"
},
"world": {
"current_scene": "村庄广场"
}
}
},
{
"id": "latency_003",
"input": "使用小型治疗药水",
"setup": {
"player": {
"location": "村庄旅店",
"inventory": ["面包", "小型治疗药水"],
"hp": 65
},
"world": {
"current_scene": "村庄旅店"
}
}
},
{
"id": "latency_004",
"input": "探索一下村口小路",
"setup": {
"player": {
"location": "村口小路"
},
"world": {
"current_scene": "村口小路"
}
}
},
{
"id": "latency_005",
"input": "和铁匠格林交易",
"setup": {
"player": {
"location": "村庄铁匠铺"
},
"world": {
"current_scene": "村庄铁匠铺"
}
}
},
{
"id": "latency_006",
"input": "休息一会儿",
"setup": {
"player": {
"location": "村庄旅店",
"hp": 72,
"morale": 60,
"sanity": 82
},
"world": {
"current_scene": "村庄旅店"
}
}
}
]