barty commited on
Commit
2c32689
·
verified ·
1 Parent(s): 4cff429

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -23,8 +23,11 @@ Each row contains:
23
  - `task_id`: Unique identifier for the task (in format: project_name-bug_id)
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
- - `prompt`: Prefix information for generating fixed code
 
 
 
28
 
29
  ### Source Data
30
 
 
23
  - `task_id`: Unique identifier for the task (in format: project_name-bug_id)
24
  - `buggy_code`: The buggy implementation
25
  - `fixed_code`: The correct implementation
26
+ - `file_path`: Original file path in the Defects4J repository
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