Annoy-PyEdu-Rs-Raw
收藏资源简介:
该数据集名为PythonEdu-Rs,是基于HuggingFaceTB团队原始数据集处理得到的编程教育数据集。数据以JSONL格式存储,每个样本包含以下字段:问题描述(problem_description)、输入输出要求与约束(io_requirements)、参考代码(refcode,包括导入包、辅助函数和主入口函数)、入口函数名称(funcname)、输入输出样本列表(ios,每个样本包含输入参数和返回值)、原始代码来源(source)、推理类型标签(category)以及元信息(meta)。注意,部分样本的ios字段为空,原因是执行时输入输出数据过大,未被存储。该数据集可用于代码生成、代码理解、编程问题求解等任务。由于基于语言模型的转换可能存在不完美之处,部分问题描述信息不够充分,需后续改进。数据集采用ODC-BY许可证。
This dataset is named PythonEdu-Rs, a programming education dataset derived from the original dataset of the HuggingFaceTB team. The data is stored in JSONL format, with each sample containing the following fields: problem description, input/output requirements and constraints, reference code (including import statements, helper functions, and main entry function), entry function name, input/output sample list (each sample includes input parameters and return values), source of original code, reasoning type label, and meta information. Note that some samples have an empty ios field because the input/output data were too large to store during execution. The dataset can be used for tasks such as code generation, code understanding, and programming problem solving. Due to potential imperfections in the conversion based on language models, some problem descriptions may be insufficient and require future improvements. The dataset is licensed under ODC-BY.
数据集概述
基本信息
- 数据集名称: Annoy-PyEdu-Rs-Raw
- 数据集地址: https://huggingface.co/datasets/asd12edsad12as/Annoy-PyEdu-Rs-Raw
- 许可协议: ODC-BY(开放数据共享署名许可)
- 来源: 基于HuggingFaceTB团队的原始PythonEdu-Rs数据集,经处理后的原始数据版本
数据内容与格式
该数据集以JSONL格式存储,包含以下字段:
| 字段名 | 说明 |
|---|---|
problem_description |
函数的问题描述 |
io_requirements |
输入/输出要求与约束 |
refcode |
参考代码(含可选导入包、辅助函数及主入口函数) |
funcname |
入口函数的函数名 |
ios |
输入输出样例列表,每个样例含input(输入参数)和output(返回值) |
source |
原始代码文件的来源 |
category |
为该样本分配的推理类型 |
meta |
该样本的元信息 |
数据特点与注意事项
- 部分
ios字段为空:由于执行代码时输入/输出尺寸过大,超出约束要求,因此未存储或后续使用这些样例。 - 数据质量提示:由于基于LLM的转换存在不完美之处,部分问题描述可能未包含足够信息来描述对应代码,数据集作者将此作为未来改进方向。
- 该数据集为处理后的原始数据版本,对应的完整数据集为PythonEdu-Rs。
相关资源
- 论文页面(占位链接)
- 项目页面
- 已发布资源集合
- 代码仓库




