Annoy-PyEdu-Rs-Raw
收藏资源简介:
PythonEdu-Rs数据集是一个经过处理的编程教育数据集,源自HuggingFaceTB团队的原始数据。数据以JSONL格式存储,每行包含一个JSON对象,字段包括问题描述、输入输出要求、参考代码、函数名、输入输出示例数组(可能部分为空)、来源、类别和元数据。该数据集适用于代码生成和编程问题求解等教育相关任务,但需注意部分问题描述可能因基于大语言模型的转换不完善而信息不足。数据许可为ODC-BY。
The PythonEdu-Rs dataset is a processed programming education dataset derived from original data by the HuggingFaceTB team. The data is stored in JSONL format, with each line containing a JSON object that includes fields such as problem description, input/output requirements, reference code, function name, an array of input/output examples (some of which may be empty due to size constraints), source, category, and metadata. This dataset is suitable for educational tasks like code generation and programming problem-solving, but it should be noted that some problem descriptions may lack information due to imperfect conversions based on large language models. The data license is ODC-BY.
数据集概述:Annoy-PyEdu-Rs-Raw
基本信息
- 数据集地址:https://huggingface.co/datasets/dfsfg5657/Annoy-PyEdu-Rs-Raw
- 相关资源:包含论文链接、项目页面、已发布资源集合以及GitHub仓库
数据集描述
该数据集是经过处理的PythonEdu-Rs数据集的原始版本,原始数据集来自HuggingFaceTB团队。
数据格式
数据集文件名为 0_368500_filtered_v2_ds25.sced.jsonl,每一行的JSON格式包含以下字段:
| 字段 | 说明 |
|---|---|
problem_description |
函数的问题描述 |
io_requirements |
输入/输出要求与约束 |
refcode |
参考代码,包含可选导入包、辅助函数和主入口函数 |
funcname |
入口函数的函数名 |
ios |
输入输出示例数组,每个元素包含 input(输入参数)和 output(返回值) |
source |
原始代码文件的来源 |
category |
分配给该样本的推理类型 |
meta |
该样本的元信息 |
注意事项
- 部分
ios数组为空:原因是在执行代码时,输入/输出数据规模过大,超出了预设约束,因此未被存储和使用。 - 由于基于LLM的转换不够完美,部分问题描述未能充分描述代码,这将在未来工作中进行改进和版本更新。




