Update README.md
Browse files
README.md
CHANGED
@@ -6,4 +6,10 @@ tags:
|
|
6 |
- code
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
- code
|
7 |
size_categories:
|
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]
|