Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ license: mit
|
|
| 7 |
|
| 8 |
## Dataset Summary
|
| 9 |
|
| 10 |
-
**Juliet_LLVM** is a dataset of **compiled C functions from the Juliet Test Suite**(as organized in the [GitHub repository](https://github.com/arichardson/juliet-test-suite-c)
|
| 11 |
), translated into **LLVM Intermediate Representation (IR)** after pre-process phase. It is designed for training and evaluating machine learning models on the task of **binary vulnerability detection**. Each function is labeled as either vulnerable or non-vulnerable and is presented in an architecture-agnostic, semantically rich format.
|
| 12 |
|
| 13 |
This LLVM version allows models to be trained and tested on realistic, compiler-transformed code — reflecting how such models would be deployed in real-world binary analysis scenarios.
|
|
@@ -75,8 +75,9 @@ print(train_ds[0])
|
|
| 75 |
This dataset is released under the Apache 2.0 License.
|
| 76 |
|
| 77 |
## Related Work
|
| 78 |
-
[Juliet Test Suite](https://samate.nist.gov/SARD/test-suites) — the original source of these functions
|
| 79 |
-
|
|
|
|
| 80 |
|
| 81 |
|
| 82 |
## Citation
|
|
|
|
| 7 |
|
| 8 |
## Dataset Summary
|
| 9 |
|
| 10 |
+
**Juliet_LLVM** is a dataset of **compiled C functions from the Juliet Test Suite** (as organized in the [GitHub repository](https://github.com/arichardson/juliet-test-suite-c)
|
| 11 |
), translated into **LLVM Intermediate Representation (IR)** after pre-process phase. It is designed for training and evaluating machine learning models on the task of **binary vulnerability detection**. Each function is labeled as either vulnerable or non-vulnerable and is presented in an architecture-agnostic, semantically rich format.
|
| 12 |
|
| 13 |
This LLVM version allows models to be trained and tested on realistic, compiler-transformed code — reflecting how such models would be deployed in real-world binary analysis scenarios.
|
|
|
|
| 75 |
This dataset is released under the Apache 2.0 License.
|
| 76 |
|
| 77 |
## Related Work
|
| 78 |
+
[Juliet Test Suite](https://samate.nist.gov/SARD/test-suites) — the original source of these functions.
|
| 79 |
+
|
| 80 |
+
[Juliet Test Suite GitHub repository](https://github.com/arichardson/juliet-test-suite-c) - the GitHub repository we took the Juliet Test Suite dataset from.
|
| 81 |
|
| 82 |
|
| 83 |
## Citation
|