Create README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- code
|
| 8 |
+
pretty_name: FIM transformed and Slither audited Solidity constructs.
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
+
---
|
| 12 |
+
This dataset consists of certain Solidity constructs, namely functions, mappings, structs, modifiers, errors, enums, events, imports, constructors, SPDX-License-Identifiers, using statements and contract definitions with imports and pragmas. The entries in the JSON-file are file_name, size_bytes, code, fim_transformed, and secure. The entry fim_transformed (fill-in-the-middle transformed) is 0 for non-fim transformed examples and 1 for fim transformed examples. The entry secure is 0 for vulnerable examples, 1 for secure examples and 2 for examples for which no special security token is specified.
|
| 13 |
+
|
| 14 |
+
If you wish to use this dataset, you can cite it as follows:
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
@misc{hensel2025fim_dataset,
|
| 18 |
+
title = {FIM transformed and Slither audited Solidity constructs},
|
| 19 |
+
author={Fabian Hensel},
|
| 20 |
+
year={2025}
|
| 21 |
+
}
|