GymCL 数据集(Septzzz/gymcl-data)
GymCL 持续学习基准的数据。核心是 unified/:
每个任务一份统一格式的 golden train + test,可直接用于 SFT / 离线评测。
unified/ — 统一 golden 数据(10 个任务)
统一逐行 schema(train 与 test 同一种):
{"messages": [{"role":"...","content":"..."}], "reward": 1.0 或 null, "meta": {"task","env_id","instance","source", ...}}
train.jsonl —— golden 轨迹:messages 含完整 user/assistant(/tool),reward=1.0。
test.jsonl —— 输入侧 messages;有 gold 的把标准答案放 meta.gold,meta.grader 标明判分方式,reward=null。
类
任务… See the full description on the dataset page:
https://huggingface.co/datasets/Septzzz/gymcl-data.