Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,19 @@ size_categories:
|
|
13 |
---
|
14 |
CodeNanoFix consists of tuples of problem description, buggy code, and correct code, designed to evaluate human-written code with subtle differences.
|
15 |
|
|
|
|
|
16 |
```
|
17 |
problem_id: problme index;
|
18 |
pos: correct code;
|
19 |
neg: buggy code;
|
20 |
nl: natural language description;
|
21 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
CodeNanoFix consists of tuples of problem description, buggy code, and correct code, designed to evaluate human-written code with subtle differences.
|
15 |
|
16 |
+
Paper: https://arxiv.org/abs/2412.17429
|
17 |
+
|
18 |
```
|
19 |
problem_id: problme index;
|
20 |
pos: correct code;
|
21 |
neg: buggy code;
|
22 |
nl: natural language description;
|
23 |
+
```
|
24 |
+
|
25 |
+
Citation:
|
26 |
+
@article{liang2024condor,
|
27 |
+
title={Condor: A Code Discriminator Integrating General Semantics with Code Details},
|
28 |
+
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},
|
29 |
+
journal={arXiv preprint arXiv:2412.17429},
|
30 |
+
year={2024}
|
31 |
+
}
|