OpenThoughts-114k-Code Verification Info Format
数据集描述
每个样本包含一个 verification_info 字段,格式如下:
{
"verification_info": {
"language": "python",
"test_cases": [
{
"fn_name": "函数名或null",
"input": "多行输入字符串(用\n分隔)","output": "多行输出字符串(用\n分隔)",
"type": "stdin_stdout"
}
]
}
}
language: 固定为 "python"
test_cases: 包含测试用例的数组(通常只有一个元素)… See the full description on the dataset page:
https://huggingface.co/datasets/Blancy/OpenThoughts-114k-Code_fit_code_reward.