autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_sem_g3
收藏资源简介:
该数据集包含164个训练样本,存储为Parquet格式,总大小19.8KB。数据集主要记录编程任务的执行与分析指标,包含16个结构化字段:任务ID(task_id)、入口函数(entry_point)、可执行状态(is_executable)、正确性标记(is_correct)、通过/失败的测试用例数(tests_passed/failed)、运行时错误类型(error_type)。此外包含完整的代码复杂度哈尔斯特德指标(halstead_vocabulary/length/volume/difficulty/effort)、可维护性指数(maintainability_index)、函数定义数量(n_func_defined)等静态分析数据。适用于代码质量评估、缺陷预测或程序修复等研究场景。
This dataset comprises 164 training samples, stored in Parquet format with an overall size of 19.8 KB. It primarily records execution and analysis metrics for programming tasks, and consists of 16 structured fields: task ID (task_id), entry function (entry_point), executable status (is_executable), correctness flag (is_correct), number of passed/failed test cases (tests_passed/failed), and runtime error type (error_type). Additionally, it includes comprehensive static analysis data including Halstead code complexity metrics (halstead_vocabulary, halstead_length, halstead_volume, halstead_difficulty, halstead_effort), maintainability index (maintainability_index), and the count of defined functions (n_func_defined). This dataset is applicable to research scenarios such as code quality assessment, defect prediction, and program repair.
数据集概述
基本信息
- 数据集名称: autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_sem_g3
- 存储地址: https://huggingface.co/datasets/stefanocarrera/autophagycode_D_metrics_he_Qwen3-0.6B_lr0.0001_sem_g3
- 数据量: 164 个样本
- 数据集大小: 19805 字节
- 下载大小: 16043 字节
数据结构
数据特征
- task_id: 字符串类型,标识任务。
- entry_point: 字符串类型,入口点。
- is_executable: 布尔类型,表示是否可执行。
- is_correct: 布尔类型,表示是否正确。
- tests_passed: 整数类型,通过的测试数量。
- tests_failed: 整数类型,失败的测试数量。
- test_run_time_ms: 空值类型,测试运行时间(毫秒)。
- error_type: 字符串类型,错误类型。
- halstead_vocabulary: 整数类型,Halstead词汇量。
- halstead_length: 整数类型,Halstead长度。
- halstead_volume: 浮点数类型,Halstead体积。
- halstead_difficulty: 浮点数类型,Halstead难度。
- halstead_effort: 浮点数类型,Halstead工作量。
- maintainability_index: 浮点数类型,可维护性指数。
- n_func_defined: 整数类型,定义的函数数量。
- entry_point_repeated: 布尔类型,入口点是否重复。
数据划分
- 划分名称: train
- 样本数量: 164
- 字节大小: 19805
配置信息
- 配置名称: default
- 数据文件:
- 划分: train
- 路径: data/train-*




