Annoy-PyEdu-Rs-Raw
收藏资源简介:
PythonEdu-Rs数据集是一个基于HuggingFaceTB团队原始数据集处理后的开源数据集,旨在为代码生成、函数理解或编程教育相关任务提供结构化数据支持。数据集以JSONL格式存储,主要文件为`0_368500_filtered_v2_ds25.sced.jsonl`。每个样本包含以下字段:问题描述(problem_description)、输入/输出要求与约束(io_requirements)、参考代码(refcode,包括可选的导入包和辅助函数)、入口函数名称(funcname)、输入/输出对列表(ios,每个对包含输入参数和返回值,部分可能为空,原因是输入/输出数据过大超出约束)、数据来源(source)、推理类型分类(category)以及元信息(meta)。数据集在转换过程中可能存在部分问题描述信息不足的情况,后续将进行优化。该数据集采用ODC-BY许可证发布。
The PythonEdu-Rs dataset is an open-source dataset processed based on the original dataset from the HuggingFaceTB team, designed to provide structured data support for tasks such as code generation, function understanding, or programming education. The dataset is stored in JSONL format, with the main file being `0_368500_filtered_v2_ds25.sced.jsonl`. Each sample includes the following fields: problem description (problem_description), input/output requirements and constraints (io_requirements), reference code (refcode, including optional import packages and helper functions), entry function name (funcname), input/output pair list (ios, each pair containing input parameters and return values, some of which may be empty due to input/output data exceeding constraints), data source (source), reasoning type classification (category), and metadata (meta). During the conversion process, there may be cases where some problem descriptions are insufficient, which will be optimized in the future. The dataset is released under the ODC-BY license.
数据集概述:Annoy-PyEdu-Rs-Raw
数据集地址:https://huggingface.co/datasets/liufea154/Annoy-PyEdu-Rs-Raw
来源:该数据集是基于HuggingFaceTB团队的原始PythonEdu-Rs数据集经过处理后发布的原始数据。
数据文件:0_368500_filtered_v2_ds25.sced.jsonl
数据格式
每条数据为JSON格式,包含以下字段:
| 字段名 | 说明 |
|---|---|
problem_description |
函数的问题描述 |
io_requirements |
输入/输出要求及约束 |
refcode |
参考代码,包含导入的包(可选)、辅助函数(可选)以及主入口函数 |
funcname |
入口函数的函数名称 |
ios |
输入输出示例数组,每个元素包含 input(输入参数)和 output(返回值) |
source |
原始代码文件的来源 |
category |
为该样本分配的推理类型 |
meta |
关于该样本的元信息 |
注意事项
- 部分
ios字段为空,原因是执行代码时输入/输出规模过大,超出约束限制,因此未被存储或后续使用。 - 由于基于LLM的转换不够完善,部分问题描述包含的信息不足以描述代码,数据集作者将此留作未来优化工作。
许可证
该数据集使用 ODC-BY 许可证。




