Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
CodeNanoFix consists of tuples of problem description, buggy code, and correct code, designed to evaluate human-written code with subtle differences.
|
2 |
+
|
3 |
+
```
|
4 |
+
problem_id: problme index;
|
5 |
+
pos: correct code;
|
6 |
+
neg: buggy code;
|
7 |
+
nl: natural language description;
|
8 |
+
```
|