Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,8 @@ license: apache-2.0
|
|
| 8 |
## Dataset Summary
|
| 9 |
|
| 10 |
**Combined_LLVM** is a unified dataset for binary vulnerability detection that merges two sources:
|
| 11 |
-
- [CompRealVul_LLVM](https://huggingface.co/datasets/
|
| 12 |
-
- [Juliet_LLVM](https://huggingface.co/datasets/
|
| 13 |
|
| 14 |
All functions are provided in **LLVM Intermediate Representation (IR)** format and labeled as **vulnerable or non-vulnerable**. This dataset is ideal for training and benchmarking machine learning models that aim to detect vulnerabilities in compiled representations of code, such as LLMs, GNNs, or binary-level classifiers.
|
| 15 |
|
|
|
|
| 8 |
## Dataset Summary
|
| 9 |
|
| 10 |
**Combined_LLVM** is a unified dataset for binary vulnerability detection that merges two sources:
|
| 11 |
+
- [CompRealVul_LLVM](https://huggingface.co/datasets/CCompote/CompRealVul_LLVM), based on real-world C vulnerabilities
|
| 12 |
+
- [Juliet_LLVM](https://huggingface.co/datasets/CCompote/Juliet_LLVM), based on the Juliet Test Suite
|
| 13 |
|
| 14 |
All functions are provided in **LLVM Intermediate Representation (IR)** format and labeled as **vulnerable or non-vulnerable**. This dataset is ideal for training and benchmarking machine learning models that aim to detect vulnerabilities in compiled representations of code, such as LLMs, GNNs, or binary-level classifiers.
|
| 15 |
|