RingBDStack / SGDD

Code for SGDD
Apache License 2.0
21 stars 3 forks source link

DBLP #7

Open Yunbo-max opened 7 months ago

Yunbo-max commented 7 months ago

If i wanna use those datasets like DBLP, then which code should I follow to reproduce the results from the paper considering there are some errors when I added commands to utils.py file.

Suchun-sv commented 7 months ago

Hi yunbo,

Could you show me the error your encountered? I could help you with solving it.

Best

ChenglongMa commented 3 days ago

Hi @Suchun-sv,

Thanks for your great work! The code about DBLP seems not implemented:

https://github.com/RingBDStack/SGDD/blob/5ac77c1dc4e725e468b41f8f09a6c530adc3af58/utils.py#L31-L49

Could you advise how to reproduce the results?

Thanks!

Best, Chenglong

ChenglongMa commented 3 days ago

Hi @Suchun-sv,

Actually, I am curious about the link prediction task.

According to the pseudocode of Algorithm 1: SGDD for Graph Condensation in your paper, it is only applicable for classification tasks.

How to apply SGDD to link prediction tasks or regression tasks?

Please correct me if I understand wrongly. Thanks!

Best, Chenglong