nothingisenough commited on
Commit
9f8a267
·
verified ·
1 Parent(s): 12020b4

Create README.md

Browse files

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.

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.

You can see usage of dataset as RAG with GNN embeddings at [github][https://github.com/YouOnlyLive1ce/bug_search]

Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - graph-ml
4
+ - text-generation
5
+ tags:
6
+ - code
7
+ size_categories:
8
+ - 10K<n<100K
9
+ ---