Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
## Dataset Summary
|
| 6 |
|
| 7 |
-
**CompRealVul_LLVM** is the LLVM IR (Intermediate Representation) version of the [CompRealVul_C](https://huggingface.co/datasets/
|
| 8 |
|
| 9 |
Each function in this dataset was compiled from C code to LLVM IR, enabling robust training of models on semantically rich, architecture-independent binary representations.
|
| 10 |
|
|
|
|
| 4 |
|
| 5 |
## Dataset Summary
|
| 6 |
|
| 7 |
+
**CompRealVul_LLVM** is the LLVM IR (Intermediate Representation) version of the [CompRealVul_C](https://huggingface.co/datasets/CCompote/CompRealVul_C) dataset. This version is designed specifically for **training and evaluating machine learning models** on the task of **binary vulnerability detection** in a setting that closely mimics how models are used in practice — operating on the compiled representation of code rather than raw source code.
|
| 8 |
|
| 9 |
Each function in this dataset was compiled from C code to LLVM IR, enabling robust training of models on semantically rich, architecture-independent binary representations.
|
| 10 |
|