vulrepair / README.md
elhusseiniali's picture
Update README.md
7e8f8b3
|
raw
history blame
1.02 kB
---
---
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`.