lekssays commited on
Commit
47e15c9
Β·
verified Β·
1 Parent(s): 89c9d1c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -3
README.md CHANGED
@@ -1,3 +1,28 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - code
5
+ - llmxcpg
6
+ - vulnerability detection
7
+ size_categories:
8
+ - 100K<n<1M
9
+ task_categories:
10
+ - text-generation
11
+ ---
12
+
13
+ # LLMxCPG-Code
14
+
15
+ This dataset contains the **raw C files** used in our paper:
16
+ **[LLMxCPG: Context-Aware Vulnerability Detection Through Code Property Graph-Guided Large Language Models](https://www.usenix.org/conference/usenixsecurity25/presentation/lekssays)**
17
+
18
+ ---
19
+
20
+ ### πŸ” Models
21
+ The models **LLMxCPG-Q** and **LLMxCPG-D** are available in the following Hugging Face collection:
22
+ πŸ‘‰ [https://huggingface.co/collections/QCRI/llmxcpg-6855f80e601774b43eba2d14](https://huggingface.co/collections/QCRI/llmxcpg-6855f80e601774b43eba2d14)
23
+
24
+ ---
25
+
26
+ ### πŸ’» Source Code
27
+ The source code for LLMxCPG can be found here:
28
+ πŸ‘‰ [https://github.com/qcri/llmxcpg](https://github.com/qcri/llmxcpg)