You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,13 @@ run.py: entrance to conduct experiment.
40
40
41
41
### B) Colleted elements
42
42
```
43
-
data/BugReport: Bug reports for Defects4j, Bugsjar, Bears. Structured as `bug-id $$ bug report summary $$ bug report description`.
44
-
data/CommitMessage: Commit messages written by developer or generated by CodeTrans. Structured as `bug-id: commit message` in json file.
43
+
data/BugReport: Bug reports texts for Defects4j, Bugsjar, Bears. Structured as `bug-id $$ bug report summary $$ bug report description` in txt file.
44
+
data/CommitMessage: Commit messages written by developer or generated by CodeTrans in format of json and pickle. Structured as `bug-id: commit message` in json file.
45
45
---------------
46
46
BATS_RESULT_0.0.json: the prediction results of BATS with cut-off 0.0 on our dataset.
47
47
BATS_RESULT_0.8.json: the prediction results of BATS with cut-off 0.8 on our dataset.
48
48
PATCHSIM_RESULT.json: the prediction results of Patch-Sim on our dataset.
49
+
PatchLabelsYe.csv: the original prediction results of ODS.
49
50
Bears_testinfo.txt: the stack failure information of test suites for Bears.
50
51
bears_index_dict(inverse).json: dictionary of bug-id and commit-id.
51
52
save_bugreport_patch.py: script to produce data/bugreport_patch.txt.
***bugreport_patch_json_bert.pickle:** Bert embeddings of Pairs of Bug report & Commit message.
9
9
10
-
### Colleted elements
11
-
***BugReport:** Bug reports for Defects4j, Bugsjar, Bears. Structured as `bug-id $$ bug report summary $$ bug report description`.
12
-
***CommitMessage:** Commit messages written by developer or generated by CodeTrans. Structured as `bug-id: commit message` in json file.
10
+
### B) Colleted elements
11
+
```
12
+
data/BugReport: Bug reports texts for Defects4j, Bugsjar, Bears. Structured as `bug-id $$ bug report summary $$ bug report description` in txt file.
13
+
data/CommitMessage: Commit messages written by developer or generated by CodeTrans in format of json and pickle. Structured as `bug-id: commit message` in json file.
14
+
---------------
15
+
BATS_RESULT_0.0.json: the prediction results of BATS with cut-off 0.0 on our dataset.
16
+
BATS_RESULT_0.8.json: the prediction results of BATS with cut-off 0.8 on our dataset.
17
+
PATCHSIM_RESULT.json: the prediction results of Patch-Sim on our dataset.
18
+
PatchLabelsYe.csv: the original prediction results of ODS.
19
+
Bears_testinfo.txt: the stack failure information of test suites for Bears.
20
+
bears_index_dict(inverse).json: dictionary of bug-id and commit-id.
21
+
save_bugreport_patch.py: script to produce data/bugreport_patch.txt.
0 commit comments