GNNSCVulDetector icon indicating copy to clipboard operation
GNNSCVulDetector copied to clipboard

Smart Contract Vulnerability Detection Using Graph Neural Networks (IJCAI-20 Accepted)

Results 7 GNNSCVulDetector issues
Sort by recently updated
recently updated
newest added

Sorry to bother you, how can I get the train.json and test.json?

想问下为什么数据集里每条数据都有很多重复的?

您好,在工程中没有看到测试集, ![image](https://user-images.githubusercontent.com/36918334/137619573-bf4d71d5-7943-4d4c-afd3-3a78304c0735.png)

Hello, I have studied your paper and code, and want to ask some questions: 1. Why is there a lot of repeated data in this training set, and so is...

In the **Readout phase** of your paper, formulas (7) to (10) are described as follows: ![image](https://github.com/Messi-Q/GNNSCVulDetector/assets/72480459/d2c8f754-ac9b-4a83-bfbc-dfdc1ad3b465) These formulas are implemented in lines 239 to 245 of [GNNSCModel.py](https://github.com/Messi-Q/GNNSCVulDetector/blame/master/GNNSCModel.py) as follows: ```python...

the dataset you have given is found to be incomplete, can you please give the complete dataset, thank you!

Can you please update the README.md and add how to view and read the results? Currently its stores the files under the /logs folder, But there is no enough documentation...