Combined_LLVM is a unified dataset for binary vulnerability detection that merges two sources:
CompRealVul_LLVM, based on real-world C vulnerabilities
Juliet_LLVM, based on the Juliet Test Suite
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… See the full description on the dataset page: https://huggingface.co/datasets/CCompote/combined_LLVM.