Annoy-PyEdu-Rs-Raw
收藏资源简介:
该数据集名为 PythonEdu-Rs,源自 HuggingFaceTB 团队的原始数据集,经过处理后发布。数据格式为 JSONL 文件(0_368500_filtered_v2_ds25.sced.jsonl),每条样本包含以下字段:problem_description(函数问题描述)、io_requirements(输入输出要求与约束)、refcode(参考代码,包括可选导入包、辅助函数和主入口函数)、funcname(入口函数名称)、ios(输入输出示例列表,每个示例包含 input 和 output)、source(原始代码来源)、category(分配的推理类型)和 meta(样本元信息)。部分 ios 字段为空,原因是执行代码时输入输出规模过大超出约束条件,因此未存储。数据集当前存在由于 LLM 转换不完美导致的问题描述信息不足的情况,后续将进行改进。该数据集适用于代码生成、推理分析等任务,许可证为 ODC-BY。
This dataset is named PythonEdu-Rs, derived from the original dataset of the HuggingFaceTB team and released after processing. The data format is JSONL file (0_368500_filtered_v2_ds25.sced.jsonl). Each sample contains the following fields: problem_description (function problem description), io_requirements (input/output requirements and constraints), refcode (reference code, including optional import packages, helper functions, and main entry function), funcname (entry function name), ios (list of input/output examples, each example contains input and output), source (original code source), category (assigned reasoning type), and meta (sample metadata). Some ios fields are empty because the input/output scale during code execution exceeded constraints and thus were not stored. The dataset currently suffers from insufficient problem description information due to imperfect LLM conversion, which will be improved in the future. This dataset is suitable for tasks such as code generation and reasoning analysis, with the license ODC-BY.
数据集概述
基本信息
- 数据集名称:Annoy
- 发布者:ASDASQE1E12
- 所属资源集合:SpecX 系列资源
- 相关代码仓库:GitHub Repo
- 项目页面:Project Page
- 论文链接:Paper
数据来源与构建
- 该数据集是 PythonEdu-Rs 数据集的原始版本,原始数据源自 HuggingFaceTB 团队的公开数据集。
- 数据经过处理后发布,文件名为
0_368500_filtered_v2_ds25.sced.jsonl。
数据格式
每一行数据包含以下字段:
| 字段 | 说明 |
|---|---|
problem_description |
函数的问题描述 |
io_requirements |
输入/输出要求及约束条件 |
refcode |
参考代码,包含导入的包(可选)、辅助函数(可选)及主入口函数 |
funcname |
入口函数的函数名 |
ios |
输入输出示例列表,每个元素包含 input(输入参数)和 output(返回值) |
source |
原始代码文件的来源 |
category |
样本所属的推理类型 |
meta |
样本的元信息 |
数据注意事项
- 部分
ios为空:由于执行代码时输入/输出规模过大,超出设定的约束条件,因此这些样本未存储输入输出对,后续也不会被使用。 - 质量局限:由于基于 LLM 的转换过程存在不完善之处,部分问题描述可能未包含足够的代码描述信息。作者计划在后续工作中进一步优化数据质量,并发布改进版本。




