File size: 1,015 Bytes
0cbf2f3
89d9aca
0cbf2f3
89d9aca
328a6a6
89d9aca
 
 
 
 
 
 
 
7e8f8b3
 
89d9aca
 
 
44c46e9
89d9aca
44c46e9
89d9aca
 
 
b968a61
 
 
89d9aca
b968a61
89d9aca
b968a61
 
89d9aca
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
---
pretty_name: BigFixes
description: A clean union of BigVul and CVE-Fixes. 
configs:
  - config_name: default
    data_files:
      - split: train
        path: train.csv
      - split: cleantest
        path: clean_test.csv
      - split: test
        path: test.csv
      - split: output
        path: output.csv

---
---

# Information

This is a clean version of the union of BigVul and CVE-Fixes used
  [here](https://huggingface.co/datasets/MickyMike/cvefixes_bigvul).
  We have
  four splits: 
  - `train`, which has the de-duplicated training data;
  - `cleantest`, which has de-duplicated testing data that is completely disjoint from the
  training set;
  - `test`, which has the deduplicated training data with a
  significant intersection with the training data (as seen in the original
  repository);
  - `output`, which is [VulRepair](https://github.com/awsm-research/VulRepair/tree/main)'s output on the data found in the `test` split.
Our preprocessing is available in `preprocessing.ipynb`.