Datasets:
File size: 841 Bytes
c6af78d ca025aa c6af78d 7a4db73 c6af78d b609f11 a6d540a b609f11 a6d540a aff4d60 a6d540a aff4d60 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
license: apache-2.0
task_categories:
- text-classification
- text-generation
language:
- en
tags:
- code
pretty_name: CodeNanoFix
size_categories:
- 10K<n<100K
---
CodeNanoFix consists of tuples of problem description, buggy code, and correct code, designed to evaluate human-written code with subtle differences.
Paper: https://arxiv.org/abs/2412.17429
```
problem_id: problme index;
pos: correct code;
neg: buggy code;
nl: natural language description;
```
Citation:
```
@article{liang2024condor,
title={Condor: A Code Discriminator Integrating General Semantics with Code Details},
author={Liang, Qingyuan and Zhang, Zhao and Liu, Chen and Sun, Zeyu and Zhang, Wenjie and Chen, Yizhou and Zhao, Zixiao and Luo, Qi and Wang, Wentao and Jiang, Yanjie and others},
journal={arXiv preprint arXiv:2412.17429},
year={2024}
}
```
|