claudios commited on
Commit
59606bd
1 Parent(s): 55ee520

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: func
@@ -29,3 +30,15 @@ configs:
29
  - split: test
30
  path: data/test-*
31
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ arxiv: 2304.00409
3
  dataset_info:
4
  features:
5
  - name: func
 
30
  - split: test
31
  path: data/test-*
32
  ---
33
+
34
+
35
+ # DiverseVul: A New Vulnerable Source Code Dataset for Deep Learning Based Vulnerability Detection
36
+ This is an **unofficial** HuggingFace upload of the DiverseVul dataset from "[DiverseVul: A New Vulnerable Source Code Dataset for Deep Learning Based Vulnerability Detection](https://dl.acm.org/doi/10.1145/3607199.3607242)". "Test" splits have all labels as -1 as they are not provided.
37
+
38
+ Usage:
39
+ ```python
40
+ from datasets import load_dataset
41
+
42
+ dataset = load_dataset("claudios/DiverseVul")
43
+ ```
44
+ ***