Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,10 @@ This repository contains the dataset CWE-Bench-Java presented in the paper [LLM-
|
|
| 31 |
|
| 32 |
## Dataset Details
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
### Project Identifier
|
| 35 |
|
| 36 |
In this dataset, each project is uniquely identified with a **Project Slug**, encompassing its repository name, CVE ID, and a tag corresponding to the buggy version of the project.
|
|
|
|
| 31 |
|
| 32 |
## Dataset Details
|
| 33 |
|
| 34 |
+
The `raw_data` directory contains the data files from the Github repository.
|
| 35 |
+
|
| 36 |
+
The `data` directory contains the contents of `raw_data`, processed for usage with the Hugging Face datasets library. Includes Arrow-formatted files.
|
| 37 |
+
|
| 38 |
### Project Identifier
|
| 39 |
|
| 40 |
In this dataset, each project is uniquely identified with a **Project Slug**, encompassing its repository name, CVE ID, and a tag corresponding to the buggy version of the project.
|