Update README.md
Browse files
README.md
CHANGED
|
@@ -8,17 +8,17 @@ size_categories:
|
|
| 8 |
- 10K<n<100K
|
| 9 |
---
|
| 10 |
|
| 11 |
-
Here is a 100 repositories from [Codearena]
|
| 12 |
|
| 13 |
Dataset can be used for tasks like code clone detection (similar bugs search), code reconstruction with context pruning. Dataset is ready to be used in GNN.
|
| 14 |
|
| 15 |
-
You can see usage of dataset as RAG at [github]
|
| 16 |
|
| 17 |
# Structure
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
/repository1
|
| 24 |
|
|
@@ -38,7 +38,7 @@ You can see usage of dataset as RAG at [github][https://github.com/YouOnlyLive1c
|
|
| 38 |
|
| 39 |
...
|
| 40 |
|
| 41 |
-
|
| 42 |
|
| 43 |
/repository1
|
| 44 |
|
|
|
|
| 8 |
- 10K<n<100K
|
| 9 |
---
|
| 10 |
|
| 11 |
+
Here is a 100 repositories from [Codearena](https://code4rena.com/audits) parsed as graph of functions with different types of relationships: Parent Contracts, High-Level Calls, Internal Calls, Library Calls, Low-Level Calls.
|
| 12 |
|
| 13 |
Dataset can be used for tasks like code clone detection (similar bugs search), code reconstruction with context pruning. Dataset is ready to be used in GNN.
|
| 14 |
|
| 15 |
+
You can see usage of dataset as RAG at [github](https://github.com/YouOnlyLive1ce/bug_search)
|
| 16 |
|
| 17 |
# Structure
|
| 18 |
|
| 19 |
+
auditits_info.json <-main file for easy paths navigantion
|
| 20 |
|
| 21 |
+
/processed repositories
|
| 22 |
|
| 23 |
/repository1
|
| 24 |
|
|
|
|
| 38 |
|
| 39 |
...
|
| 40 |
|
| 41 |
+
/reports
|
| 42 |
|
| 43 |
/repository1
|
| 44 |
|