claudios commited on
Commit
98c294b
1 Parent(s): 3adb0c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -42,3 +42,14 @@ from datasets import load_dataset
42
  dataset = load_dataset("claudios/DiverseVul")
43
  ```
44
  ***
 
 
 
 
 
 
 
 
 
 
 
 
42
  dataset = load_dataset("claudios/DiverseVul")
43
  ```
44
  ***
45
+
46
+ ## Citation
47
+ ```
48
+ @article{Chen2023DiverseVulAN,
49
+ title={DiverseVul: A New Vulnerable Source Code Dataset for Deep Learning Based Vulnerability Detection},
50
+ author={Yizheng Chen and Zhoujie Ding and Lamya Alowain and Xinyun Chen and David A. Wagner},
51
+ journal={Proceedings of the 26th International Symposium on Research in Attacks, Intrusions and Defenses},
52
+ year={2023},
53
+ url={https://dl.acm.org/doi/10.1145/3607199.3607242}
54
+ }
55
+ ```