ASSERT-KTH/APR-single-hunk-fine-tuning
收藏Hugging Face2023-08-23 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/ASSERT-KTH/APR-single-hunk-fine-tuning
下载链接
链接失效反馈官方服务:
资源简介:
该数据集用于在单函数级别上微调LLMs以进行自动程序修复,特别是针对单块错误。提供了两个版本:一个版本的输入是有错误的函数,输出是修复后的函数;另一个版本的输入是有错误的函数,输出是针对错误的统一差异。
This dataset is used to fine-tune LLMs for automated program repair at single-function level, especially for single-hunk bugs. We provide two versions with different outputs: one where the input is a buggy function and the output is a fixed function, and another where the input is a buggy function and the output is a unified diff for the bug.
提供机构:
ASSERT-KTH
原始信息汇总
数据集概述
用途
该数据集用于微调大型语言模型(LLMs)以实现单函数级别的自动化程序修复,特别是针对单块错误(single-hunk bugs)。
版本
数据集提供两个版本,具有不同的输出格式:
- 版本1:输入为有错误的函数,输出为修复后的函数。
- 版本2:输入为有错误的函数,输出为错误的统一差异(unified diff)。



