CCompote commited on
Commit
a378a73
·
verified ·
1 Parent(s): 1a12482

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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/compAgent/CompRealVul_LLVM), based on real-world C vulnerabilities
12
- - [Juliet_LLVM](https://huggingface.co/datasets/compAgent/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
 
 
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