qyliang commited on
Commit
b609f11
·
verified ·
1 Parent(s): 7032cfd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,3 +1,8 @@
1
- ---
2
- license: apache-2.0
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
+ ```