Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
barty commited on
Commit
c6fb3a1
·
verified ·
1 Parent(s): 1cf9f53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
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 example contains:
23
- - `task_id`: Unique identifier for the task
24
  - `buggy_code`: The buggy implementation
25
  - `fixed_code`: The correct implementation
26
- - `file_path`: Original file path in the HumanEval dataset
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