Commit
·
b968a61
1
Parent(s):
ed942be
Update README.md
Browse files
README.md
CHANGED
@@ -22,11 +22,12 @@ configs:
|
|
22 |
This is a clean version of the union of BigVul and CVE-Fixes used
|
23 |
[here](https://huggingface.co/datasets/MickyMike/cvefixes_bigvul).
|
24 |
We have
|
25 |
-
|
26 |
-
- train
|
27 |
-
- cleantest
|
28 |
training set;
|
29 |
-
- test
|
30 |
significant intersection with the training data (as seen in the original
|
31 |
-
repository)
|
|
|
32 |
Our preprocessing is available in `preprocessing.ipynb`.
|
|
|
22 |
This is a clean version of the union of BigVul and CVE-Fixes used
|
23 |
[here](https://huggingface.co/datasets/MickyMike/cvefixes_bigvul).
|
24 |
We have
|
25 |
+
four splits:
|
26 |
+
- `train`, which has the de-duplicated training data;
|
27 |
+
- `cleantest`, which has de-duplicated testing data that is completely disjoint from the
|
28 |
training set;
|
29 |
+
- `test`, which has the deduplicated training data with a
|
30 |
significant intersection with the training data (as seen in the original
|
31 |
+
repository);
|
32 |
+
- `output`, which is [VulRepair](https://github.com/awsm-research/VulRepair/tree/main)'s output on the data found in the `test` split.
|
33 |
Our preprocessing is available in `preprocessing.ipynb`.
|