Update README.md
Browse files
README.md
CHANGED
@@ -19,15 +19,11 @@ EvalRepair-Java is a benchmark for evaluating Java program repair performance, d
|
|
19 |
|
20 |
### Dataset Structure
|
21 |
|
22 |
-
Each
|
23 |
-
- `task_id`: Unique identifier for the task
|
24 |
- `buggy_code`: The buggy implementation
|
25 |
- `fixed_code`: The correct implementation
|
26 |
-
- `
|
27 |
-
- `issue_title`: Title of the bug
|
28 |
-
- `issue_description`: Description of the bug
|
29 |
-
- `start_line`: Start line of the buggy function
|
30 |
-
- `end_line`: End line of the buggy function
|
31 |
|
32 |
### Source Data
|
33 |
|
|
|
19 |
|
20 |
### Dataset Structure
|
21 |
|
22 |
+
Each row contains:
|
23 |
+
- `task_id`: Unique identifier for the task (same as HumanEval)
|
24 |
- `buggy_code`: The buggy implementation
|
25 |
- `fixed_code`: The correct implementation
|
26 |
+
- `unit_test`: Unit tests for verifying the correctness of the implementation
|
|
|
|
|
|
|
|
|
27 |
|
28 |
### Source Data
|
29 |
|