File size: 1,412 Bytes
55ee520
59606bd
55ee520
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59606bd
 
 
3adb0c7
59606bd
 
 
 
 
 
 
 
98c294b
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
arxiv: 2304.00409
dataset_info:
  features:
  - name: func
    dtype: string
  - name: target
    dtype: int64
  - name: cwe
    sequence: string
  - name: project
    dtype: string
  - name: commit_id
    dtype: string
  - name: hash
    dtype: float64
  - name: size
    dtype: int64
  - name: message
    dtype: string
  splits:
  - name: test
    num_bytes: 670935965
    num_examples: 330492
  download_size: 170891799
  dataset_size: 670935965
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---


# DiverseVul: A New Vulnerable Source Code Dataset for Deep Learning Based Vulnerability Detection
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)".

Usage:
```python
from datasets import load_dataset

dataset = load_dataset("claudios/DiverseVul")
```
***

## Citation
```
@article{Chen2023DiverseVulAN,
  title={DiverseVul: A New Vulnerable Source Code Dataset for Deep Learning Based Vulnerability Detection},
  author={Yizheng Chen and Zhoujie Ding and Lamya Alowain and Xinyun Chen and David A. Wagner},
  journal={Proceedings of the 26th International Symposium on Research in Attacks, Intrusions and Defenses},
  year={2023},
  url={https://dl.acm.org/doi/10.1145/3607199.3607242}
}
```