Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About dataset #42

Closed
BenedictWongBJUT opened this issue Jun 22, 2021 · 6 comments
Closed

About dataset #42

BenedictWongBJUT opened this issue Jun 22, 2021 · 6 comments

Comments

@BenedictWongBJUT
Copy link

BenedictWongBJUT commented Jun 22, 2021

I am really interested in this amazing work, but I don't understand how datasets are generated (or processed), or are training data and test data generated from public data sets (just like Linux, AIDS, mentioned in the paper)? I desire to know how syngen.py works and the output of this function.

Thanks a lot.

@BenedictWongBJUT
Copy link
Author

I am really interested in this amazing work, but I don't understand how datasets are generated (or processed), or are training data and test data generated from public data sets (just like Linux, AIDS, mentioned in the paper)? I desire to know how syngen.py works and the output of this function.

Thanks a lot.

@lovefxyo
Copy link

I am also curious about this question.

@BenedictWongBJUT
Copy link
Author

BenedictWongBJUT commented Aug 7, 2021

I am also curious about this question.

I have already figured it out. You can download datasets in this link (https://drive.google.com/drive/folders/1lY3pqpnUAK0H9Tgjyh7tlMVYy0gYPthC?usp=sharing) and with the help of networkX (nx.read_gexf) you can transform the original data (like: 1.gexf) into graph object. And then use syngen.py to get pairwise similarity and generate dataset at the same time. Finally, you can split them into train, validation and test set.

@lovefxyo
Copy link

lovefxyo commented Aug 8, 2021

十分感谢!

@andWHISKEY
Copy link

I had the same problem. If it's okay with you, can I see the code that uses syngen.py to modify AIDS, etc., other data?

@hyzhang-hub
Copy link

Ask if syngen.py is coded by yourself. If so, can you share it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants