nothingisenough commited on
Commit
7996130
·
verified ·
1 Parent(s): 70e7e3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -8,17 +8,17 @@ 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]
16
 
17
  # Structure
18
 
19
- ##### auditits_info.json <-main file for easy paths navigantion
20
 
21
- #####/processed repositories
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
- #####/reports
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